[T6] Camera: Enable the product properties.
1. Raise buffer allocation priority 2. Extended cpu boost Bug: 258359662 Test: 1.use 'adb shell getprop persist.vendor.camera.extended_launch_boost' and 'adb shell getprop persist.vendor.camera.raise_buf_allocation_priority' to confirm the property is default set 2.Camera Check list 3.CTS performance test Change-Id: I1bc4fbfa493837dedbfd83ff000d4f52f0f74947
This commit is contained in:
parent
80d8f7f40b
commit
2620d685da
1 changed files with 5 additions and 0 deletions
|
@ -209,3 +209,8 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Cast ssid suffix go/gna-oem-device-support
|
# Cast ssid suffix go/gna-oem-device-support
|
||||||
PRODUCT_SYSTEM_PROPERTIES += ro.odm.cast.ssid_suffix=ynn
|
PRODUCT_SYSTEM_PROPERTIES += ro.odm.cast.ssid_suffix=ynn
|
||||||
|
|
||||||
|
# Camera
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
persist.vendor.camera.extended_launch_boost=1 \
|
||||||
|
persist.vendor.camera.raise_buf_allocation_priority=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue