Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b587466 authored by Dichen Zhang's avatar Dichen Zhang
Browse files

Update raw audio codec profile

Bug: 119201624
Test: TBD
Change-Id: I2f9558b476a90d4aa618a24711dd69b61163231e
parent 60c73a44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@
        </MediaCodec>
        <MediaCodec name="OMX.google.raw.decoder" type="audio/raw">
            <Limit name="channel-count" max="8" />
            <Limit name="sample-rate" ranges="8000-96000" />
            <Limit name="sample-rate" ranges="8000-192000" />
            <Limit name="bitrate" range="1-10000000" />
        </MediaCodec>
        <MediaCodec name="OMX.google.flac.decoder" type="audio/flac">
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
        <MediaCodec name="c2.android.raw.decoder" type="audio/raw">
            <Alias name="OMX.google.raw.decoder" />
            <Limit name="channel-count" max="8" />
            <Limit name="sample-rate" ranges="8000-96000" />
            <Limit name="sample-rate" ranges="8000-192000" />
            <Limit name="bitrate" range="1-10000000" />
        </MediaCodec>
        <MediaCodec name="c2.android.flac.decoder" type="audio/flac">