Set top-app prefer_high_cap for GCA
Some GCA features perform better when running in high capacity cpus. It is set in CAMERA_STREAMING_STANDARD, so photo mode and video mode of 30 fps will use this setting. (cherry-pick from device/google/gs101) Bug: 205010238 Bug: 188777413 Test: ta_prefer_high_cap set correctly Change-Id: I2fd444635a352d1c6236fd82eb82e67ca1799c97
This commit is contained in:
parent
a632e32449
commit
b42ebbc91a
1 changed files with 15 additions and 0 deletions
|
@ -135,6 +135,15 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "TAPreferHighCap",
|
||||||
|
"Path": "/sys/kernel/vendor_sched/ta_prefer_high_cap",
|
||||||
|
"Values": [
|
||||||
|
"1",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "CDPreferHighCap",
|
"Name": "CDPreferHighCap",
|
||||||
"Path": "/sys/kernel/vendor_sched/cam_prefer_high_cap",
|
"Path": "/sys/kernel/vendor_sched/cam_prefer_high_cap",
|
||||||
|
@ -408,6 +417,12 @@
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "1"
|
"Value": "1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
|
"Node": "TAPreferHighCap",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
"Node": "HighCapacityStartCpu",
|
"Node": "HighCapacityStartCpu",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue