summaryrefslogtreecommitdiff
path: root/media_codecs.xml
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2015-07-20 11:37:11 -0700
committerRonghua Wu <ronghuawu@google.com>2015-07-20 11:37:11 -0700
commit45d98bf7e07e198f4eea017e36298b45c137e2d7 (patch)
treead38fe0f21101ad505eafbee7abd634a64eb209c /media_codecs.xml
parent0d303877b77d8eee24b60f72b5c9367f1625e7f2 (diff)
downloadbullhead-45d98bf7e07e198f4eea017e36298b45c137e2d7.tar.gz
bullhead: publish max concurrent-instances data.
Bug: 22603171 Change-Id: I05f24288466d919e1a0e8d359995b1e569b1e479
Diffstat (limited to 'media_codecs.xml')
-rw-r--r--media_codecs.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index 33a0dd8..f194caf 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -91,6 +91,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="block-size" value="16x16" />
<Limit name="blocks-per-second" min="1" max="489600" />
<Limit name="bitrate" range="1-60000000" />
+ <Limit name="concurrent-instances" max="8" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.encoder.h263" type="video/3gpp" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -98,6 +99,7 @@ Only the three quirks included above are recognized at this point:
<Quirk name="requires-loaded-to-idle-after-allocation" />
<Limit name="size" min="96x64" max="720x576" />
<Limit name="alignment" value="2x2" />
+ <Limit name="concurrent-instances" max="8" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.encoder.avc" type="video/avc" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -108,6 +110,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="block-size" value="16x16" />
<Limit name="blocks-per-second" min="1" max="972000" />
<Limit name="bitrate" range="1-100000000" />
+ <Limit name="concurrent-instances" max="8" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -118,6 +121,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="block-size" value="16x16" />
<Limit name="blocks-per-second" min="1" max="777600" />
<Limit name="bitrate" range="1-20000000" />
+ <Limit name="concurrent-instances" max="8" />
</MediaCodec>
</Encoders>
<Decoders>
@@ -131,6 +135,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" />
<Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="8" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.avc.secure" type="video/avc" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -143,6 +148,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-100000000" />
<Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" />
+ <Limit name="concurrent-instances" max="6" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.mpeg4" type="video/mp4v-es" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -154,6 +160,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="1" max="489600" />
<Limit name="bitrate" range="1-60000000" />
<Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="7" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.h263" type="video/3gpp" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -162,6 +169,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="size" min="64x64" max="720x576" />
<Limit name="alignment" value="2x2" />
<Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="7" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.vp8" type="video/x-vnd.on2.vp8" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -173,6 +181,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="1" max="777600" />
<Limit name="bitrate" range="1-20000000" />
<Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="7" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -183,6 +192,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" />
<Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="7" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.hevc.secure" type="video/hevc" >
<Quirk name="requires-allocate-on-input-ports" />
@@ -194,6 +204,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-100000000" />
<Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" />
+ <Limit name="concurrent-instances" max="6" />
</MediaCodec>
</Decoders>
<Include href="media_codecs_google_video.xml" />