summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-12-13 01:55:05 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-13 01:55:05 +0000
commitd4c0fef88384128acc4c986fe7d3026996d4a96b (patch)
treec96fd4d2fbef3d49a7b6f109c3707f8a3667140b
parent2308566236a3ff16197419ec226f956a295fe81a (diff)
parent554016a37167fc5cb449be3d93a9290e4a0dac21 (diff)
downloadframeworks_av-d4c0fef88384128acc4c986fe7d3026996d4a96b.zip
frameworks_av-d4c0fef88384128acc4c986fe7d3026996d4a96b.tar.gz
frameworks_av-d4c0fef88384128acc4c986fe7d3026996d4a96b.tar.bz2
am 554016a3: Merge "stagefright: advertise 8kHz AAC decoder support" into lmp-mr1-dev
* commit '554016a37167fc5cb449be3d93a9290e4a0dac21': stagefright: advertise 8kHz AAC decoder support
-rw-r--r--media/libstagefright/data/media_codecs_google_audio.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/media/libstagefright/data/media_codecs_google_audio.xml b/media/libstagefright/data/media_codecs_google_audio.xml
index 85f6615..a06684b 100644
--- a/media/libstagefright/data/media_codecs_google_audio.xml
+++ b/media/libstagefright/data/media_codecs_google_audio.xml
@@ -65,7 +65,8 @@
<Encoders>
<MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm">
<Limit name="channel-count" max="6" />
- <Limit name="sample-rate" ranges="11025,12000,16000,22050,24000,32000,44100,48000" />
+ <Limit name="sample-rate" ranges="8000,11025,12000,16000,22050,24000,32000,44100,48000" />
+ <!-- also may support 64000, 88200 and 96000 Hz -->
<Limit name="bitrate" range="8000-960000" />
</MediaCodec>
<MediaCodec name="OMX.google.amrnb.encoder" type="audio/3gpp">