Snap for 9206145 from 05e1012a22 to tm-qpr2-release

Change-Id: I633ec57052b383db6f8d096c5b84e453f3407ca3
This commit is contained in:
Android Build Coastguard Worker 2022-10-22 01:03:09 +00:00
commit 6c7f23bf52
2 changed files with 5 additions and 4 deletions

View file

@ -14,6 +14,9 @@ on init
# CPU0 cannot be offline
chmod 0444 /sys/devices/system/cpu/cpu0/online
# Set teo as cpu idle governor
write /sys/devices/system/cpu/cpuidle/current_governor teo
# Boot time fs tuning
write /sys/block/sda/queue/iostats 0
write /sys/block/sda/queue/scheduler bfq

View file

@ -26,8 +26,7 @@
<Limit name="bitrate" range="1-120000000" />
<Limit name="frame-rate" range="1-120" />
<Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-1920x1080" value="180" />
<Limit name="performance-point-1920x1080" value="120" />
<Limit name="performance-point-1920x1080" value="200" />
<Limit name="performance-point-3840x2160" value="60" />
<!--Feature name="adaptive-playback" /-->
</MediaCodec>
@ -40,8 +39,7 @@
<Limit name="bitrate" range="1-120000000" />
<Limit name="frame-rate" range="1-120" />
<Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-1920x1080" value="180" />
<Limit name="performance-point-1920x1080" value="120" />
<Limit name="performance-point-1920x1080" value="200" />
<Limit name="performance-point-3840x2160" value="60" />
<!--Feature name="adaptive-playback" /-->
<Feature name="secure-playback" required="true" />