summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-04-23 21:04:49 -0700
committerJames Dong <jdong@google.com>2012-04-25 18:08:24 -0700
commit1700744ae0ce2fcf722816453ae0af2cd5646458 (patch)
tree54b8461c1e0be8588c317a249e351bdb6d6c1a87 /media/libstagefright/omx
parente370bb62b89d2f2980f519392010ea08a24c558e (diff)
downloadframeworks_av-1700744ae0ce2fcf722816453ae0af2cd5646458.zip
frameworks_av-1700744ae0ce2fcf722816453ae0af2cd5646458.tar.gz
frameworks_av-1700744ae0ce2fcf722816453ae0af2cd5646458.tar.bz2
Software MPEG4/H263 video encoder is now OMX-based
o related-to-bug: 6401068 Change-Id: If8eccea060f38e42ad31eb6e91aaa832e67c5559
Diffstat (limited to 'media/libstagefright/omx')
-rw-r--r--media/libstagefright/omx/SoftOMXPlugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/omx/SoftOMXPlugin.cpp b/media/libstagefright/omx/SoftOMXPlugin.cpp
index 9b7bb5a..6e53095 100644
--- a/media/libstagefright/omx/SoftOMXPlugin.cpp
+++ b/media/libstagefright/omx/SoftOMXPlugin.cpp
@@ -45,7 +45,9 @@ static const struct {
{ "OMX.google.g711.alaw.decoder", "g711dec", "audio_decoder.g711alaw" },
{ "OMX.google.g711.mlaw.decoder", "g711dec", "audio_decoder.g711mlaw" },
{ "OMX.google.h263.decoder", "mpeg4dec", "video_decoder.h263" },
+ { "OMX.google.h263.encoder", "mpeg4enc", "video_encoder.h263" },
{ "OMX.google.mpeg4.decoder", "mpeg4dec", "video_decoder.mpeg4" },
+ { "OMX.google.mpeg4.encoder", "mpeg4enc", "video_encoder.mpeg4" },
{ "OMX.google.mp3.decoder", "mp3dec", "audio_decoder.mp3" },
{ "OMX.google.vorbis.decoder", "vorbisdec", "audio_decoder.vorbis" },
{ "OMX.google.vpx.decoder", "vpxdec", "video_decoder.vpx" },