Change util threshold of camera streaming high
Fine-tune the util threshold to "1100 1078 1024" Bug: 243729855 Test: Build pass, GCA, 60fps recording power and performance test Change-Id: I4a348127b913aa4783f69ba468be1fd77f784def
This commit is contained in:
parent
1f23bcddd1
commit
554e1ecc47
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@
|
|||
"Path": "/proc/vendor_sched/util_threshold",
|
||||
"Values": [
|
||||
"1280",
|
||||
"1100"
|
||||
"1100 1078 1024"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
|
@ -900,7 +900,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "CPUUtilThreshold",
|
||||
"Duration": 0,
|
||||
"Value": "1100"
|
||||
"Value": "1100 1078 1024"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
|
|
Loading…
Reference in a new issue