From b998a491a5b24e710bc1711dbb00cbfa05273bf2 Mon Sep 17 00:00:00 2001 From: Angus Kong Date: Wed, 25 Sep 2013 11:34:08 -0700 Subject: Enlarge the native buffer of wide-angle-pano. bug:10654457 Change-Id: I6f5edda309b94f91986dd468bb4e3131fdcc6678 --- jni/mosaic_renderer_jni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jni') diff --git a/jni/mosaic_renderer_jni.h b/jni/mosaic_renderer_jni.h index 7a1b8782b..db4d5c232 100644 --- a/jni/mosaic_renderer_jni.h +++ b/jni/mosaic_renderer_jni.h @@ -4,7 +4,7 @@ // The Preview FBO dimensions are determined from the high-res // frame dimensions (gPreviewImageWidth, gPreviewImageHeight) // using the scale factors below. -const int PREVIEW_FBO_WIDTH_SCALE = 2; +const int PREVIEW_FBO_WIDTH_SCALE = 4; const int PREVIEW_FBO_HEIGHT_SCALE = 2; // The factor below determines the (horizontal) speed at which the viewfinder -- cgit v1.2.3