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)
commit2b1892db4a2ab47bfc09e59a4c11751aea99e4ea
tree7880f7f60262ced7a16fa7439ac0827b78c07d8d
parent244ffc8b98c8b59cf64ef3d368c3373014a2f230
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