update media_codecs_aosp_c2.xml for decoder am: 81071702b2 am: 1d54680a1e

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

Change-Id: I0fb11f8702ec86a1f2d3a111745e70e58542406d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Taehwan Kim 2022-05-11 01:10:00 +00:00 committed by Automerger Merge Worker
commit 8023e85239

View file

@ -31,6 +31,7 @@
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" /> <Feature name="can-swap-width-height" value="1" />
<Feature name="low-latency" />
</MediaCodec> </MediaCodec>
<MediaCodec name="c2.exynos.h264.decoder.secure" type="video/avc"> <MediaCodec name="c2.exynos.h264.decoder.secure" type="video/avc">
<Limit name="size" min="32x32" max="3840x2160" /> <Limit name="size" min="32x32" max="3840x2160" />
@ -45,6 +46,7 @@
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" /> <Feature name="secure-playback" required="true" />
<Feature name="can-swap-width-height" value="1" /> <Feature name="can-swap-width-height" value="1" />
<Feature name="low-latency" />
</MediaCodec> </MediaCodec>
<MediaCodec name="c2.exynos.hevc.decoder" type="video/hevc" > <MediaCodec name="c2.exynos.hevc.decoder" type="video/hevc" >
<Limit name="size" min="64x64" max="3840x2160" /> <Limit name="size" min="64x64" max="3840x2160" />
@ -58,6 +60,7 @@
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" /> <Feature name="can-swap-width-height" value="1" />
<Feature name="low-latency" />
</MediaCodec> </MediaCodec>
<MediaCodec name="c2.exynos.hevc.decoder.secure" type="video/hevc" > <MediaCodec name="c2.exynos.hevc.decoder.secure" type="video/hevc" >
<Limit name="size" min="64x64" max="3840x2160" /> <Limit name="size" min="64x64" max="3840x2160" />
@ -72,6 +75,7 @@
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" /> <Feature name="secure-playback" required="true" />
<Feature name="can-swap-width-height" value="1" /> <Feature name="can-swap-width-height" value="1" />
<Feature name="low-latency" />
</MediaCodec> </MediaCodec>
<MediaCodec name="c2.exynos.mpeg4.decoder" type="video/mp4v-es"> <MediaCodec name="c2.exynos.mpeg4.decoder" type="video/mp4v-es">
<Limit name="size" min="32x32" max="2048x2048" /> <Limit name="size" min="32x32" max="2048x2048" />
@ -85,6 +89,7 @@
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" /> <Feature name="can-swap-width-height" value="1" />
<Feature name="low-latency" />
</MediaCodec> </MediaCodec>
<MediaCodec name="c2.exynos.h263.decoder" type="video/3gpp"> <MediaCodec name="c2.exynos.h263.decoder" type="video/3gpp">
<Limit name="size" min="32x32" max="2048x1152" /> <Limit name="size" min="32x32" max="2048x1152" />
@ -97,6 +102,7 @@
<Limit name="performance-point-1920x1080" range="120" /> <Limit name="performance-point-1920x1080" range="120" />
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="low-latency" />
</MediaCodec> </MediaCodec>
<MediaCodec name="c2.exynos.vp8.decoder" type="video/x-vnd.on2.vp8" > <MediaCodec name="c2.exynos.vp8.decoder" type="video/x-vnd.on2.vp8" >
<Limit name="size" min="32x32" max="3840x2160" /> <Limit name="size" min="32x32" max="3840x2160" />
@ -110,6 +116,7 @@
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" /> <Feature name="can-swap-width-height" value="1" />
<Feature name="low-latency" />
</MediaCodec> </MediaCodec>
<MediaCodec name="c2.exynos.vp9.decoder" type="video/x-vnd.on2.vp9" > <MediaCodec name="c2.exynos.vp9.decoder" type="video/x-vnd.on2.vp9" >
<Limit name="size" min="64x64" max="3840x2176" /> <Limit name="size" min="64x64" max="3840x2176" />
@ -123,6 +130,7 @@
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" /> <Feature name="can-swap-width-height" value="1" />
<Feature name="low-latency" />
</MediaCodec> </MediaCodec>
<MediaCodec name="c2.exynos.vp9.decoder.secure" type="video/x-vnd.on2.vp9" > <MediaCodec name="c2.exynos.vp9.decoder.secure" type="video/x-vnd.on2.vp9" >
<Limit name="size" min="64x64" max="3840x2176" /> <Limit name="size" min="64x64" max="3840x2176" />
@ -137,6 +145,7 @@
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" /> <Feature name="secure-playback" required="true" />
<Feature name="can-swap-width-height" value="1" /> <Feature name="can-swap-width-height" value="1" />
<Feature name="low-latency" />
</MediaCodec> </MediaCodec>
</Decoders> </Decoders>