From 8e4eccaad01d4a21f7f980ad06361cea1670ddb4 Mon Sep 17 00:00:00 2001 From: "Chih-ren Yu (Swim)" Date: Wed, 9 Nov 2022 15:55:40 +0000 Subject: [PATCH] Don't set the min CPU frequency to max frequency for CAMERA_SHOT Bug: 258442520 Test: 1. Camera check list 2. 3rd party APP snapshot, GCA live video shot Change-Id: Ic8cf6129b5b549619f9a925a6b0e23992e23f537 --- powerhint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerhint.json b/powerhint.json index f8d8ae2..1a071e4 100644 --- a/powerhint.json +++ b/powerhint.json @@ -707,7 +707,7 @@ "PowerHint": "CAMERA_SHOT", "Node": "CPUBigClusterMinFreq", "Duration": 300, - "Value": "9999999" + "Value": "1826000" }, { "PowerHint": "CAMERA_SHOT", @@ -719,7 +719,7 @@ "PowerHint": "CAMERA_SHOT", "Node": "CPUMidClusterMinFreq", "Duration": 300, - "Value": "9999999" + "Value": "1836000" }, { "PowerHint": "CAMERA_BACKEND_BOOST",