Lines Matching refs:C2SoftG711Dec
36 class C2SoftG711Dec::IntfImpl : public C2InterfaceHelper {
107 C2SoftG711Dec::C2SoftG711Dec( in C2SoftG711Dec() function in android::C2SoftG711Dec
115 C2SoftG711Dec::~C2SoftG711Dec() { in ~C2SoftG711Dec()
119 c2_status_t C2SoftG711Dec::onInit() { in onInit()
124 c2_status_t C2SoftG711Dec::onStop() { in onStop()
129 void C2SoftG711Dec::onReset() { in onReset()
133 void C2SoftG711Dec::onRelease() { in onRelease()
136 c2_status_t C2SoftG711Dec::onFlush_sm() { in onFlush_sm()
140 void C2SoftG711Dec::process( in process()
217 c2_status_t C2SoftG711Dec::drain( in drain()
234 void C2SoftG711Dec::DecodeALaw( in DecodeALaw()
260 void C2SoftG711Dec::DecodeMLaw( in DecodeMLaw()
291 new C2SoftG711Dec(COMPONENT_NAME, id, in createComponent()
292 std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)), in createComponent()
301 new SimpleInterface<C2SoftG711Dec::IntfImpl>( in createInterface()
302 COMPONENT_NAME, id, std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)), in createInterface()