commit | a53021f776d0c82271727e5817388936513feb92 | [log] [tgz] |
---|---|---|
author | Yin-Chia Yeh <yinchiayeh@google.com> | Fri Sep 12 14:50:27 2014 -0700 |
committer | Yin-Chia Yeh <yinchiayeh@google.com> | Sat Sep 13 11:54:18 2014 -0700 |
tree | e327459787f6a4d154131ac8cfbb440b530796de | |
parent | 98d594620365088e05c4e5925bb00bf065b8caa1 [diff] [blame] |
Camera2: fix 4K recording Bug: 17484683 Change-Id: I09bb12698057555329286c777102b9b310452fb3
diff --git a/services/camera/libcameraservice/api1/Camera2Client.h b/services/camera/libcameraservice/api1/Camera2Client.h index f5c3a30..d68bb29 100644 --- a/services/camera/libcameraservice/api1/Camera2Client.h +++ b/services/camera/libcameraservice/api1/Camera2Client.h
@@ -208,6 +208,9 @@ // Wait until the camera device has received the latest control settings status_t syncWithDevice(); + + // Video snapshot jpeg size overriding helper function + status_t overrideVideoSnapshotSize(Parameters ¶ms); }; }; // namespace android