sm6250-common: media: Update perf-points for sw encoder and decoder

Update the performance points values for sw encoder and
decoder components in media-codecs xml file for gsi.

Change-Id: I424a5716732b917df56935e057107c6329cb31c8
This commit is contained in:
Paras Nagda 2020-06-09 12:34:02 +05:30 committed by Demon000
parent 4c06979cbd
commit f0c9b82da5

View File

@ -199,6 +199,8 @@ 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" />
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-864x480" value="30" /> <Limit name="performance-point-864x480" value="30" />
<Limit name="performance-point-720x480" value="30" />
<Limit name="performance-point-720x576" value="25" />
</MediaCodec> </MediaCodec>
<MediaCodec name="OMX.qcom.video.encoder.mpeg4sw" type="video/mp4v-es" > <MediaCodec name="OMX.qcom.video.encoder.mpeg4sw" type="video/mp4v-es" >
<Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-input-ports" />
@ -212,6 +214,8 @@ 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" />
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-864x480" value="30" /> <Limit name="performance-point-864x480" value="30" />
<Limit name="performance-point-720x480" value="30" />
<Limit name="performance-point-720x576" value="25" />
</MediaCodec> </MediaCodec>
</Encoders> </Encoders>
<Decoders> <Decoders>
@ -361,6 +365,8 @@ Only the three quirks included above are recognized at this point:
<Feature name="adaptive-playback" /> <Feature name="adaptive-playback" />
<Limit name="concurrent-instances" max="16" /> <Limit name="concurrent-instances" max="16" />
<Limit name="performance-point-864x480" value="30" /> <Limit name="performance-point-864x480" value="30" />
<Limit name="performance-point-720x480" value="30" />
<Limit name="performance-point-720x576" value="25" />
</MediaCodec> </MediaCodec>
<MediaCodec name="OMX.qti.video.decoder.mpeg4sw" type="video/mp4v-es"> <MediaCodec name="OMX.qti.video.decoder.mpeg4sw" type="video/mp4v-es">
<Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-input-ports" />