Merge "camera hfr: add 720 high speed profile for immersive crop" into tm-qpr-dev am: af5519dde6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20831749 Change-Id: I615339685036b3b15d6e61ae2299c4995f0616e5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
2d124353ba
1 changed files with 17 additions and 3 deletions
|
@ -256,9 +256,9 @@
|
||||||
|
|
||||||
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="72000000"
|
bitRate="42000000"
|
||||||
width="1920"
|
width="1280"
|
||||||
height="1080"
|
height="720"
|
||||||
frameRate="240" />
|
frameRate="240" />
|
||||||
|
|
||||||
<!-- audio setting is ignored -->
|
<!-- audio setting is ignored -->
|
||||||
|
@ -296,6 +296,20 @@
|
||||||
channels="1" />
|
channels="1" />
|
||||||
</EncoderProfile>
|
</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="90" />
|
||||||
<ImageEncoding quality="80" />
|
<ImageEncoding quality="80" />
|
||||||
<ImageEncoding quality="70" />
|
<ImageEncoding quality="70" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue