[Camera] Add CAMERA_MULTI_CAM_STREAMING power hint
Not limit max CPU frequency when running multicamera streaming on GCA photo mode. Test: GCA Bug: 286792574 Change-Id: Iecf36827a4f26af4a07b6f8d26cff8e942cd8098
This commit is contained in:
parent
98b824c1af
commit
7f4285b673
2 changed files with 19 additions and 0 deletions
|
@ -303,6 +303,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 \
|
||||
|
|
|
@ -1347,6 +1347,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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue