Searched defs:C2SoftAacDec (Results 1 – 2 of 2) sorted by relevance
28 struct C2SoftAacDec : public SimpleC2Component { struct31 C2SoftAacDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument48 enum {52 std::shared_ptr<IntfImpl> mIntf;54 HANDLE_AACDECODER mAACDecoder;55 CStreamInfo *mStreamInfo;56 bool mIsFirst;57 size_t mInputBufferCount;58 size_t mOutputBufferCount;59 bool mSignalledError;[all …]
236 C2SoftAacDec::C2SoftAacDec( in C2SoftAacDec() function in android::C2SoftAacDec