Searched refs:C2SoftRawDec (Results 1 – 3 of 3) sorted by relevance
36 class C2SoftRawDec::IntfImpl : public SimpleInterface<void>::BaseParams {107 C2SoftRawDec::C2SoftRawDec( in C2SoftRawDec() function in android::C2SoftRawDec115 C2SoftRawDec::~C2SoftRawDec() { in ~C2SoftRawDec()119 c2_status_t C2SoftRawDec::onInit() { in onInit()124 c2_status_t C2SoftRawDec::onStop() { in onStop()129 void C2SoftRawDec::onReset() { in onReset()133 void C2SoftRawDec::onRelease() { in onRelease()136 c2_status_t C2SoftRawDec::onFlush_sm() { in onFlush_sm()140 void C2SoftRawDec::process( in process()167 c2_status_t C2SoftRawDec::drain( in drain()[all …]
25 struct C2SoftRawDec : public SimpleC2Component { struct28 C2SoftRawDec(const char* name, c2_node_id_t id, argument30 virtual ~C2SoftRawDec();48 C2_DO_NOT_COPY(C2SoftRawDec); argument
27 srcs: ["C2SoftRawDec.cpp"],