diff options
author | Vasantha Balla <quic_vballa@quicinc.com> | 2021-11-12 16:01:55 +0530 |
---|---|---|
committer | Vasantha Balla <quic_vballa@quicinc.com> | 2021-11-12 16:01:55 +0530 |
commit | b48b85391be6f6f2271023323a06134f814d3018 (patch) | |
tree | fb8fa33903cfffd1111d54427ea94aa6b860a5ea | |
parent | 337964a370e81de32bdef0bc7ba0f7207ddb44ac (diff) |
conf_files: bengal: Update performance points
720x480@120 is already covered by 720p@120.
So removed this.
Change-Id: Iceba41665035b8348377bc03d2f735571d12e72d
-rw-r--r-- | conf_files/bengal/media_codecs.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf_files/bengal/media_codecs.xml b/conf_files/bengal/media_codecs.xml index bc90b902..ef1bfb0a 100644 --- a/conf_files/bengal/media_codecs.xml +++ b/conf_files/bengal/media_codecs.xml @@ -139,7 +139,6 @@ Only the three quirks included above are recognized at this point: <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-1920x1080" value="60" /> <Limit name="performance-point-1280x720" value="120" /> - <Limit name="performance-point-720x480" value="120" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.hevc" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -156,7 +155,6 @@ Only the three quirks included above are recognized at this point: <Feature name="bitrate-modes" value="VBR,CBR" /> <Limit name="performance-point-1920x1080" value="60" /> <Limit name="performance-point-1280x720" value="120" /> - <Limit name="performance-point-720x480" value="120" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.hevc.cq" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> |