klte: Update h264 codec VideoEncoderCap
* Increase maxFrame{Height/Width} * Increase maxBitRate * Decrease minFrameRate * Should fix 4k recording Change-Id: I93cfdef8c50ddcd172a18909bc41b98b2b332f96 Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
This commit is contained in:
parent
5a665bb9ba
commit
245350b8d7
1 changed files with 4 additions and 4 deletions
|
@ -389,10 +389,10 @@
|
|||
or query the capabilities of the codec at all if it is disabled
|
||||
-->
|
||||
<VideoEncoderCap name="h264" enabled="true"
|
||||
minBitRate="64000" maxBitRate="40000000"
|
||||
minFrameWidth="176" maxFrameWidth="1920"
|
||||
minFrameHeight="144" maxFrameHeight="1080"
|
||||
minFrameRate="15" maxFrameRate="30" />
|
||||
minBitRate="64000" maxBitRate="50000000"
|
||||
minFrameWidth="176" maxFrameWidth="3840"
|
||||
minFrameHeight="144" maxFrameHeight="2160"
|
||||
minFrameRate="1" maxFrameRate="30" />
|
||||
|
||||
<VideoEncoderCap name="h263" enabled="true"
|
||||
minBitRate="64000" maxBitRate="2000000"
|
||||
|
|
Loading…
Reference in a new issue