From 33990276881b4c0d6464457276c2d621bbbd9771 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. (cherry-pick from device/google/gs101) Bug: 205010238 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 0d8d8b29..92ae3577 100644 --- a/powerhint.json +++ b/powerhint.json @@ -858,6 +858,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_LOW", + "Node": "CDPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_LOW", "Node": "HighCapacityStartCpu",