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
This commit is contained in:
parent
3c72b3fd4c
commit
36fe827ac8
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue