From 37033c37c692b229913a37c8eba41ec7805f4a6a Mon Sep 17 00:00:00 2001 From: Pointer Kung Date: Mon, 27 May 2024 03:29:37 +0000 Subject: [PATCH] [Camera] Update CPU DVFSHeadroom for CAMERA_STREAMING_STANDARD/PROJECT11 and CDPreferHighCap for Video Call sync from ag/27120048 and ag/26555645 Bug: 343101802 Test: Build pass Test: Save photo preview ~38mW and 30fps/120fps recording ~12mW without frame drop impact. (https://docs.google.com/spreadsheets/d/1ibQabthI6kUL6mOxGpxDKS__1tcbRBoUUDgi2Urf6H8/edit?usp=sharing) Test: Save Meet front video call ~7mW (https://docs.google.com/spreadsheets/d/1rfDGESnMuT2KfGjtYrE7rLAJ5qt-F4DYWUYAB8anKbY/edit?usp=sharing) Change-Id: I5c5e255a035ab0c42fa8d3441051a4856fa12a7f --- powerhint-comet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/powerhint-comet.json b/powerhint-comet.json index f66f60a..360b12f 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -2156,7 +2156,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CPUDVFSHeadroom", "Duration": 0, - "Value": "1280 1100 1055" + "Value": "1100" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", @@ -2336,7 +2336,7 @@ "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", "Node": "CDPreferHighCap", "Duration": 0, - "Value": "1" + "Value": "0" }, { "PowerHint": "CAMERA_STREAMING_VIDEO_CALL", @@ -3135,7 +3135,7 @@ "PowerHint": "CAMERA_PROJECT11", "Node": "CPUDVFSHeadroom", "Duration": 0, - "Value": "1280 1100 1055" + "Value": "1100" }, { "PowerHint": "CAMERA_PROJECT11",