diff options
author | Paras Nagda <pnagda@codeaurora.org> | 2020-06-12 09:37:38 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-06-14 22:15:17 -0700 |
commit | 78c05166d5de91b55d5adcf457b3e44e876de927 (patch) | |
tree | 437ed7eeff81091d42e1bd7cbb3bcf789515e094 | |
parent | 2668c1b813468e803be108d63bdfa86cf324a5de (diff) |
media: sm7150: add hevc cq encoder enrty in xml
Add hevc cq entry in media_codec.xml for
CTS on GSI.
Change-Id: Ic9a1a3eb1a1db9e8197104aa7b49da58280846ce
-rw-r--r-- | conf_files/sm6150/media_codecs.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf_files/sm6150/media_codecs.xml b/conf_files/sm6150/media_codecs.xml index e8bbd854..bdc2f25c 100644 --- a/conf_files/sm6150/media_codecs.xml +++ b/conf_files/sm6150/media_codecs.xml @@ -169,6 +169,18 @@ Only the three quirks included above are recognized at this point: <Limit name="performance-point-3840x2160" value="30" /> <Limit name="performance-point-1920x1080" value="120" /> <Limit name="performance-point-1280x720" value="240" /> + <MediaCodec name="OMX.qcom.video.encoder.hevc.cq" type="video/hevc" > + <Quirk name="requires-allocate-on-input-ports" /> + <Quirk name="requires-allocate-on-input-ports" /> + <Quirk name="requires-allocate-on-output-ports" /> + <Quirk name="requires-loaded-to-idle-after-allocation" /> + <Limit name="size" min="512x512" max="512x512" /> + <Limit name="frame-rate" range="1-20" /> + <Limit name="concurrent-instances" max="16" /> + <Limit name="quality" range="0-100" default="80" /> + <Limit name="performance-point-512x512" value="480" /> + <Feature name="bitrate-modes" value="CQ" /> + </MediaCodec> </MediaCodec> <!-- Video Software --> <MediaCodec name="OMX.qcom.video.encoder.h263sw" type="video/3gpp" > |