camera hfr: add 720 high speed profile for immersive crop
Bug: 246904793 Test: GCA Change-Id: I0b00041af9e0a1dcab97471d84b2b2917df9f399
This commit is contained in:
parent
fd349fa42c
commit
75519032c8
1 changed files with 17 additions and 3 deletions
|
@ -256,9 +256,9 @@
|
|||
|
||||
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="72000000"
|
||||
width="1920"
|
||||
height="1080"
|
||||
bitRate="42000000"
|
||||
width="1280"
|
||||
height="720"
|
||||
frameRate="240" />
|
||||
|
||||
<!-- audio setting is ignored -->
|
||||
|
@ -296,6 +296,20 @@
|
|||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<EncoderProfile quality="highspeed720p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="42000000"
|
||||
width="1280"
|
||||
height="720"
|
||||
frameRate="240" />
|
||||
|
||||
<!-- audio setting is ignored -->
|
||||
<Audio codec="aac"
|
||||
bitRate="96000"
|
||||
sampleRate="48000"
|
||||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<ImageEncoding quality="90" />
|
||||
<ImageEncoding quality="80" />
|
||||
<ImageEncoding quality="70" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue