summaryrefslogtreecommitdiff
path: root/media_codecs.xml
diff options
context:
space:
mode:
authorPraveen Chavan <pchavan@codeaurora.org>2014-07-25 16:35:43 -0700
committerZhijun He <zhijunhe@google.com>2014-08-24 15:01:36 -0700
commitaca900072c5a557f3aa49a2e4a25960e1222f8ae (patch)
tree5676efdb5f77801147a69321d51d80c81ebe05d5 /media_codecs.xml
parent29207736b40f1eb937d5af37dbee7f66ed50625d (diff)
downloadshamu-aca900072c5a557f3aa49a2e4a25960e1222f8ae.tar.gz
media: advertize correct bitrates for 4k encode
and remove unused omx decoder quirks Change-Id: I51e2f74c322be2d3c480b5d3360b85e541ede60b
Diffstat (limited to 'media_codecs.xml')
-rw-r--r--media_codecs.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index 7cf0a0ec..43e5a771 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -124,7 +124,6 @@ Only the three quirks included above are recognized at this point:
<MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports"/>
- <Quirk name="defers-output-buffer-allocation"/>
<Limit name="size" min="64x64" max="4096x2160" />
<Limit name="alignment" value="2x2" />
<Limit name="block-size" value="16x16" />
@@ -135,7 +134,6 @@ Only the three quirks included above are recognized at this point:
<MediaCodec name="OMX.qcom.video.decoder.avc.secure" type="video/avc" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports"/>
- <Quirk name="defers-output-buffer-allocation"/>
<Limit name="size" min="64x64" max="4096x2160" />
<Limit name="alignment" value="2x2" />
<Limit name="block-size" value="16x16" />
@@ -147,7 +145,6 @@ Only the three quirks included above are recognized at this point:
<MediaCodec name="OMX.qcom.video.decoder.mpeg4" type="video/mp4v-es" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports"/>
- <Quirk name="defers-output-buffer-allocation"/>
<Limit name="size" min="64x64" max="1920x1088" />
<Limit name="alignment" value="2x2" />
<Limit name="block-size" value="16x16" />
@@ -158,7 +155,6 @@ Only the three quirks included above are recognized at this point:
<MediaCodec name="OMX.qcom.video.decoder.h263" type="video/3gpp" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports"/>
- <Quirk name="defers-output-buffer-allocation"/>
<Limit name="size" min="64x64" max="720x576" />
<Limit name="alignment" value="2x2" />
<Feature name="adaptive-playback" />
@@ -166,7 +162,6 @@ Only the three quirks included above are recognized at this point:
<MediaCodec name="OMX.qcom.video.decoder.vp8" type="video/x-vnd.on2.vp8" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports" />
- <Quirk name="defers-output-buffer-allocation" />
<Limit name="size" min="64x64" max="3840x2160" />
<Limit name="alignment" value="2x2" />
<Limit name="block-size" value="16x16" />