From c48e5f8f3946c2187c65a5491a10f676b477e3d6 Mon Sep 17 00:00:00 2001 From: Leena Winterrowd Date: Thu, 21 Aug 2014 14:12:04 -0700 Subject: SnapdragonCamera: Match video and preview sizes for all HFR modes HFR sets the video resolution as the preview resolution. Do the same when HSR is selected. CRs-Fixed: 679522, 687765 Change-Id: Ie08ce94193b8f0b53551b00808294eacc66ff6e4 --- src/com/android/camera/VideoModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java index 3c2b3541a..9b68e228a 100755 --- a/src/com/android/camera/VideoModule.java +++ b/src/com/android/camera/VideoModule.java @@ -837,7 +837,7 @@ public class VideoModule implements CameraModule, CameraSettings.KEY_VIDEO_HIGH_FRAME_RATE, mActivity. getString(R.string.pref_camera_hfr_default)); - if(!("off".equals(HighFrameRate)) && !("hsr".equals(HighFrameRate))) { + if(!("off".equals(HighFrameRate))) { Size size = null; try { if (isSupported(HighFrameRate.substring(3), mParameters.getSupportedVideoHighFrameRateModes())) { -- cgit v1.2.3