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:
pointerkung 2022-07-06 17:33:49 +08:00
parent 666d40597c
commit 27eabda6dd

View file

@ -126,7 +126,8 @@
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
"Values": [ "Values": [
"20 5 80", "20 5 80",
"20 10 80" "20 10 80",
"80 10 80"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -719,7 +720,7 @@
"PowerHint": "CAMERA_STREAMING_EXTREME", "PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "MIFTargetLoad", "Node": "MIFTargetLoad",
"Duration": 0, "Duration": 0,
"Value": "20 10 80" "Value": "80 10 80"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_EXTREME", "PowerHint": "CAMERA_STREAMING_EXTREME",
@ -797,7 +798,7 @@
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "MIFTargetLoad", "Node": "MIFTargetLoad",
"Duration": 0, "Duration": 0,
"Value": "20 10 80" "Value": "80 10 80"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",