Disable task packing when camera is running

Task packing has slightly impact for camera performance, so disable
it when camera is running.

Bug: 230554223
Test: build pass
Change-Id: Ib4afa9c8a94db0faed23323ec9ce63cea269ec3b
This commit is contained in:
Rick Yiu 2022-05-11 14:37:13 +08:00
parent 81cac9efcc
commit 0bb98953b1

View file

@ -853,6 +853,12 @@
"Duration": 0,
"Value": "4-7"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "NPITaskPacking",
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUUtilThreshold",
@ -931,6 +937,12 @@
"Duration": 0,
"Value": "4-7"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "NPITaskPacking",
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "CDPreferHighCap",
@ -997,6 +1009,12 @@
"Duration": 0,
"Value": "4-7"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "NPITaskPacking",
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "CDPreferHighCap",
@ -1069,6 +1087,12 @@
"Duration": 0,
"Value": "4-7"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "NPITaskPacking",
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "FIXED_PERFORMANCE",
"Node": "CPUBigClusterMaxFreq",