summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-03-29 11:31:12 -0700
committerAndreas Huber <andih@google.com>2012-03-29 11:31:12 -0700
commitecdd39c5af016e2fa57cbfd837aa670b706dabd3 (patch)
treeb5228c9d6afcfc625a765987c785244fc1b86e13 /media/libstagefright/omx
parent9d309ba6ba8a4b456ba3af35dbdf06ff0a478413 (diff)
downloadframeworks_av-ecdd39c5af016e2fa57cbfd837aa670b706dabd3.zip
frameworks_av-ecdd39c5af016e2fa57cbfd837aa670b706dabd3.tar.gz
frameworks_av-ecdd39c5af016e2fa57cbfd837aa670b706dabd3.tar.bz2
Implementation of a raw audio "decoder".
Change-Id: Ie89f01e59dd8106883937188afbb407550f0ac92
Diffstat (limited to 'media/libstagefright/omx')
-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 99ffe7d..d0c7346 100644
--- a/media/libstagefright/omx/SoftOMXPlugin.cpp
+++ b/media/libstagefright/omx/SoftOMXPlugin.cpp
@@ -48,6 +48,7 @@ static const struct {
{ "OMX.google.mp3.decoder", "mp3dec", "audio_decoder.mp3" },
{ "OMX.google.vorbis.decoder", "vorbisdec", "audio_decoder.vorbis" },
{ "OMX.google.vpx.decoder", "vpxdec", "video_decoder.vpx" },
+ { "OMX.google.raw.decoder", "rawdec", "audio_decoder.raw" },
};
static const size_t kNumComponents =