Camera: Add the property and create the power hint to adjust minimum operating frequency of the cam group for 60fps video stream for rear cameras
Bug: 315422431 Test: GCA, CTS, Manual adb cat uclamp_min check Change-Id: I124c8fb9f652605addddd9bc46650c46df8a390d
This commit is contained in:
parent
b9b7ad70f0
commit
fa8cfc6895
2 changed files with 7 additions and 0 deletions
|
@ -85,6 +85,7 @@ PRODUCT_PACKAGES += \
|
|||
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_video_120fps=1 \
|
||||
persist.vendor.camera.adjust_cam_uclamp_min_for_1p_rear_video_60fps=1 \
|
||||
persist.vendor.camera.extended_launch_boost=1 \
|
||||
persist.vendor.camera.optimized_tnr_freq=1 \
|
||||
vendor.camera.debug.enable_software_post_sharpen_node=false \
|
||||
|
|
|
@ -2231,6 +2231,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "233000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_ADJUST_CAM_UCLAMP_MIN",
|
||||
"Node": "CAMUClampBoost",
|
||||
"Duration": 0,
|
||||
"Value": "250"
|
||||
},
|
||||
{
|
||||
"PowerHint": "FIXED_PERFORMANCE",
|
||||
"Node": "CPUBigClusterMaxFreq",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue