Enable adaptive playback feature for AV1 am: 66ca602935 am: 857d0626f4 am: 5d74de2ce2

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14644554

Change-Id: I5a40820062aeccefdd8a59cddfc6d3987152eaac
This commit is contained in:
Vinay Kalia 2021-05-19 21:13:06 +00:00 committed by Automerger Merge Worker
commit 738fb99568

View file

@ -27,7 +27,7 @@
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-1920x1080" value="120" /> <Limit name="performance-point-1920x1080" value="120" />
<Limit name="performance-point-3840x2160" value="60" /> <Limit name="performance-point-3840x2160" value="60" />
<!--Feature name="adaptive-playback" /--> <Feature name="adaptive-playback" />
</MediaCodec> </MediaCodec>
<MediaCodec name="c2.google.av1.decoder.secure" type="video/av01"> <MediaCodec name="c2.google.av1.decoder.secure" type="video/av01">
<Limit name="size" min="96x96" max="3840x2160" /> <Limit name="size" min="96x96" max="3840x2160" />
@ -40,7 +40,7 @@
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-1920x1080" value="120" /> <Limit name="performance-point-1920x1080" value="120" />
<Limit name="performance-point-3840x2160" value="60" /> <Limit name="performance-point-3840x2160" value="60" />
<!--Feature name="adaptive-playback" /--> <Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" /> <Feature name="secure-playback" required="true" />
</MediaCodec> </MediaCodec>
</Decoders> </Decoders>