diff options
author | Vasantha Balla <quic_vballa@quicinc.com> | 2021-10-29 23:27:52 +0530 |
---|---|---|
committer | Vasantha Balla <quic_vballa@quicinc.com> | 2021-10-29 23:27:52 +0530 |
commit | 982504963a2d7d648c3dbfcc500d197a524cb425 (patch) | |
tree | 494ee080865800b0eeced438c256db5b0d047f4d | |
parent | ffa05f19e1ff765b6d345a079241217537b7ccb6 (diff) |
conf_files: bengal: Fix HFR issue
Divar supports 1080@60 and 720p@120 encoding.
Updated xml file to support this.
Change-Id: I79322e2c0e5c837c7e346807011a97f8d03a8b42
-rw-r--r-- | conf_files/bengal/media_codecs.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/conf_files/bengal/media_codecs.xml b/conf_files/bengal/media_codecs.xml index 411a5240..bc90b902 100644 --- a/conf_files/bengal/media_codecs.xml +++ b/conf_files/bengal/media_codecs.xml @@ -111,8 +111,8 @@ Only the three quirks included above are recognized at this point: ______________________________________________________ | Codec | W H fps Mbps MB/s | |__________|_________________________________________| - | h264 | 1920 1088 30 60 244800 | - | hevc | 1920 1088 30 60 244800 | + | h264 | 1920 1088 60 60 489600 | + | hevc | 1920 1088 60 60 489600 | | mpeg4-sw | 864 480 30 8 48600 | | h263-sw | 864 480 30 2 48600 | |__________|_________________________________________| @@ -133,12 +133,12 @@ Only the three quirks included above are recognized at this point: <Limit name="size" min="128x128" max="1920x1088" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="244800" /> + <Limit name="blocks-per-second" min="64" max="489600" /> <Limit name="bitrate" range="1-60000000" /> <Limit name="frame-rate" range="1-120" /> <Limit name="concurrent-instances" max="16" /> - <Limit name="performance-point-1920x1080" value="30" /> - <Limit name="performance-point-1280x720" value="60" /> + <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" > @@ -148,14 +148,14 @@ Only the three quirks included above are recognized at this point: <Limit name="size" min="128x128" max="1920x1088" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" min="64" max="244800" /> + <Limit name="blocks-per-second" min="64" max="489600" /> <Limit name="bitrate" range="1-60000000" /> <Limit name="frame-rate" range="1-120" /> <Limit name="concurrent-instances" max="16" /> <Limit name="quality" range="0-100" default="80" /> <Feature name="bitrate-modes" value="VBR,CBR" /> - <Limit name="performance-point-1920x1080" value="30" /> - <Limit name="performance-point-1280x720" value="60" /> + <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" > |