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

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h26 struct SoftAAC2 : public SimpleSoftOMXComponent { struct in namespace:android
27 SoftAAC2(const char *name,
33 virtual ~SoftAAC2();
73 DISALLOW_EVIL_CONSTRUCTORS(SoftAAC2);
H A DSoftAAC2.cpp17 #define LOG_TAG "SoftAAC2"
21 #include "SoftAAC2.h"
50 SoftAAC2::SoftAAC2( function in class:android::SoftAAC2
68 SoftAAC2::~SoftAAC2() {
72 void SoftAAC2::initPorts() {
113 status_t SoftAAC2::initDecoder() {
157 OMX_ERRORTYPE SoftAAC2::internalGetParameter(
232 OMX_ERRORTYPE SoftAAC2
[all...]

Completed in 61 milliseconds