Snap for 9957928 from b2bb140b1f to udc-release

Change-Id: I1655ad3e30620046a29344d4aef6259f552b471f
This commit is contained in:
Android Build Coastguard Worker 2023-04-18 01:07:24 +00:00
commit 6e88a8e2bd
2 changed files with 14 additions and 0 deletions

View file

@ -250,5 +250,13 @@
<Limit name="measured-frame-rate-640x360" range="64-97" />
<Limit name="measured-frame-rate-1280x720" range="16-24" />
</MediaCodec>
<MediaCodec name="c2.android.av1.encoder" type="video/av01" update="true">
<!-- measured 90%:297-298 med:298 N=2 -->
<Limit name="measured-frame-rate-320x240" range="297-298" /> <!-- v90%=1.0 -->
<!-- measured 90%:65-66 med:66 N=2 -->
<Limit name="measured-frame-rate-720x480" range="65-66" /> <!-- v90%=1.0 -->
<!-- measured 90%:24-25 med:25 N=2 -->
<Limit name="measured-frame-rate-1280x720" range="24-25" /> <!-- v90%=1.0 -->
</MediaCodec>
</Encoders>
</MediaCodecs>

View file

@ -158,4 +158,10 @@
<!-- Enable the feature of adjusting link layer stats polling interval based on
device mobility state and client mode RSSI monitoring. -->
<bool translatable="false" name="config_wifiAdjustPollRssiIntervalEnabled">true</bool>
<!-- Boolean indicating whether the framework updates country from scan results when there is
no telephony country code. This is applied to all generic cases and might require the
regulatory approval (for example, FCC pre-approval is required according to "594280 D01
Software Configuration Control v02r01").-->
<bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultGeneric">true</bool>
</resources>