summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-12-09 19:35:16 -0800
committerLajos Molnar <lajos@google.com>2014-12-13 01:25:27 +0000
commit30b865a2cfb508cd91d7403b7bf6ebcf34189c00 (patch)
tree26dfc13e7cefa8445735bc806bff7bdf6516087a /media
parenta0940a569f2bc24b00dc10ce0fa7658b1dc3a3a5 (diff)
downloadframeworks_av-30b865a2cfb508cd91d7403b7bf6ebcf34189c00.zip
frameworks_av-30b865a2cfb508cd91d7403b7bf6ebcf34189c00.tar.gz
frameworks_av-30b865a2cfb508cd91d7403b7bf6ebcf34189c00.tar.bz2
stagefright: advertise 8kHz AAC decoder support
Bug: 18738266 Change-Id: I1e5a1dc04b4deabfac069e70e4f730be6023a8ef
Diffstat (limited to 'media')
-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">