Lines Matching refs:C2SoftXaacDec
61 class C2SoftXaacDec::IntfImpl : public C2InterfaceHelper {
240 C2SoftXaacDec::C2SoftXaacDec( in C2SoftXaacDec() function in android::C2SoftXaacDec
251 C2SoftXaacDec::~C2SoftXaacDec() { in ~C2SoftXaacDec()
255 c2_status_t C2SoftXaacDec::onInit() { in onInit()
281 c2_status_t C2SoftXaacDec::onStop() { in onStop()
301 void C2SoftXaacDec::onReset() { in onReset()
305 void C2SoftXaacDec::onRelease() { in onRelease()
318 IA_ERRORCODE C2SoftXaacDec::initDecoder() { in initDecoder()
354 void C2SoftXaacDec::finishWork(const std::unique_ptr<C2Work>& work, in finishWork()
395 void C2SoftXaacDec::process(const std::unique_ptr<C2Work>& work, in process()
613 c2_status_t C2SoftXaacDec::drain(uint32_t drainMode, in drain()
628 IA_ERRORCODE C2SoftXaacDec::configflushDecode() { in configflushDecode()
667 c2_status_t C2SoftXaacDec::onFlush_sm() { in onFlush_sm()
681 IA_ERRORCODE C2SoftXaacDec::drainDecoder() { in drainDecoder()
688 IA_ERRORCODE C2SoftXaacDec::initXAACDecoder() { in initXAACDecoder()
846 status_t C2SoftXaacDec::initXAACDrc() { in initXAACDrc()
908 IA_ERRORCODE C2SoftXaacDec::deInitXAACDecoder() { in deInitXAACDecoder()
932 IA_ERRORCODE C2SoftXaacDec::deInitMPEGDDDrc() { in deInitMPEGDDDrc()
942 IA_ERRORCODE C2SoftXaacDec::configXAACDecoder(uint8_t* inBuffer, uint32_t inBufferLength) { in configXAACDecoder()
1004 IA_ERRORCODE C2SoftXaacDec::initMPEGDDDrc() { in initMPEGDDDrc()
1064 int C2SoftXaacDec::configMPEGDDrc() { in configMPEGDDrc()
1267 IA_ERRORCODE C2SoftXaacDec::decodeXAACStream(uint8_t* inBuffer, in decodeXAACStream()
1367 IA_ERRORCODE C2SoftXaacDec::getXAACStreamInfo() { in getXAACStreamInfo()
1445 IA_ERRORCODE C2SoftXaacDec::setXAACDRCInfo(int32_t drcCut, int32_t drcBoost, in setXAACDRCInfo()
1549 new C2SoftXaacDec(COMPONENT_NAME, in createComponent()
1551 std::make_shared<C2SoftXaacDec::IntfImpl>(mHelper)), in createComponent()
1561 new SimpleInterface<C2SoftXaacDec::IntfImpl>( in createInterface()
1562 COMPONENT_NAME, id, std::make_shared<C2SoftXaacDec::IntfImpl>(mHelper)), in createInterface()