device/qcom/common: Add hardware mp3 decoder

Change-Id: I1fd71a71144c0483a761f3c6113837fbb0a291d2
This commit is contained in:
Shashi Kumar 2012-07-16 12:52:28 +05:30
parent 762e8625ed
commit b8ed0ff26d
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@
<Quirk name="requires-global-flush" />
<Quirk name="requires-wma-pro-component" />
</MediaCodec>
<MediaCodec name="OMX.qcom.audio.decoder.mp3" type="audio/mpeg" >
<Quirk name="requires-global-flush" />
</MediaCodec>
<!-- Audio Software -->
<MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis" />
<MediaCodec name="OMX.google.mp3.decoder" type="audio/mpeg" />