summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2018-06-06 19:27:16 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2018-06-14 12:38:02 -0500
commit0788464eeca580583e1bf6cf34146dc4ea9b3d4b (patch)
treeaf3955476396c9dfadc176349c0c7f92d3cb4220
parentc9981037c95dfcfaeedc2b20445545291754bef0 (diff)
downloadam57xevm-0788464eeca580583e1bf6cf34146dc4ea9b3d4b.tar.gz
am57xevm: Remove unsupported CODEC definitions
The "DUCATI" video accelerators are not currently supported. Remove their definition here. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--media_codecs.xml58
1 files changed, 0 insertions, 58 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index 1a65d6a..6565c31 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -20,63 +20,5 @@
<MediaCodecs>
<Include href="media_codecs_google_audio.xml" />
- <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="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="1" max="489600" />
- <Limit name="bitrate" range="1-62500000" />
- <Limit name="concurrent-instances" max="5" />
- <Feature name="adaptive-playback" />
- </Type>
-
- <Type name="video/mp4v-es">
- <Limit name="size" min="144x144" max="1920x1088" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="1" max="489600" />
- <Limit name="bitrate" range="1-62500000" />
- <Limit name="concurrent-instances" max="5" />
- </Type>
-
- <Type name="video/3gpp">
- <Limit name="size" min="64x64" max="1920x1088" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="1" max="489600" />
- <Limit name="bitrate" range="1-62500000" />
- <Limit name="concurrent-instances" max="5" />
- </Type>
-
- <Type name="video/mpeg2">
- <Limit name="size" min="64x64" max="1920x1088" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="1" max="489600" />
- <Limit name="bitrate" range="1-62500000" />
- <Limit name="concurrent-instances" max="5" />
- </Type>
- </MediaCodec>
- </Decoders>
- <Settings>
- <Setting name="max-video-encoder-input-buffers" value="6" />
- </Settings>
- <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" />
- <Limit name="concurrent-instances" max="5" />
- </MediaCodec>
- </Encoders>
<Include href="media_codecs_google_video.xml" />
</MediaCodecs>