flounder: publish profiling results in xml.

Bug: 22089269
Change-Id: I08f129c92884ea4b5cdab060f16d217e77ce719f
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 @@
 
 <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 @@
             <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 @@
             <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 @@
             <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 @@
             <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 @@
             <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 @@
             <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 @@
             <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" />