From cbb6ccd2781521a1965da0e28d36bf2e27177b2e Mon Sep 17 00:00:00 2001 From: Peter Liu Date: Wed, 11 Aug 2021 10:47:34 -0700 Subject: [PATCH] remove camera prefer idle for streaming low Currently, the streaming low hint is not used yet. but we plan to use it with 30fps mode or at the modes that can remove prefer idle. Bug: 195327798 Signed-off-by: Peter Liu Change-Id: Ibc75bf596bd05831605643c3fe427154fa626093 --- powerhint.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/powerhint.json b/powerhint.json index 081f9e66..406154eb 100644 --- a/powerhint.json +++ b/powerhint.json @@ -867,6 +867,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_LOW", + "Node": "CDPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_LOW", "Node": "HighCapacityStartCpu",