diff options
author | Paras Nagda <pnagda@codeaurora.org> | 2020-06-05 10:26:37 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-06-04 22:09:09 -0700 |
commit | e5d42a17efc3e56fd913ae04ae50cf0f1efd0650 (patch) | |
tree | b9bb7bebd1d926d70766226b29bd12e68df79394 | |
parent | ac35d58d3e9149fc9328abd60a0c9f7c857792fe (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.
Change-Id: Ida52b5006a3bb4184b265569623f7775814faf21
-rw-r--r-- | conf_files/atoll/media_codecs_vendor.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf_files/atoll/media_codecs_vendor.xml b/conf_files/atoll/media_codecs_vendor.xml index c4dc49e9..49234b07 100644 --- a/conf_files/atoll/media_codecs_vendor.xml +++ b/conf_files/atoll/media_codecs_vendor.xml @@ -212,6 +212,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" /> @@ -225,6 +227,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> @@ -374,6 +378,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" /> |