Lines Matching refs:C2SoftAacDec
61 class C2SoftAacDec::IntfImpl : public SimpleInterface<void>::BaseParams {
261 C2SoftAacDec::C2SoftAacDec( in C2SoftAacDec() function in android::C2SoftAacDec
274 C2SoftAacDec::~C2SoftAacDec() { in ~C2SoftAacDec()
278 c2_status_t C2SoftAacDec::onInit() { in onInit()
283 c2_status_t C2SoftAacDec::onStop() { in onStop()
303 void C2SoftAacDec::onReset() { in onReset()
307 void C2SoftAacDec::onRelease() { in onRelease()
315 status_t C2SoftAacDec::initDecoder() { in initDecoder()
390 bool C2SoftAacDec::outputDelayRingBufferPutSamples(INT_PCM *samples, int32_t numSamples) { in outputDelayRingBufferPutSamples()
424 int32_t C2SoftAacDec::outputDelayRingBufferGetSamples(INT_PCM *samples, int32_t numSamples) { in outputDelayRingBufferGetSamples()
462 int32_t C2SoftAacDec::outputDelayRingBufferSamplesAvailable() { in outputDelayRingBufferSamplesAvailable()
466 int32_t C2SoftAacDec::outputDelayRingBufferSpaceLeft() { in outputDelayRingBufferSpaceLeft()
470 void C2SoftAacDec::drainRingBuffer( in drainRingBuffer()
554 void C2SoftAacDec::process( in process()
966 c2_status_t C2SoftAacDec::drainInternal( in drainInternal()
1004 c2_status_t C2SoftAacDec::drain( in drain()
1010 c2_status_t C2SoftAacDec::onFlush_sm() { in onFlush_sm()
1030 void C2SoftAacDec::drainDecoder() { in drainDecoder()
1070 new C2SoftAacDec(COMPONENT_NAME, in createComponent()
1072 std::make_shared<C2SoftAacDec::IntfImpl>(mHelper)), in createComponent()
1081 new SimpleInterface<C2SoftAacDec::IntfImpl>( in createInterface()
1082 COMPONENT_NAME, id, std::make_shared<C2SoftAacDec::IntfImpl>(mHelper)), in createInterface()