diff options
author | qctecmdr <qctecmdr@localhost> | 2021-11-08 00:18:41 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-11-08 00:18:41 -0800 |
commit | 337964a370e81de32bdef0bc7ba0f7207ddb44ac (patch) | |
tree | 09747fa9de8b307d697ec884db36a9e01525f6f8 | |
parent | 20f92b216500763279b278914cfd3df14998d3e4 (diff) | |
parent | 982504963a2d7d648c3dbfcc500d197a524cb425 (diff) |
Merge "conf_files: bengal: Fix HFR issue"
-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" > |