sm8250-common: Import media_codecs / media_profiles
Change-Id: Ia2531ec21746dbdd8f2ba059b1bfae5305deda76
This commit is contained in:
parent
8b1be26d37
commit
46fa73ab87
13 changed files with 5676 additions and 62 deletions
18
configs/media_codecs_c2.xml
Normal file
18
configs/media_codecs_c2.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Included>
|
||||
<Decoders>
|
||||
<MediaCodec name="c2.nokia.ozoaudio.decoder" type="audio/ozoaudio">
|
||||
<Limit name="channel-count" max="8" />
|
||||
<Limit name="sample-rate" ranges="48000" />
|
||||
<Limit name="bitrate" range="8000-960000" />
|
||||
</MediaCodec>
|
||||
</Decoders>
|
||||
|
||||
<Encoders>
|
||||
<MediaCodec name="c2.nokia.ozoaudio.encoder" type="audio/ozoaudio">
|
||||
<Limit name="sample-rate" ranges="48000" />
|
||||
<Limit name="bitrate" range="128000-960000" />
|
||||
</MediaCodec>
|
||||
</Encoders>
|
||||
</Included>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue