summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/SoftOMXPlugin.cpp
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2012-11-15 14:31:56 -0800
committerMarco Nelissen <marcone@google.com>2012-11-16 07:35:42 -0800
commitba933df89521d63f75ca66af12ce9d7ae9496b9e (patch)
treee56824b10c2cefd2a6762659e220abadcf6050f6 /media/libstagefright/omx/SoftOMXPlugin.cpp
parent33cf42ff2264ba4e806ab82ca7a4139b1682192b (diff)
downloadframeworks_av-ba933df89521d63f75ca66af12ce9d7ae9496b9e.zip
frameworks_av-ba933df89521d63f75ca66af12ce9d7ae9496b9e.tar.gz
frameworks_av-ba933df89521d63f75ca66af12ce9d7ae9496b9e.tar.bz2
Add GSM 6.10 decoder
Supports Microsoft frame packing only, since that's what the sample file used. b/6620569 Change-Id: Ia89d95bcbf0f8dcbaad42148a7401728f60e079d
Diffstat (limited to 'media/libstagefright/omx/SoftOMXPlugin.cpp')
-rw-r--r--media/libstagefright/omx/SoftOMXPlugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/omx/SoftOMXPlugin.cpp b/media/libstagefright/omx/SoftOMXPlugin.cpp
index 3747b3b..6e1c04d 100644
--- a/media/libstagefright/omx/SoftOMXPlugin.cpp
+++ b/media/libstagefright/omx/SoftOMXPlugin.cpp
@@ -53,6 +53,7 @@ static const struct {
{ "OMX.google.vpx.decoder", "vpxdec", "video_decoder.vpx" },
{ "OMX.google.raw.decoder", "rawdec", "audio_decoder.raw" },
{ "OMX.google.flac.encoder", "flacenc", "audio_encoder.flac" },
+ { "OMX.google.gsm.decoder", "gsmdec", "audio_decoder.gsm" },
};
static const size_t kNumComponents =