Searched refs:C2SoftXaacDec (Results 1 – 3 of 3) sorted by relevance
61 class C2SoftXaacDec::IntfImpl : public C2InterfaceHelper {240 C2SoftXaacDec::C2SoftXaacDec( in C2SoftXaacDec() function in android::C2SoftXaacDec251 C2SoftXaacDec::~C2SoftXaacDec() { in ~C2SoftXaacDec()255 c2_status_t C2SoftXaacDec::onInit() { in onInit()281 c2_status_t C2SoftXaacDec::onStop() { in onStop()301 void C2SoftXaacDec::onReset() { in onReset()305 void C2SoftXaacDec::onRelease() { in onRelease()318 IA_ERRORCODE C2SoftXaacDec::initDecoder() { in initDecoder()354 void C2SoftXaacDec::finishWork(const std::unique_ptr<C2Work>& work, in finishWork()395 void C2SoftXaacDec::process(const std::unique_ptr<C2Work>& work, in process()[all …]
47 struct C2SoftXaacDec : public SimpleC2Component { struct50 C2SoftXaacDec(const char* name, c2_node_id_t id, argument52 virtual ~C2SoftXaacDec();126 C2_DO_NOT_COPY(C2SoftXaacDec);
8 srcs: ["C2SoftXaacDec.cpp"],