camera hfr: add 720 high speed profile am: 6147513fad am: 3d1c17e23b am: 251f1a0948

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14909861

Change-Id: I9afe679974a76d6ae75dc79bb6bc8136f22094bc
This commit is contained in:
Peter Liu 2021-06-09 02:54:19 +00:00 committed by Automerger Merge Worker
commit c59ffad588
2 changed files with 34 additions and 6 deletions

View file

@ -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 -->
@ -282,6 +282,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>
<EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="72000000"

View file

@ -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 -->
@ -282,6 +282,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>
<EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="72000000"