Merge "[Camera] Add CAMERA_MULTI_CAM_STREAMING power hint" into udc-dev am: fe04c75dd5 am: 9ba7752e33

Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/23626525

Change-Id: I8b45d47c85fdee07fe80c2299b8ee3b26bd7a657
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot 2023-06-15 07:13:55 +00:00 committed by Automerger Merge Worker
commit 7136436e72
2 changed files with 19 additions and 0 deletions

View file

@ -306,6 +306,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.camera.adjust_backend_min_freq_for_1p_front_video_1080p_30fps=1 \
persist.vendor.camera.extended_launch_boost=1 \
persist.vendor.camera.multicam_streaming_boost=1 \
persist.vendor.camera.optimized_tnr_freq=1 \
persist.vendor.camera.raise_buf_allocation_priority=1 \
persist.vendor.camera.start_cpu_throttling_at_moderate_thermal=1 \

View file

@ -1357,6 +1357,24 @@
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "CAMERA_MULTI_CAM_STREAMING",
"Node": "CPUBigClusterMaxFreq",
"Duration": 0,
"Value": "9999999"
},
{
"PowerHint": "CAMERA_MULTI_CAM_STREAMING",
"Node": "CPUMidClusterMaxFreq",
"Duration": 0,
"Value": "9999999"
},
{
"PowerHint": "CAMERA_MULTI_CAM_STREAMING",
"Node": "CPULittleClusterMaxFreq",
"Duration": 0,
"Value": "9999999"
},
{
"PowerHint": "CAMERA_VIDEO_RECORDING",
"Type": "MaskHint",