Support front camera 4K30fps video am: 4f8795f405
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/18558006 Change-Id: Ib97686d954c5299df5d6a50c782dd4a025919a0c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
657b3e00e3
1 changed files with 13 additions and 0 deletions
|
@ -305,6 +305,19 @@
|
|||
|
||||
<CamcorderProfiles cameraId="1">
|
||||
|
||||
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="48000000"
|
||||
width="3840"
|
||||
height="2160"
|
||||
frameRate="30" />
|
||||
|
||||
<Audio codec="aac"
|
||||
bitRate="96000"
|
||||
sampleRate="48000"
|
||||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="33000000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue