Snap for 8638406 from 9112612209 to udc-release

Change-Id: I7ee71c0813436ab08a2ead939407fe0f397117b7
This commit is contained in:
Android Build Coastguard Worker 2022-05-25 03:03:41 +00:00
commit a31b61a939
2 changed files with 70 additions and 13 deletions

View file

@ -305,6 +305,19 @@
<CamcorderProfiles cameraId="1">
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="48000000"
width="3840"
height="2160"
frameRate="30" />
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="1" />
</EncoderProfile>
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="33000000"

View file

@ -111,6 +111,24 @@
],
"ResetOnInit": true
},
{
"Name": "UClampThreshold",
"Path": "/proc/vendor_sched/uclamp_threshold",
"Values": [
"0",
"8"
],
"ResetOnInit": true
},
{
"Name": "ReducePreferIdle",
"Path": "/proc/vendor_sched/reduce_prefer_idle",
"Values": [
"0",
"1"
],
"ResetOnInit": true
},
{
"Name": "CPUUtilThreshold",
"Path": "/sys/kernel/vendor_sched/util_threshold",
@ -135,10 +153,18 @@
"Path": "/sys/kernel/vendor_sched/ta_uclamp_min",
"Values": [
"553",
"108",
"185",
"1",
"107",
"42"
"63"
],
"ResetOnInit": true
},
{
"Name": "FGUClampBoost",
"Path": "/proc/vendor_sched/fg_uclamp_min",
"Values": [
"159",
"0"
],
"ResetOnInit": true
},
@ -146,9 +172,9 @@
"Name": "SFUClampBoost",
"Path": "/sys/kernel/vendor_sched/sf_uclamp_min",
"Values": [
"125",
"65",
"30"
"159",
"85",
"39"
],
"ResetOnInit": true
},
@ -156,7 +182,7 @@
"Name": "MLUclampBoost",
"Path": "/sys/kernel/vendor_sched/nnapi_uclamp_min",
"Values": [
"154",
"180",
"512"
],
"DefaultIndex": 0,
@ -374,13 +400,25 @@
"PowerHint": "INTERACTION",
"Node": "SFUClampBoost",
"Duration": 5000,
"Value": "65"
"Value": "85"
},
{
"PowerHint": "LAUNCH",
"Node": "UClampThreshold",
"Duration": 5000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "ReducePreferIdle",
"Duration": 5000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "SFUClampBoost",
"Duration": 5000,
"Value": "65"
"Value": "85"
},
{
"PowerHint": "LAUNCH",
@ -406,6 +444,12 @@
"Duration": 5000,
"Value": "553"
},
{
"PowerHint": "LAUNCH",
"Node": "FGUClampBoost",
"Duration": 5000,
"Value": "159"
},
{
"PowerHint": "LAUNCH",
"Node": "MemFreq",
@ -1076,13 +1120,13 @@
"PowerHint": "REFRESH_90FPS",
"Node": "TAUClampBoost",
"Duration": 0,
"Value": "107"
"Value": "63"
},
{
"PowerHint": "REFRESH_60FPS",
"Node": "TAUClampBoost",
"Duration": 0,
"Value": "42"
"Value": "63"
},
{
"PowerHint": "ADPF_DISABLE_TA_BOOST",
@ -1124,13 +1168,13 @@
"PowerHint": "BOOST_90HZ",
"Node": "TAUClampBoost",
"Duration": 200,
"Value": "108"
"Value": "185"
},
{
"PowerHint": "BOOST_60HZ",
"Node": "TAUClampBoost",
"Duration": 200,
"Value": "108"
"Value": "185"
},
{
"PowerHint": "REFRESH_90FPS",