Merge "camera hfr: add 720 high speed profile for immersive crop" into tm-qpr-dev am: af5519dde6
am: 2d124353ba
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20831749 Change-Id: I7df4345c3a95b5aa17b47ec3bb7ffd797e956945 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c3ef49016b
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