summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorzhuw <zhuw@codeaurora.org>2019-05-09 13:19:43 +0800
committerzhuw <zhuw@codeaurora.org>2019-05-09 13:19:43 +0800
commitc746717d5419700437944dafafdc04fb5a5fcf41 (patch)
treef8b80d624fac06049de4ce46e1c54a90c47b91e5 /src
parente7b55c8d6d823d58ea877b8819ed9669eb94034f (diff)
downloadandroid_packages_apps_Snap-c746717d5419700437944dafafdc04fb5a5fcf41.tar.gz
android_packages_apps_Snap-c746717d5419700437944dafafdc04fb5a5fcf41.tar.bz2
android_packages_apps_Snap-c746717d5419700437944dafafdc04fb5a5fcf41.zip
fix apply wrong earlyPCR value after HFR
set mHighSpeedCapture to flase after recording it will be init again when start recording Change-Id: I81d9b2d11796b4561b05b1c8430417772b1f8c64 CRs-Fixed:2425070
Diffstat (limited to 'src')
-rwxr-xr-xsrc/com/android/camera/CaptureModule.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index df0f43700..f61be906c 100755
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -5309,6 +5309,7 @@ public class CaptureModule implements CameraModule, PhotoController,
closePreviewSession();
}
mMediaRecorderStarted = false;
+ mHighSpeedCapture = false;
try {
mMediaRecorder.setOnErrorListener(null);
mMediaRecorder.setOnInfoListener(null);