Merge "Camera: Add the property and create the power hint to adjust backend min clock for 1080p30fps video stream for front cameras" into udc-dev am: 338b462c57
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/23012901 Change-Id: I879ea16d42e4c87e579557f8f84b0774266d3797 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
33be13160c
2 changed files with 15 additions and 0 deletions
|
@ -300,6 +300,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
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.extended_launch_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 \
|
||||||
|
|
|
@ -345,6 +345,7 @@
|
||||||
"Path": "/sys/devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/min_freq",
|
"Path": "/sys/devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/min_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"664000",
|
"664000",
|
||||||
|
"233000",
|
||||||
"67000"
|
"67000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -364,6 +365,7 @@
|
||||||
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq",
|
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"664000",
|
"664000",
|
||||||
|
"233000",
|
||||||
"67000"
|
"67000"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -1361,6 +1363,18 @@
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "302000"
|
"Value": "302000"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_ADJUST_BACKEND_MIN_FREQ",
|
||||||
|
"Node": "INTCAMFreq",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "233000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_ADJUST_BACKEND_MIN_FREQ",
|
||||||
|
"Node": "TNRFreq",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "233000"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_TNR_LOW",
|
"PowerHint": "CAMERA_TNR_LOW",
|
||||||
"Node": "TNRMaxFreq",
|
"Node": "TNRMaxFreq",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue