diff options
author | Shrikara B <shrikara@codeaurora.org> | 2019-11-11 17:00:17 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-11-13 22:49:44 -0800 |
commit | b1b863fe091d16ca2d43421cb3a23bcffa5a8cb1 (patch) | |
tree | 7559c2fa4f407af787ecf9d57ebc82b60c0ca69a | |
parent | c8029b9fa3fdeb400df1466f5bab4d7516de3c37 (diff) |
conf_files: lito: Add hevc.cq encoder entry in xml
Add OMX.qcom.video.encoder.hevc.cq in media_codecs.xml.
Also, remove CQ from the supported bitrate modes of
OMX.qcom.video.encoder.hevc. This xml file is used in GSI case.
Change-Id: Iabfae1d8dc0398e408f84aeef3a3e32a289c4568
-rw-r--r-- | conf_files/lito/media_codecs.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/conf_files/lito/media_codecs.xml b/conf_files/lito/media_codecs.xml index 744daf8e..c2eeb969 100644 --- a/conf_files/lito/media_codecs.xml +++ b/conf_files/lito/media_codecs.xml @@ -186,12 +186,24 @@ Only the three quirks included above are recognized at this point: <Limit name="frame-rate" range="1-480" /> <Limit name="concurrent-instances" max="16" /> <Limit name="quality" range="0-100" default="80" /> - <Feature name="bitrate-modes" value="VBR,CBR,CQ" /> + <Feature name="bitrate-modes" value="VBR,CBR" /> <Limit name="performance-point-4096x2304" value="30" /> <Limit name="performance-point-3840x2160" value="60" /> <Limit name="performance-point-1920x1080" value="240" /> <Limit name="performance-point-1280x720" value="480" /> </MediaCodec> + <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" /> + <Feature name="bitrate-modes" value="CQ" /> + <Limit name="performance-point-512x512" value="2025" /> + </MediaCodec> <!-- Video Software --> <MediaCodec name="OMX.qcom.video.encoder.h263sw" type="video/3gpp" > <Quirk name="requires-allocate-on-input-ports" /> |