| commit | 4094e1f16644c84c31866c33cf84a0441247ba07 | [log] [tgz] | 
|---|---|---|
| author | Chengfei Tao <chengfeitao@google.com> | Tue Jan 31 18:52:49 2023 +0000 | 
| committer | Chengfei Tao <chengfeitao@google.com> | Wed Mar 22 23:02:55 2023 +0000 | 
| tree | 6545ab78a3341ff1983b58b44228968d087482ee | |
| parent | 7b14d5e6c4387c5d4ec5cf61be57ba4bf61d29af [diff] [blame] | 
DO NOT MERGE Force slowJpegMode on certain camera1 apps Turn off the large JPEG stream on camera1 apps that experience high power consumption during video call Bug: 254350466 Test: Manual testing with Messenger app video call Change-Id: I8bc4088cf9bb454a3e948cab60819ee41a1eda49
diff --git a/services/camera/libcameraservice/api1/Camera2Client.h b/services/camera/libcameraservice/api1/Camera2Client.h index 8071bcb..bbad6d8 100644 --- a/services/camera/libcameraservice/api1/Camera2Client.h +++ b/services/camera/libcameraservice/api1/Camera2Client.h
@@ -112,7 +112,8 @@ uid_t clientUid, int servicePid, bool overrideForPerfClass, - bool overrideToPortrait); + bool overrideToPortrait, + bool forceSlowJpegMode); virtual ~Camera2Client();