diff options
author | Paras Nagda <pnagda@codeaurora.org> | 2020-06-09 12:34:02 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-06-09 00:09:49 -0700 |
commit | 69dfa1cef45d60213ee11e1280738ed0249e3450 (patch) | |
tree | 45808c476571a74ad0750fbe867ac42d871a5ab1 | |
parent | 30a2a28d45793a4946c1667844a429adb43e8f90 (diff) |
atoll: 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
-rw-r--r-- | conf_files/atoll/media_codecs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf_files/atoll/media_codecs.xml b/conf_files/atoll/media_codecs.xml index 992a1b4d..48da4905 100644 --- a/conf_files/atoll/media_codecs.xml +++ b/conf_files/atoll/media_codecs.xml @@ -199,6 +199,8 @@ Only the three quirks included above are recognized at this point: <Limit name="frame-rate" range="1-30" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-864x480" value="30" /> + <Limit name="performance-point-720x480" value="30" /> + <Limit name="performance-point-720x576" value="25" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.mpeg4sw" type="video/mp4v-es" > <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="concurrent-instances" max="16" /> <Limit name="performance-point-864x480" value="30" /> + <Limit name="performance-point-720x480" value="30" /> + <Limit name="performance-point-720x576" value="25" /> </MediaCodec> </Encoders> <Decoders> @@ -361,6 +365,8 @@ Only the three quirks included above are recognized at this point: <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-864x480" value="30" /> + <Limit name="performance-point-720x480" value="30" /> + <Limit name="performance-point-720x576" value="25" /> </MediaCodec> <MediaCodec name="OMX.qti.video.decoder.mpeg4sw" type="video/mp4v-es"> <Quirk name="requires-allocate-on-input-ports" /> |