Add 4k media profiles to front physical camera for P23 devices.
Bug: 258051741 Test: 4k60 enabled for front camera in GCA + CTS Change-Id: If05ab3eb72be240564ef563c57e9de1d25dd6700
This commit is contained in:
parent
0213227cd5
commit
b2c166cb05
2 changed files with 26 additions and 0 deletions
|
@ -1395,6 +1395,19 @@
|
||||||
|
|
||||||
<CamcorderProfiles cameraId="7">
|
<CamcorderProfiles cameraId="7">
|
||||||
|
|
||||||
|
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||||
|
<Video codec="h264"
|
||||||
|
bitRate="72000000"
|
||||||
|
width="3840"
|
||||||
|
height="2160"
|
||||||
|
frameRate="60" />
|
||||||
|
|
||||||
|
<Audio codec="aac"
|
||||||
|
bitRate="96000"
|
||||||
|
sampleRate="48000"
|
||||||
|
channels="1" />
|
||||||
|
</EncoderProfile>
|
||||||
|
|
||||||
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="22000000"
|
bitRate="22000000"
|
||||||
|
|
|
@ -1395,6 +1395,19 @@
|
||||||
|
|
||||||
<CamcorderProfiles cameraId="7">
|
<CamcorderProfiles cameraId="7">
|
||||||
|
|
||||||
|
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||||
|
<Video codec="h264"
|
||||||
|
bitRate="72000000"
|
||||||
|
width="3840"
|
||||||
|
height="2160"
|
||||||
|
frameRate="60" />
|
||||||
|
|
||||||
|
<Audio codec="aac"
|
||||||
|
bitRate="96000"
|
||||||
|
sampleRate="48000"
|
||||||
|
channels="1" />
|
||||||
|
</EncoderProfile>
|
||||||
|
|
||||||
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="22000000"
|
bitRate="22000000"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue