Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h27 struct SoftAAC2 : public SimpleSoftOMXComponent { struct
48 enum {
54 HANDLE_AACDECODER mAACDecoder;
55 CStreamInfo *mStreamInfo;
56 bool mIsADTS;
57 bool mIsFirst;
58 size_t mInputBufferCount;
59 size_t mOutputBufferCount;
60 bool mSignalledError;
61 OMX_BUFFERHEADERTYPE *mLastInHeader;
[all …]
H A DSoftAAC2.cpp73 SoftAAC2::SoftAAC2( in SoftAAC2() function in android::SoftAAC2