Lines Matching refs:C2SoftOpusDec
40 class C2SoftOpusDec::IntfImpl : public SimpleInterface<void>::BaseParams {
96 C2SoftOpusDec::C2SoftOpusDec(const char *name, c2_node_id_t id, in C2SoftOpusDec() function in android::C2SoftOpusDec
104 C2SoftOpusDec::~C2SoftOpusDec() { in ~C2SoftOpusDec()
108 c2_status_t C2SoftOpusDec::onInit() { in onInit()
113 c2_status_t C2SoftOpusDec::onStop() { in onStop()
129 void C2SoftOpusDec::onReset() { in onReset()
133 void C2SoftOpusDec::onRelease() { in onRelease()
140 status_t C2SoftOpusDec::initDecoder() { in initDecoder()
152 c2_status_t C2SoftOpusDec::onFlush_sm() { in onFlush_sm()
161 c2_status_t C2SoftOpusDec::drain( in drain()
208 void C2SoftOpusDec::process( in process()
450 new C2SoftOpusDec(COMPONENT_NAME, in createComponent()
452 std::make_shared<C2SoftOpusDec::IntfImpl>(mHelper)), in createComponent()
462 new SimpleInterface<C2SoftOpusDec::IntfImpl>( in createInterface()
463 COMPONENT_NAME, id, std::make_shared<C2SoftOpusDec::IntfImpl>(mHelper)), in createInterface()