Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c31acbd authored by Bharath's avatar Bharath
Browse files

FP3: media: Update concurrent-instances based on latest specs

Test: run cts -m CtsMediaCodecTestCases -t android.media.codec.cts.MediaCodecInstancesTest#testGetMaxSupportedInstances
Change-Id: Ie5f27704db14777f49296e1cdde6d7a37109ee3d
parent 7be1d262
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -166,7 +166,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="244800" />
            <Limit name="bitrate" range="1-40000000" />
            <Limit name="concurrent-instances" max="24" />
            <Limit name="concurrent-instances" max="12" />
            <Limit name="performance-point-1920x1088" value="30" />
        </MediaCodec>
        <MediaCodec name="OMX.qcom.video.encoder.h263" type="video/3gpp" >
@@ -178,7 +178,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="48600" />
            <Limit name="bitrate" range="1-2000000" />
            <Limit name="concurrent-instances" max="24" />
            <Limit name="concurrent-instances" max="12" />
            <Limit name="performance-point-720x480" value="30" />
        </MediaCodec>
        <MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" >
@@ -220,7 +220,7 @@ Only the three quirks included above are recognized at this point:
            <Limit name="bitrate" range="1-20000000" />
            <Feature name="adaptive-playback" />
            <Feature name="secure-playback" required="true" />
            <Limit name="concurrent-instances" max="3" />
            <Limit name="concurrent-instances" max="5" />
            <Limit name="performance-point-1920x1088" value="30" />
        </MediaCodec>
        <MediaCodec name="OMX.qcom.video.decoder.mpeg2" type="video/mpeg2" >
@@ -245,7 +245,7 @@ Only the three quirks included above are recognized at this point:
            <Limit name="bitrate" range="1-20000000" />
            <Feature name="adaptive-playback" />
            <Feature name="secure-playback" required="true" />
            <Limit name="concurrent-instances" max="10" />
            <Limit name="concurrent-instances" max="15" />
            <Limit name="performance-point-1920x1088" value="30" />
        </MediaCodec>
        <MediaCodec name="OMX.qcom.video.decoder.mpeg4" type="video/mp4v-es" >
@@ -391,7 +391,7 @@ Only the three quirks included above are recognized at this point:
            <Limit name="bitrate" range="1-20000000" />
            <Feature name="adaptive-playback" />
            <Feature name="secure-playback" required="true" />
            <Limit name="concurrent-instances" max="1" />
            <Limit name="concurrent-instances" max="2" />
            <Limit name="performance-point-1920x1088" value="30" />
        </MediaCodec>
    </Decoders>