Searched defs:SoftAACEncoder2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.h27 struct SoftAACEncoder2 : public SimpleSoftOMXComponent { struct in namespace:android
28 SoftAACEncoder2(
35 virtual ~SoftAACEncoder2();
74 DISALLOW_EVIL_CONSTRUCTORS(SoftAACEncoder2);
H A DSoftAACEncoder2.cpp18 #define LOG_TAG "SoftAACEncoder2"
21 #include "SoftAACEncoder2.h"
38 SoftAACEncoder2::SoftAACEncoder2( function in class:android::SoftAACEncoder2
62 SoftAACEncoder2::~SoftAACEncoder2() {
69 void SoftAACEncoder2::initPorts() {
110 status_t SoftAACEncoder2::initEncoder() {
118 OMX_ERRORTYPE SoftAACEncoder2::internalGetParameter(
228 OMX_ERRORTYPE SoftAACEncoder2
[all...]

Completed in 183 milliseconds