Searched refs:C2SoftAomDec (Results 1 – 3 of 3) sorted by relevance
37 class C2SoftAomDec::IntfImpl : public SimpleInterface<void>::BaseParams {253 C2SoftAomDec::C2SoftAomDec(const char* name, c2_node_id_t id, in C2SoftAomDec() function in android::C2SoftAomDec267 C2SoftAomDec::~C2SoftAomDec() { in ~C2SoftAomDec()271 c2_status_t C2SoftAomDec::onInit() { in onInit()276 c2_status_t C2SoftAomDec::onStop() { in onStop()282 void C2SoftAomDec::onReset() { in onReset()292 void C2SoftAomDec::onRelease() { in onRelease()296 c2_status_t C2SoftAomDec::onFlush_sm() { in onFlush_sm()325 status_t C2SoftAomDec::initDecoder() { in initDecoder()355 status_t C2SoftAomDec::destroyDecoder() { in destroyDecoder()[all …]
28 struct C2SoftAomDec : public SimpleC2Component { struct31 C2SoftAomDec(const char* name, c2_node_id_t id, argument33 virtual ~C2SoftAomDec();74 C2_DO_NOT_COPY(C2SoftAomDec); argument
23 srcs: ["C2SoftAomDec.cpp"],