Lines Matching refs:C2SoftAacEnc
38 class C2SoftAacEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
148 C2SoftAacEnc::C2SoftAacEnc( in C2SoftAacEnc() function in android::C2SoftAacEnc
165 C2SoftAacEnc::~C2SoftAacEnc() { in ~C2SoftAacEnc()
169 c2_status_t C2SoftAacEnc::onInit() { in onInit()
174 status_t C2SoftAacEnc::initEncoder() { in initEncoder()
182 c2_status_t C2SoftAacEnc::onStop() { in onStop()
191 void C2SoftAacEnc::onReset() { in onReset()
196 void C2SoftAacEnc::onRelease() { in onRelease()
200 c2_status_t C2SoftAacEnc::onFlush_sm() { in onFlush_sm()
239 status_t C2SoftAacEnc::setAudioParams() { in setAudioParams()
296 void C2SoftAacEnc::process( in process()
551 c2_status_t C2SoftAacEnc::drain( in drain()
589 new C2SoftAacEnc(COMPONENT_NAME, in createComponent()
591 std::make_shared<C2SoftAacEnc::IntfImpl>(mHelper)), in createComponent()
600 new SimpleInterface<C2SoftAacEnc::IntfImpl>( in createInterface()
601 COMPONENT_NAME, id, std::make_shared<C2SoftAacEnc::IntfImpl>(mHelper)), in createInterface()