summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2015-06-25 15:50:17 -0700
committerRonghua Wu <ronghuawu@google.com>2015-06-25 15:50:17 -0700
commit90ab40fbf18d7f2d52a19ad61e32e95533a536b9 (patch)
treea3d6dab300956da1c5f4e330d572a34201d8cc63
parent7458cfd9aa34aa18b84a0a76141ff98cad8f92c3 (diff)
downloadflounder-90ab40fbf18d7f2d52a19ad61e32e95533a536b9.tar.gz
flounder: publish profiling results in xml.
Bug: 22089269 Change-Id: I08f129c92884ea4b5cdab060f16d217e77ce719f
-rw-r--r--media_codecs.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index b1c7e4d..767c726 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -79,6 +79,9 @@ Only the three quirks included above are recognized at this point:
<MediaCodecs>
<Include href="media_codecs_google_audio.xml" />
+ <Settings>
+ <Setting name="max-video-encoder-input-buffers" value="6" />
+ </Settings>
<Decoders>
<MediaCodec name="OMX.Nvidia.mp4.decode" type="video/mp4v-es" >
<Limit name="size" min="32x32" max="1920x1088" />
@@ -87,11 +90,13 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="1" max="244800" />
<Limit name="bitrate" range="1-10000000" />
<Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="32" />
</MediaCodec>
<MediaCodec name="OMX.Nvidia.h263.decode" type="video/3gpp" >
<Limit name="size" min="32x32" max="720x576" />
<Limit name="alignment" value="2x2" />
<Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="32" />
</MediaCodec>
<MediaCodec name="OMX.Nvidia.h264.decode" type="video/avc" >
<Limit name="size" min="32x32" max="3840x2176" />
@@ -100,6 +105,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="1" max="783360" />
<Limit name="bitrate" range="1-62500000" />
<Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="32" />
</MediaCodec>
<MediaCodec name="OMX.Nvidia.h264.decode.secure" type="video/avc" >
<Limit name="size" min="32x32" max="3840x2176" />
@@ -109,6 +115,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-62500000" />
<Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" />
+ <Limit name="concurrent-instances" max="32" />
</MediaCodec>
<MediaCodec name="OMX.Nvidia.mpeg2v.decode" type="video/mpeg2" >
<Limit name="size" min="32x32" max="3840x2176" />
@@ -117,6 +124,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="1" max="783360" />
<Limit name="bitrate" range="1-62500000" />
<Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="32" />
</MediaCodec>
<MediaCodec name="OMX.Nvidia.mp2.decoder" type="audio/mpeg-L2" >
<Limit name="channel-count" max="6" />
@@ -130,6 +138,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="blocks-per-second" min="1" max="783360" />
<Limit name="bitrate" range="1-62500000" />
<Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="32" />
</MediaCodec>
</Decoders>
@@ -140,6 +149,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="783360" />
<Limit name="bitrate" range="1-50000000" />
+ <Limit name="concurrent-instances" max="32" />
</MediaCodec>
<MediaCodec name="OMX.Nvidia.vp8.encoder" type="video/x-vnd.on2.vp8" >
<Limit name="size" min="48x48" max="3840x2176" />
@@ -147,6 +157,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="783360" />
<Limit name="bitrate" range="1-50000000" />
+ <Limit name="concurrent-instances" max="32" />
</MediaCodec>
</Encoders>
<Include href="media_codecs_google_video.xml" />