From 36fe827ac89a47c9f075cb466e50f70b636b9b40 Mon Sep 17 00:00:00 2001 From: Hans Lin Date: Mon, 26 Feb 2024 00:57:36 +0000 Subject: [PATCH] Disable CDPreferHighCap, use cam2 for CAMERA_STREAMING_STANDARD Using cam2 will help reduce the framedrops for 120fps, and disabling CDPreferHighCap helps with distributing the tasks to all cores and not just being restricted to middle cores. Test: GCA performance test: video 1080p, 30fps tests, slowmotion 120fps Bug: 326154275 Change-Id: Ifedd4f3723866506a9ad1f4e0c0576f5aad8b553 --- powerhint-comet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerhint-comet.json b/powerhint-comet.json index 36cc666..88d1f93 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -1854,7 +1854,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "EM_Profile", "Duration": 0, - "Value": "cam3" + "Value": "cam2" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", @@ -1872,7 +1872,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDPreferHighCap", "Duration": 0, - "Value": "1" + "Value": "0" }, { "PowerHint": "CAMERA_STREAMING_STANDARD",