summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunita Nadampalli2016-06-07 09:27:49 -0500
committerPraneeth Bajjuri2016-07-19 00:29:37 -0500
commit8e75aa7b01c891751f54454a69848f6730731344 (patch)
tree7f4b4809e39d9e7dcec60893f7c2f1d88c275328
parent7daa401e82dfe406e54e299fa446814c797538c1 (diff)
downloaddevice-ti-am57xevm-8e75aa7b01c891751f54454a69848f6730731344.tar.gz
device-ti-am57xevm-8e75aa7b01c891751f54454a69848f6730731344.tar.xz
device-ti-am57xevm-8e75aa7b01c891751f54454a69848f6730731344.zip
jacinto6evm: media_codecs: Add attributes for HW Codecs
Add attributes for hardware codecs. Change-Id: Ibbcf4bf03cb39e38e7057e8e716e0930a2446a9c Signed-off-by: Sunita Nadampalli <sunitan@ti.com>
-rw-r--r--media_codecs.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index 0c04183..5ab95dc 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -20,7 +20,7 @@
20 20
21<MediaCodecs> 21<MediaCodecs>
22 <Include href="media_codecs_google_audio.xml" /> 22 <Include href="media_codecs_google_audio.xml" />
23 <Decoders> 23 <Decoders>
24 <MediaCodec name="OMX.TI.DUCATI1.VIDEO.DECODER"> 24 <MediaCodec name="OMX.TI.DUCATI1.VIDEO.DECODER">
25 <Type name="video/avc"/> 25 <Type name="video/avc"/>
26 <Type name="video/mp4v-es"/> 26 <Type name="video/mp4v-es"/>
@@ -28,12 +28,22 @@
28 <Type name="video/mpeg2"/> 28 <Type name="video/mpeg2"/>
29 <Quirk name="requires-allocate-on-input-ports"/> 29 <Quirk name="requires-allocate-on-input-ports"/>
30 <Quirk name="requires-allocate-on-output-ports"/> 30 <Quirk name="requires-allocate-on-output-ports"/>
31 <Limit name="size" min="64x64" max="1920x1088" />
32 <Limit name="alignment" value="16x16" />
33 <Limit name="block-size" value="16x16" />
34 <Limit name="blocks-per-second" min="1" max="489600" />
35 <Limit name="bitrate" range="1-62500000" />
31 </MediaCodec> 36 </MediaCodec>
32 </Decoders> 37 </Decoders>
33 <Encoders> 38 <Encoders>
34 <MediaCodec name="OMX.TI.DUCATI1.VIDEO.H264E" type="video/avc" > 39 <MediaCodec name="OMX.TI.DUCATI1.VIDEO.H264E" type="video/avc" >
35 <Quirk name="requires-allocate-on-input-ports" /> 40 <Quirk name="requires-allocate-on-input-ports" />
36 <Quirk name="requires-allocate-on-output-ports" /> 41 <Quirk name="requires-allocate-on-output-ports" />
42 <Limit name="bitrate" range="1-50000000" />
43 <Limit name="block-size" value="16x16" />
44 <Limit name="alignment" value="16x16" />
45 <Limit name="size" min="96x80" max="1920x1088" />
46 <Limit name="blocks-per-second" min="1" max="489600" />
37 </MediaCodec> 47 </MediaCodec>
38 </Encoders> 48 </Encoders>
39 <Include href="media_codecs_google_video.xml" /> 49 <Include href="media_codecs_google_video.xml" />