Searched refs:C2SoftAomDec (Results 1 – 3 of 3) sorted by relevance
253 C2SoftAomDec::C2SoftAomDec(const char* name, c2_node_id_t id, in C2SoftAomDec() function in android::C2SoftAomDec268 C2SoftAomDec::~C2SoftAomDec() { in ~C2SoftAomDec()272 c2_status_t C2SoftAomDec::onInit() { in onInit()277 c2_status_t C2SoftAomDec::onStop() { in onStop()283 void C2SoftAomDec::onReset() { in onReset()293 void C2SoftAomDec::onRelease() { in onRelease()297 c2_status_t C2SoftAomDec::onFlush_sm() { in onFlush_sm()326 status_t C2SoftAomDec::initDecoder() { in initDecoder()356 status_t C2SoftAomDec::destroyDecoder() { in destroyDecoder()626 bool C2SoftAomDec::outputBuffer( in outputBuffer()[all …]
31 struct C2SoftAomDec : public SimpleC2Component { struct34 C2SoftAomDec(const char* name, c2_node_id_t id, argument36 virtual ~C2SoftAomDec();77 C2_DO_NOT_COPY(C2SoftAomDec); argument
23 srcs: ["C2SoftAomDec.cpp"],