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: 238166810 Test: build pass and camera preview Change-Id: Icd593f8b9b87345947e65271f4cbf03cc47bdcae
This commit is contained in:
parent
666d40597c
commit
27eabda6dd
1 changed files with 4 additions and 3 deletions
|
@ -126,7 +126,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
|
||||
},
|
||||
|
@ -719,7 +720,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
"Node": "MIFTargetLoad",
|
||||
"Duration": 0,
|
||||
"Value": "20 10 80"
|
||||
"Value": "80 10 80"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_EXTREME",
|
||||
|
@ -797,7 +798,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "MIFTargetLoad",
|
||||
"Duration": 0,
|
||||
"Value": "20 10 80"
|
||||
"Value": "80 10 80"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue