Snap for 9455153 from 81d1eaeb81 to udc-release

Change-Id: I65314c3583ce365092e76d1381d183be645610de
This commit is contained in:
Android Build Coastguard Worker 2023-01-05 02:02:32 +00:00
commit 19b657afc0
2 changed files with 19 additions and 5 deletions

View file

@ -458,11 +458,11 @@
</path> </path>
<path name="immersive-playbackP bt"> <path name="immersive-playbackP bt">
<ctl name="BT_RX Mixer IMSV" value="1"/> <ctl name="BT_RX Mixer EP4" value="1"/>
</path> </path>
<path name="immersive-playbackP usb-headphone"> <path name="immersive-playbackP usb-headphone">
<ctl name="USB_RX Mixer IMSV" value="1"/> <ctl name="USB_RX Mixer EP4" value="1"/>
</path> </path>
<path name="voip-playbackP"> <path name="voip-playbackP">

View file

@ -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" />