Lines Matching refs:C2SoftRawDec
36 class C2SoftRawDec::IntfImpl : public SimpleInterface<void>::BaseParams {
107 C2SoftRawDec::C2SoftRawDec( in C2SoftRawDec() function in android::C2SoftRawDec
115 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()
194 new C2SoftRawDec(COMPONENT_NAME, in createComponent()
196 std::make_shared<C2SoftRawDec::IntfImpl>(mHelper)), in createComponent()
206 new SimpleInterface<C2SoftRawDec::IntfImpl>( in createInterface()
207 COMPONENT_NAME, id, std::make_shared<C2SoftRawDec::IntfImpl>(mHelper)), in createInterface()