Lines Matching refs:C2SoftG711Dec
40 class C2SoftG711Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
101 C2SoftG711Dec::C2SoftG711Dec( in C2SoftG711Dec() function in android::C2SoftG711Dec
109 C2SoftG711Dec::~C2SoftG711Dec() { in ~C2SoftG711Dec()
113 c2_status_t C2SoftG711Dec::onInit() { in onInit()
118 c2_status_t C2SoftG711Dec::onStop() { in onStop()
123 void C2SoftG711Dec::onReset() { in onReset()
127 void C2SoftG711Dec::onRelease() { in onRelease()
130 c2_status_t C2SoftG711Dec::onFlush_sm() { in onFlush_sm()
134 void C2SoftG711Dec::process( in process()
211 c2_status_t C2SoftG711Dec::drain( in drain()
238 new C2SoftG711Dec(COMPONENT_NAME, id, in createComponent()
239 std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)), in createComponent()
248 new SimpleInterface<C2SoftG711Dec::IntfImpl>( in createInterface()
249 COMPONENT_NAME, id, std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)), in createInterface()