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); argument50 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 …]
283 C2SoftAacDec::C2SoftAacDec( in C2SoftAacDec() function in android::C2SoftAacDec297 C2SoftAacDec::C2SoftAacDec( in C2SoftAacDec() function in android::C2SoftAacDec