Lines Matching refs:C2SoftAacDec
55 class C2SoftAacDec::IntfImpl : public C2InterfaceHelper {
236 C2SoftAacDec::C2SoftAacDec( in C2SoftAacDec() function in android::C2SoftAacDec
248 C2SoftAacDec::~C2SoftAacDec() { in ~C2SoftAacDec()
252 c2_status_t C2SoftAacDec::onInit() { in onInit()
257 c2_status_t C2SoftAacDec::onStop() { in onStop()
275 void C2SoftAacDec::onReset() { in onReset()
279 void C2SoftAacDec::onRelease() { in onRelease()
290 status_t C2SoftAacDec::initDecoder() { in initDecoder()
359 bool C2SoftAacDec::outputDelayRingBufferPutSamples(INT_PCM *samples, int32_t numSamples) { in outputDelayRingBufferPutSamples()
393 int32_t C2SoftAacDec::outputDelayRingBufferGetSamples(INT_PCM *samples, int32_t numSamples) { in outputDelayRingBufferGetSamples()
431 int32_t C2SoftAacDec::outputDelayRingBufferSamplesAvailable() { in outputDelayRingBufferSamplesAvailable()
435 int32_t C2SoftAacDec::outputDelayRingBufferSpaceLeft() { in outputDelayRingBufferSpaceLeft()
439 void C2SoftAacDec::drainRingBuffer( in drainRingBuffer()
523 void C2SoftAacDec::process( in process()
804 c2_status_t C2SoftAacDec::drainInternal( in drainInternal()
842 c2_status_t C2SoftAacDec::drain( in drain()
848 c2_status_t C2SoftAacDec::onFlush_sm() { in onFlush_sm()
868 void C2SoftAacDec::drainDecoder() { in drainDecoder()
908 new C2SoftAacDec(COMPONENT_NAME, in createComponent()
910 std::make_shared<C2SoftAacDec::IntfImpl>(mHelper)), in createComponent()
919 new SimpleInterface<C2SoftAacDec::IntfImpl>( in createInterface()
920 COMPONENT_NAME, id, std::make_shared<C2SoftAacDec::IntfImpl>(mHelper)), in createInterface()