sdm710-common: Change secure max instances to 3

change secure max instances to 3

CRs-Fixed: 2293050
Change-Id: I590fcadaddd4cbe7ffb8b29e99fec0b7fad569e0
This commit is contained in:
Manikanta Kanamarlapudi 2018-08-08 13:35:57 +05:30 committed by Giammarco Senatore
parent 9f4635840e
commit 3e460972c2
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -234,10 +234,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="frame-rate" range="1-30" /> <Limit name="frame-rate" range="1-30" />
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" /> <Feature name="secure-playback" required="true" />
<Limit name="concurrent-instances" max="6" /> <Limit name="concurrent-instances" max="3" />
<Limit name="performance-point-4096x2160" value="24" />
<Limit name="performance-point-3840x2160" value="30" />
<Limit name="performance-point-1920x1080" value="60" />
</MediaCodec> </MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.mpeg2" type="video/mpeg2" > <MediaCodec name="OMX.qcom.video.decoder.mpeg2" type="video/mpeg2" >
<Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-input-ports" />
@ -263,8 +260,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="frame-rate" range="1-30" /> <Limit name="frame-rate" range="1-30" />
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" /> <Feature name="secure-playback" required="true" />
<Limit name="concurrent-instances" max="6" /> <Limit name="concurrent-instances" max="3" />
<Limit name="performance-point-1920x1088" value="30" />
</MediaCodec> </MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" > <MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" >
<Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-input-ports" />
@ -293,10 +289,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="frame-rate" range="1-30" /> <Limit name="frame-rate" range="1-30" />
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Feature name="secure-playback" required="true" /> <Feature name="secure-playback" required="true" />
<Limit name="concurrent-instances" max="6" /> <Limit name="concurrent-instances" max="3" />
<Limit name="performance-point-4096x2160" value="24" />
<Limit name="performance-point-3840x2160" value="30" />
<Limit name="performance-point-1920x1080" value="60" />
</MediaCodec> </MediaCodec>
<!-- Video Software --> <!-- Video Software -->
<MediaCodec name="OMX.qti.video.decoder.h263sw" type="video/3gpp" > <MediaCodec name="OMX.qti.video.decoder.h263sw" type="video/3gpp" >