Lines Matching refs:C2SoftXaacDec

65 class C2SoftXaacDec::IntfImpl : public SimpleInterface<void>::BaseParams {
233 C2SoftXaacDec::C2SoftXaacDec( in C2SoftXaacDec() function in android::C2SoftXaacDec
244 C2SoftXaacDec::~C2SoftXaacDec() { in ~C2SoftXaacDec()
248 c2_status_t C2SoftXaacDec::onInit() { in onInit()
274 c2_status_t C2SoftXaacDec::onStop() { in onStop()
294 void C2SoftXaacDec::onReset() { in onReset()
298 void C2SoftXaacDec::onRelease() { in onRelease()
311 IA_ERRORCODE C2SoftXaacDec::initDecoder() { in initDecoder()
347 void C2SoftXaacDec::finishWork(const std::unique_ptr<C2Work>& work, in finishWork()
390 void C2SoftXaacDec::process(const std::unique_ptr<C2Work>& work, in process()
608 c2_status_t C2SoftXaacDec::drain(uint32_t drainMode, in drain()
623 IA_ERRORCODE C2SoftXaacDec::configflushDecode() { in configflushDecode()
662 c2_status_t C2SoftXaacDec::onFlush_sm() { in onFlush_sm()
676 IA_ERRORCODE C2SoftXaacDec::drainDecoder() { in drainDecoder()
683 IA_ERRORCODE C2SoftXaacDec::initXAACDecoder() { in initXAACDecoder()
841 status_t C2SoftXaacDec::initXAACDrc() { in initXAACDrc()
903 IA_ERRORCODE C2SoftXaacDec::deInitXAACDecoder() { in deInitXAACDecoder()
927 IA_ERRORCODE C2SoftXaacDec::deInitMPEGDDDrc() { in deInitMPEGDDDrc()
937 IA_ERRORCODE C2SoftXaacDec::configXAACDecoder(uint8_t* inBuffer, uint32_t inBufferLength) { in configXAACDecoder()
999 IA_ERRORCODE C2SoftXaacDec::initMPEGDDDrc() { in initMPEGDDDrc()
1059 int C2SoftXaacDec::configMPEGDDrc() { in configMPEGDDrc()
1282 IA_ERRORCODE C2SoftXaacDec::decodeXAACStream(uint8_t* inBuffer, in decodeXAACStream()
1397 IA_ERRORCODE C2SoftXaacDec::getXAACStreamInfo() { in getXAACStreamInfo()
1475 IA_ERRORCODE C2SoftXaacDec::setXAACDRCInfo(int32_t drcCut, int32_t drcBoost, in setXAACDRCInfo()
1579 new C2SoftXaacDec(COMPONENT_NAME, in createComponent()
1581 std::make_shared<C2SoftXaacDec::IntfImpl>(mHelper)), in createComponent()
1591 new SimpleInterface<C2SoftXaacDec::IntfImpl>( in createInterface()
1592 COMPONENT_NAME, id, std::make_shared<C2SoftXaacDec::IntfImpl>(mHelper)), in createInterface()