summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/SoftOMXPlugin.cpp
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2012-04-30 10:38:58 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2012-05-09 18:50:18 -0700
commit2f74ef3cdc192f817ee1121f41765f0852c1d81e (patch)
treea088a328c59fc8fba57269e9b0dc899eb5182b35 /media/libstagefright/omx/SoftOMXPlugin.cpp
parentc150ca7dda844891fa684f6898da7f7e0c40329d (diff)
downloadframeworks_av-2f74ef3cdc192f817ee1121f41765f0852c1d81e.zip
frameworks_av-2f74ef3cdc192f817ee1121f41765f0852c1d81e.tar.gz
frameworks_av-2f74ef3cdc192f817ee1121f41765f0852c1d81e.tar.bz2
OMX IL wrapper for FLAC encoder
Add wrapper around libFLAC for FLAC encoding in OpenMAX IL. Declare FLAC encoder in OMX component roles. Bug 5525503 Change-Id: I19bbce41c216870669d09365693f4ea89f8bc0f7
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 6e53095..3747b3b 100644
--- a/media/libstagefright/omx/SoftOMXPlugin.cpp
+++ b/media/libstagefright/omx/SoftOMXPlugin.cpp
@@ -52,6 +52,7 @@ static const struct {
{ "OMX.google.vorbis.decoder", "vorbisdec", "audio_decoder.vorbis" },
{ "OMX.google.vpx.decoder", "vpxdec", "video_decoder.vpx" },
{ "OMX.google.raw.decoder", "rawdec", "audio_decoder.raw" },
+ { "OMX.google.flac.encoder", "flacenc", "audio_encoder.flac" },
};
static const size_t kNumComponents =