summaryrefslogtreecommitdiff
path: root/media_codecs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'media_codecs.xml')
-rw-r--r--media_codecs.xml52
1 files changed, 43 insertions, 9 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index 0c04183..6c34266 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -20,20 +20,54 @@
<MediaCodecs>
<Include href="media_codecs_google_audio.xml" />
- <Decoders>
- <MediaCodec name="OMX.TI.DUCATI1.VIDEO.DECODER">
- <Type name="video/avc"/>
- <Type name="video/mp4v-es"/>
- <Type name="video/3gpp"/>
- <Type name="video/mpeg2"/>
- <Quirk name="requires-allocate-on-input-ports"/>
- <Quirk name="requires-allocate-on-output-ports"/>
+ <Decoders>
+ <MediaCodec name="OMX.TI.DUCATI1.VIDEO.DECODER" >
+ <Quirk name="requires-allocate-on-input-ports"/>
+ <Quirk name="requires-allocate-on-output-ports"/>
+
+ <Type name="video/avc">
+ <Limit name="size" min="64x64" max="1920x1088" />
+ <Limit name="alignment" value="16x16" />
+ <Limit name="block-size" value="16x16" />
+ <Limit name="blocks-per-second" min="1" max="489600" />
+ <Limit name="bitrate" range="1-62500000" />
+ <Feature name="adaptive-playback" />
+ </Type>
+
+ <Type name="video/mp4v-es">
+ <Limit name="size" min="64x64" max="1920x1088" />
+ <Limit name="alignment" value="16x16" />
+ <Limit name="block-size" value="16x16" />
+ <Limit name="blocks-per-second" min="1" max="489600" />
+ <Limit name="bitrate" range="1-62500000" />
+ </Type>
+
+ <Type name="video/3gpp">
+ <Limit name="size" min="64x64" max="1920x1088" />
+ <Limit name="alignment" value="16x16" />
+ <Limit name="block-size" value="16x16" />
+ <Limit name="blocks-per-second" min="1" max="489600" />
+ <Limit name="bitrate" range="1-62500000" />
+ </Type>
+
+ <Type name="video/mpeg2">
+ <Limit name="size" min="64x64" max="1920x1088" />
+ <Limit name="alignment" value="16x16" />
+ <Limit name="block-size" value="16x16" />
+ <Limit name="blocks-per-second" min="1" max="489600" />
+ <Limit name="bitrate" range="1-62500000" />
+ </Type>
</MediaCodec>
</Decoders>
- <Encoders>
+ <Encoders>
<MediaCodec name="OMX.TI.DUCATI1.VIDEO.H264E" type="video/avc" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports" />
+ <Limit name="bitrate" range="1-50000000" />
+ <Limit name="block-size" value="16x16" />
+ <Limit name="alignment" value="16x16" />
+ <Limit name="size" min="96x80" max="1920x1088" />
+ <Limit name="blocks-per-second" min="1" max="489600" />
</MediaCodec>
</Encoders>
<Include href="media_codecs_google_video.xml" />