Searched refs:C2SoftRawDec (Results 1 – 3 of 3) sorted by relevance
36 class C2SoftRawDec::IntfImpl : public SimpleInterface<void>::BaseParams {105 C2SoftRawDec::C2SoftRawDec( in C2SoftRawDec() function in android::C2SoftRawDec113 C2SoftRawDec::~C2SoftRawDec() { in ~C2SoftRawDec()117 c2_status_t C2SoftRawDec::onInit() { in onInit()122 c2_status_t C2SoftRawDec::onStop() { in onStop()127 void C2SoftRawDec::onReset() { in onReset()131 void C2SoftRawDec::onRelease() { in onRelease()134 c2_status_t C2SoftRawDec::onFlush_sm() { in onFlush_sm()138 void C2SoftRawDec::process( in process()165 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
8 srcs: ["C2SoftRawDec.cpp"],