summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/SoftOMXPlugin.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-01-31 14:34:59 -0800
committerAndreas Huber <andih@google.com>2012-02-01 10:39:26 -0800
commit252353088a5ebf8508fbc01439ff417805ef1417 (patch)
tree6abbd71af66f1d24791e5151aa41649f9b649b44 /media/libstagefright/omx/SoftOMXPlugin.cpp
parent2af955b7437ac5345d75a5e528ebbb749667af7e (diff)
downloadframeworks_av-252353088a5ebf8508fbc01439ff417805ef1417.zip
frameworks_av-252353088a5ebf8508fbc01439ff417805ef1417.tar.gz
frameworks_av-252353088a5ebf8508fbc01439ff417805ef1417.tar.bz2
The software AMR NB encoder is now an OMX component.
Change-Id: I890eab052a7c36409b8b694c964884e28dd8d8fc
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 cf9e8c9..26b2fa3 100644
--- a/media/libstagefright/omx/SoftOMXPlugin.cpp
+++ b/media/libstagefright/omx/SoftOMXPlugin.cpp
@@ -37,6 +37,7 @@ static const struct {
{ "OMX.google.aac.decoder", "aacdec", "audio_decoder.aac" },
{ "OMX.google.aac.encoder", "aacenc", "audio_encoder.aac" },
{ "OMX.google.amrnb.decoder", "amrdec", "audio_decoder.amrnb" },
+ { "OMX.google.amrnb.encoder", "amrnbenc", "audio_encoder.amrnb" },
{ "OMX.google.amrwb.decoder", "amrdec", "audio_decoder.amrwb" },
{ "OMX.google.h264.decoder", "h264dec", "video_decoder.avc" },
{ "OMX.google.g711.alaw.decoder", "g711dec", "audio_decoder.g711alaw" },