OSDN Git Service

The software AAC encoder is now an OMX component.
authorAndreas Huber <andih@google.com>
Thu, 26 Jan 2012 22:39:50 +0000 (14:39 -0800)
committerAndreas Huber <andih@google.com>
Thu, 26 Jan 2012 23:45:38 +0000 (15:45 -0800)
commitafe02df45e6c58aa2d6779f7b51a05bf9d413446
tree773d8f47122f02367ebac28fda5e42a9fffab643
parent9413752f30a505dfd36fcedb26dc1dd933c9840d
The software AAC encoder is now an OMX component.

Yay.

Change-Id: I74938a20b4e0a622836ea5184d3761180eb0f5de
cmds/stagefright/record.cpp
include/media/stagefright/OMXCodec.h
media/libstagefright/Android.mk
media/libstagefright/OMXCodec.cpp
media/libstagefright/codecs/aacenc/Android.mk
media/libstagefright/codecs/aacenc/SoftAACEncoder.cpp [new file with mode: 0644]
media/libstagefright/codecs/aacenc/SoftAACEncoder.h [new file with mode: 0644]
media/libstagefright/omx/SoftOMXPlugin.cpp