summaryrefslogtreecommitdiff
path: root/media_codecs_aosp_c2.xml
diff options
context:
space:
mode:
authorTaehwan Kim <t_h.kim@samsung.com>2022-04-08 11:49:06 +0900
committerWen Chang Liu <wenchangliu@google.com>2022-05-11 00:22:06 +0000
commit81071702b2b708ea6419c26728d736b867f0ec93 (patch)
treefb736c4d5d602c51fc7b1ba53a9af99a952f6b56 /media_codecs_aosp_c2.xml
parent7e3c3434c58377d150958f17e08ae4ccc28c7ab0 (diff)
downloadgs201-81071702b2b708ea6419c26728d736b867f0ec93.tar.gz
update media_codecs_aosp_c2.xml for decoder
Bug: 231283341 Test: CtsMediaDecoderTestCases Signed-off-by: Taehwan Kim <t_h.kim@samsung.com> Change-Id: Ibb11d86d247b9535cea25427982b8b7f16eac9d8
Diffstat (limited to 'media_codecs_aosp_c2.xml')
-rw-r--r--media_codecs_aosp_c2.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/media_codecs_aosp_c2.xml b/media_codecs_aosp_c2.xml
index 85096ee..6db4423 100644
--- a/media_codecs_aosp_c2.xml
+++ b/media_codecs_aosp_c2.xml
@@ -31,6 +31,7 @@
<Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" />
+ <Feature name="low-latency" />
</MediaCodec>
<MediaCodec name="c2.exynos.h264.decoder.secure" type="video/avc">
<Limit name="size" min="32x32" max="3840x2160" />
@@ -45,6 +46,7 @@
<Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" />
<Feature name="can-swap-width-height" value="1" />
+ <Feature name="low-latency" />
</MediaCodec>
<MediaCodec name="c2.exynos.hevc.decoder" type="video/hevc" >
<Limit name="size" min="64x64" max="3840x2160" />
@@ -58,6 +60,7 @@
<Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" />
+ <Feature name="low-latency" />
</MediaCodec>
<MediaCodec name="c2.exynos.hevc.decoder.secure" type="video/hevc" >
<Limit name="size" min="64x64" max="3840x2160" />
@@ -72,6 +75,7 @@
<Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" />
<Feature name="can-swap-width-height" value="1" />
+ <Feature name="low-latency" />
</MediaCodec>
<MediaCodec name="c2.exynos.mpeg4.decoder" type="video/mp4v-es">
<Limit name="size" min="32x32" max="2048x2048" />
@@ -85,6 +89,7 @@
<Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" />
+ <Feature name="low-latency" />
</MediaCodec>
<MediaCodec name="c2.exynos.h263.decoder" type="video/3gpp">
<Limit name="size" min="32x32" max="2048x1152" />
@@ -97,6 +102,7 @@
<Limit name="performance-point-1920x1080" range="120" />
<Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" />
+ <Feature name="low-latency" />
</MediaCodec>
<MediaCodec name="c2.exynos.vp8.decoder" type="video/x-vnd.on2.vp8" >
<Limit name="size" min="32x32" max="3840x2160" />
@@ -110,6 +116,7 @@
<Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" />
+ <Feature name="low-latency" />
</MediaCodec>
<MediaCodec name="c2.exynos.vp9.decoder" type="video/x-vnd.on2.vp9" >
<Limit name="size" min="64x64" max="3840x2176" />
@@ -123,6 +130,7 @@
<Limit name="concurrent-instances" max="16" />
<Feature name="adaptive-playback" />
<Feature name="can-swap-width-height" value="1" />
+ <Feature name="low-latency" />
</MediaCodec>
<MediaCodec name="c2.exynos.vp9.decoder.secure" type="video/x-vnd.on2.vp9" >
<Limit name="size" min="64x64" max="3840x2176" />
@@ -137,6 +145,7 @@
<Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" />
<Feature name="can-swap-width-height" value="1" />
+ <Feature name="low-latency" />
</MediaCodec>
</Decoders>