Camera: Update target load for high streaming case
Update target load due to Pro mid CPU this hint impact the high streaming use case like 60fps / 120fps and 240fps. Bug: 236682655 Test: GCA Change-Id: I0f486e44267d30efa12b6c30ebf1d7aea8989892
This commit is contained in:
parent
59db776134
commit
67854a9479
1 changed files with 4 additions and 3 deletions
|
@ -144,7 +144,8 @@
|
|||
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
|
||||
"Values": [
|
||||
"20 5 80",
|
||||
"20 10 80"
|
||||
"20 10 80",
|
||||
"80 10 80"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
|
@ -742,7 +743,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
"Node": "MIFTargetLoad",
|
||||
"Duration": 0,
|
||||
"Value": "20 10 80"
|
||||
"Value": "80 10 80"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
|
@ -820,7 +821,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "MIFTargetLoad",
|
||||
"Duration": 0,
|
||||
"Value": "20 10 80"
|
||||
"Value": "80 10 80"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
|
|
Loading…
Reference in a new issue