Merge changes Ib01ea173,I839b75d1 into tm-qpr-dev
* changes: Don't set the min CPU frequency to max frequency for CAMERA_SHOT Enable the flag to increase thread priority for nodes stop
This commit is contained in:
commit
f090c50e45
2 changed files with 6 additions and 2 deletions
|
@ -292,6 +292,10 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.camera.redact_exif=1
|
||||
|
||||
# Increase thread priority for nodes stop
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.camera.increase_thread_priority_nodes_stop=true
|
||||
|
||||
##Audio Vendor property
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.audio.cca.enabled=true
|
||||
|
|
|
@ -834,7 +834,7 @@
|
|||
"PowerHint": "CAMERA_SHOT",
|
||||
"Node": "CPUBigClusterMinFreq",
|
||||
"Duration": 300,
|
||||
"Value": "9999999"
|
||||
"Value": "1826000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_SHOT",
|
||||
|
@ -846,7 +846,7 @@
|
|||
"PowerHint": "CAMERA_SHOT",
|
||||
"Node": "CPUMidClusterMinFreq",
|
||||
"Duration": 300,
|
||||
"Value": "9999999"
|
||||
"Value": "1836000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_BACKEND_BOOST",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue