From 27eabda6dd417619e414f750c8eb8cb78ac72999 Mon Sep 17 00:00:00 2001 From: pointerkung Date: Wed, 6 Jul 2022 17:33:49 +0800 Subject: [PATCH] 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 --- powerhint.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/powerhint.json b/powerhint.json index 99a2355..5f2c9de 100644 --- a/powerhint.json +++ b/powerhint.json @@ -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",