summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunita Nadampalli <sunitan@ti.com>2016-06-07 09:27:49 -0500
committerVishal Mahaveer <vishalm@ti.com>2016-06-07 14:48:13 -0500
commitb8951217be1cf4f7ec5ac19a86d89efd77e42e5d (patch)
tree24d0d2c8e38f71b6d5ab817c349beefb1c456b58
parenta7c6d7481a90a22481b6a50cece60cbef8653868 (diff)
downloadjacinto6evm-b8951217be1cf4f7ec5ac19a86d89efd77e42e5d.tar.gz
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 @@
<MediaCodecs>
<Include href="media_codecs_google_audio.xml" />
- <Decoders>
+ <Decoders>
<MediaCodec name="OMX.TI.DUCATI1.VIDEO.DECODER">
<Type name="video/avc"/>
<Type name="video/mp4v-es"/>
@@ -28,12 +28,22 @@
<Type name="video/mpeg2"/>
<Quirk name="requires-allocate-on-input-ports"/>
<Quirk name="requires-allocate-on-output-ports"/>
+ <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" />
</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" />