summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chen <kuanwenchen@google.com>2023-12-12 02:11:54 +0000
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-12-12 08:53:26 +0000
commit61c2524f0b686fe2cfcf0fe845e87892a60c5c49 (patch)
tree1f679081810fb0f4483731e56030a4e0d1a3db1d
parente8d02b6edeb69c1c0736f0abe350e9dbfccad05f (diff)
downloadlynx-61c2524f0b686fe2cfcf0fe845e87892a60c5c49.tar.gz
Add zoom boost in powerhint for L10
This patch is meant to reduce frame drop rate in 60FPS video recording with zoom in/out. The boost will be triggered at 60FPS video recording while zoom ratio change (for each request that contain zoom ratio control in metadata), and will last for 15 frames. Test: gca_smoke_test Bug: 315102326 Change-Id: I7f0587881c131590f629dab838aa734a8b082c70
-rw-r--r--powerhint.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/powerhint.json b/powerhint.json
index d3e8692..5e344c2 100644
--- a/powerhint.json
+++ b/powerhint.json
@@ -1037,6 +1037,18 @@
"Value": "664000"
},
{
+ "PowerHint": "CAMERA_ZOOMING_BOOST",
+ "Node": "CDPreferIdle",
+ "Duration": 100,
+ "Value": "1"
+ },
+ {
+ "PowerHint": "CAMERA_ZOOMING_BOOST",
+ "Node": "PMU_POLL",
+ "Duration": 100,
+ "Value": "0"
+ },
+ {
"PowerHint": "GCA_CAMERA_SHOT_BIGCPU",
"Node": "TAPreferHighCap",
"Duration": 3000,