Merge "[Camera] Add CAMERA_MULTI_CAM_STREAMING power hint" into udc-dev

This commit is contained in:
TreeHugger Robot 2023-06-15 05:15:01 +00:00 committed by Android (Google) Code Review
commit fe04c75dd5
2 changed files with 19 additions and 0 deletions

View file

@ -303,6 +303,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.camera.adjust_backend_min_freq_for_1p_front_video_1080p_30fps=1 \ persist.vendor.camera.adjust_backend_min_freq_for_1p_front_video_1080p_30fps=1 \
persist.vendor.camera.extended_launch_boost=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.optimized_tnr_freq=1 \
persist.vendor.camera.raise_buf_allocation_priority=1 \ persist.vendor.camera.raise_buf_allocation_priority=1 \
persist.vendor.camera.start_cpu_throttling_at_moderate_thermal=1 \ persist.vendor.camera.start_cpu_throttling_at_moderate_thermal=1 \

View file

@ -1357,6 +1357,24 @@
"Duration": 0, "Duration": 0,
"Value": "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", "PowerHint": "CAMERA_VIDEO_RECORDING",
"Type": "MaskHint", "Type": "MaskHint",