Lines Matching refs:C2SoftAacEnc
32 class C2SoftAacEnc::IntfImpl : public C2InterfaceHelper {
141 C2SoftAacEnc::C2SoftAacEnc( in C2SoftAacEnc() function in android::C2SoftAacEnc
160 C2SoftAacEnc::~C2SoftAacEnc() { in ~C2SoftAacEnc()
164 c2_status_t C2SoftAacEnc::onInit() { in onInit()
169 status_t C2SoftAacEnc::initEncoder() { in initEncoder()
177 c2_status_t C2SoftAacEnc::onStop() { in onStop()
185 void C2SoftAacEnc::onReset() { in onReset()
190 void C2SoftAacEnc::onRelease() { in onRelease()
194 c2_status_t C2SoftAacEnc::onFlush_sm() { in onFlush_sm()
231 status_t C2SoftAacEnc::setAudioParams() { in setAudioParams()
282 void C2SoftAacEnc::process( in process()
534 c2_status_t C2SoftAacEnc::drain( in drain()
570 new C2SoftAacEnc(COMPONENT_NAME, in createComponent()
572 std::make_shared<C2SoftAacEnc::IntfImpl>(mHelper)), in createComponent()
581 new SimpleInterface<C2SoftAacEnc::IntfImpl>( in createInterface()
582 COMPONENT_NAME, id, std::make_shared<C2SoftAacEnc::IntfImpl>(mHelper)), in createInterface()