summaryrefslogtreecommitdiff
path: root/media_codecs.xml
diff options
context:
space:
mode:
authorArun Menon <avmenon@codeaurora.org>2016-04-04 12:13:48 -0700
committerHangyu Kuang <hkuang@google.com>2016-04-08 10:32:50 -0700
commitcfe2502fbbcfb03a4563298bd80068b1bf025e0a (patch)
tree10def4d517c7276b1b425f21c33356d537a6eb85 /media_codecs.xml
parentd63df6ef74a610b28968198c21f42e00fb102d20 (diff)
downloadangler-cfe2502fbbcfb03a4563298bd80068b1bf025e0a.tar.gz
media_codecs: Advertise encoder intra-refresh support
Publish Intra Refresh feature for supported encoders. Bug: 27108817 Change-Id: Ia73b84a767abbe6f60b3e8db6a97bc0035043334
Diffstat (limited to 'media_codecs.xml')
-rw-r--r--media_codecs.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index f2b3544..49e6cba 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -117,6 +117,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="1" max="972000" />
<Limit name="bitrate" range="1-100000000" />
<Limit name="concurrent-instances" max="13" />
+ <Feature name="intra-refresh" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -128,6 +129,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="1" max="972000" />
<Limit name="bitrate" range="1-20000000" />
<Limit name="concurrent-instances" max="13" />
+ <Feature name="intra-refresh" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.encoder.hevc" type="video/hevc" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -139,6 +141,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="1" max="972000" />
<Limit name="bitrate" range="1-100000000" />
<Limit name="concurrent-instances" max="13" />
+ <Feature name="intra-refresh" />
</MediaCodec>
</Encoders>
<Decoders>