Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.h28 struct C2SoftAacDec : public SimpleC2Component { struct
31 C2SoftAacDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument
50 enum {
54 std::shared_ptr<IntfImpl> mIntf;
56 HANDLE_AACDECODER mAACDecoder;
57 CStreamInfo *mStreamInfo;
58 bool mIsFirst;
59 size_t mInputBufferCount;
60 size_t mOutputBufferCount;
61 bool mSignalledError;
[all …]
DC2SoftAacDec.cpp283 C2SoftAacDec::C2SoftAacDec( in C2SoftAacDec() function in android::C2SoftAacDec
297 C2SoftAacDec::C2SoftAacDec( in C2SoftAacDec() function in android::C2SoftAacDec