Modify media profiles for front camera previous media profile
Front camera media profile does not have 60 fps Bug: 296593555 Test: build and see 60fps Change-Id: Idac8b14556d4d2402d9d567529cee72ed4ccb910
This commit is contained in:
parent
feb92fa641
commit
569637e568
1 changed files with 4 additions and 4 deletions
|
@ -1042,10 +1042,10 @@
|
||||||
|
|
||||||
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="48000000"
|
bitRate="72000000"
|
||||||
width="3840"
|
width="3840"
|
||||||
height="2160"
|
height="2160"
|
||||||
frameRate="30" />
|
frameRate="60" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
bitRate="96000"
|
bitRate="96000"
|
||||||
|
@ -1055,10 +1055,10 @@
|
||||||
|
|
||||||
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="22000000"
|
bitRate="33000000"
|
||||||
width="1920"
|
width="1920"
|
||||||
height="1080"
|
height="1080"
|
||||||
frameRate="30" />
|
frameRate="60" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
bitRate="96000"
|
bitRate="96000"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue