summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunita Nadampalli2017-01-16 16:12:00 -0600
committerPraneeth Bajjuri2017-04-18 17:43:41 -0500
commit393a1e8f796811ed38bcbf69eb397e7368d40270 (patch)
tree1b5ceb04a31b9e803aa039e2c8266d1b699b621a
parentad40af32f07c888abfdba497c4b9405e9e47522e (diff)
downloaddevice-ti-am57xevm-393a1e8f796811ed38bcbf69eb397e7368d40270.tar.gz
device-ti-am57xevm-393a1e8f796811ed38bcbf69eb397e7368d40270.tar.xz
device-ti-am57xevm-393a1e8f796811ed38bcbf69eb397e7368d40270.zip
media_codecs.xml: define the max input buffers for encoder
This is required to enable persitent surface encoding. Change-Id: I9fcbdda5323d5194e28c7de7b07dbc1496567050 Signed-off-by: Sunita Nadampalli <sunitan@ti.com>
-rw-r--r--media_codecs.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index 3482216..2e2eea6 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -59,6 +59,9 @@
59 </Type> 59 </Type>
60 </MediaCodec> 60 </MediaCodec>
61 </Decoders> 61 </Decoders>
62 <Settings>
63 <Setting name="max-video-encoder-input-buffers" value="6" />
64 </Settings>
62 <Encoders> 65 <Encoders>
63 <MediaCodec name="OMX.TI.DUCATI1.VIDEO.H264E" type="video/avc" > 66 <MediaCodec name="OMX.TI.DUCATI1.VIDEO.H264E" type="video/avc" >
64 <Quirk name="requires-allocate-on-input-ports" /> 67 <Quirk name="requires-allocate-on-input-ports" />