[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:
Chih-ren Yu (Swim) 2022-11-09 06:22:06 +00:00
parent 80d8f7f40b
commit 2620d685da

View file

@ -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