sm7125-common: configs: raise min blocks-per-second limit
- Increase blocks-per-second range from 24–979200 to 36–979200 - Prevents codec operation at extremely low block rates - Reduces risk of underruns and playback instability - Improves scheduling efficiency and smoother video performance Trade-off: drops support for extreme low-FPS edge cases, but ensures better stability across typical playback/recording scenarios.
This commit is contained in:
2
configs/media/vendor/media_codecs_c2.xml
vendored
2
configs/media/vendor/media_codecs_c2.xml
vendored
@@ -64,7 +64,7 @@
|
||||
<Limit name="size" min="96x96" max="4096x2160" />
|
||||
<Limit name="alignment" value="2x2" />
|
||||
<Limit name="block-size" value="16x16" />
|
||||
<Limit name="blocks-per-second" range="24-979200" />
|
||||
<Limit name="blocks-per-second" range="36-979200" />
|
||||
<Limit name="bitrate" range="1-100000000" />
|
||||
<Limit name="frame-rate" range="1-240" />
|
||||
<Limit name="concurrent-instances" max="16" />
|
||||
|
||||
Reference in New Issue
Block a user