summaryrefslogtreecommitdiff
authorJian Wang <jian.wang@amlogic.com>2017-10-28 06:58:09 (GMT)
committer Jian Wang <jian.wang@amlogic.com>2017-10-28 06:58:09 (GMT)
commitea1d3ccb5c160fcb4743d71268369d47a01f43fa (patch)
tree093f9a77e166973036c5aac4fb1bd4c373cc3ddb
parent92a51ee43b9e31537ee206745b133e2c631153ee (diff)
downloadamlogic-o-ea1d3ccb5c160fcb4743d71268369d47a01f43fa.zip
amlogic-o-ea1d3ccb5c160fcb4743d71268369d47a01f43fa.tar.gz
amlogic-o-ea1d3ccb5c160fcb4743d71268369d47a01f43fa.tar.bz2
cts: fix get max instances error [1/1]
PD#152800 Now avc hevc vp9 support max 9 instance fixed: android.media.cts.MediaCodecCapabilitiesTest#testGetMaxSupportedInstances Change-Id: Ied261c6aee6a595c1beec06b9102744c83ef6fc0
Diffstat
-rw-r--r--p212/files/media_codecs.xml6
-rw-r--r--p230/files/media_codecs.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/p212/files/media_codecs.xml b/p212/files/media_codecs.xml
index 9657ae3..aceb35c 100644
--- a/p212/files/media_codecs.xml
+++ b/p212/files/media_codecs.xml
@@ -84,7 +84,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-300000000" />
<Feature name="adaptive-playback" />
- <Limit name="concurrent-instances" max="1" />
+ <Limit name="concurrent-instances" max="9" />
</MediaCodec>
<MediaCodec name="OMX.amlogic.hevc.decoder.awesome.secure" type="video/hevc" >
<Limit name="size" min="64x64" max="3840x2160" />
@@ -104,7 +104,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-300000000" />
<Feature name="adaptive-playback" />
- <Limit name="concurrent-instances" max="1" />
+ <Limit name="concurrent-instances" max="9" />
</MediaCodec>
<MediaCodec name="OMX.amlogic.avc.decoder.awesome.secure" type="video/avc" >
<Limit name="size" min="64x64" max="3840x2160" />
@@ -186,7 +186,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-300000000" />
<Feature name="adaptive-playback" />
- <Limit name="concurrent-instances" max="1" />
+ <Limit name="concurrent-instances" max="9" />
</MediaCodec>
<MediaCodec name="OMX.amlogic.vp9.decoder.awesome.secure" type="video/x-vnd.on2.vp9" >
<Limit name="size" min="64x64" max="3840x2160" />
diff --git a/p230/files/media_codecs.xml b/p230/files/media_codecs.xml
index 9657ae3..aceb35c 100644
--- a/p230/files/media_codecs.xml
+++ b/p230/files/media_codecs.xml
@@ -84,7 +84,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-300000000" />
<Feature name="adaptive-playback" />
- <Limit name="concurrent-instances" max="1" />
+ <Limit name="concurrent-instances" max="9" />
</MediaCodec>
<MediaCodec name="OMX.amlogic.hevc.decoder.awesome.secure" type="video/hevc" >
<Limit name="size" min="64x64" max="3840x2160" />
@@ -104,7 +104,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-300000000" />
<Feature name="adaptive-playback" />
- <Limit name="concurrent-instances" max="1" />
+ <Limit name="concurrent-instances" max="9" />
</MediaCodec>
<MediaCodec name="OMX.amlogic.avc.decoder.awesome.secure" type="video/avc" >
<Limit name="size" min="64x64" max="3840x2160" />
@@ -186,7 +186,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-300000000" />
<Feature name="adaptive-playback" />
- <Limit name="concurrent-instances" max="1" />
+ <Limit name="concurrent-instances" max="9" />
</MediaCodec>
<MediaCodec name="OMX.amlogic.vp9.decoder.awesome.secure" type="video/x-vnd.on2.vp9" >
<Limit name="size" min="64x64" max="3840x2160" />