Home
last modified time | relevance | path

Searched refs:configXAACDecoder (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.h88 IA_ERRORCODE configXAACDecoder(uint8_t* inBuffer, uint32_t inBufferLength);
DSoftXAAC.cpp556 IA_ERRORCODE err_code = configXAACDecoder(inBuffer, inBufferLength); in onQueueFilled()
669 IA_ERRORCODE err_code = configXAACDecoder(inBuffer, inBufferLength); in onQueueFilled()
1054 IA_ERRORCODE SoftXAAC::configXAACDecoder(uint8_t* inBuffer, uint32_t inBufferLength) { in configXAACDecoder() function in android::SoftXAAC
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.h115 IA_ERRORCODE configXAACDecoder(uint8_t* inBuffer, uint32_t inBufferLength);
DC2SoftXaacDec.cpp432 IA_ERRORCODE err_code = configXAACDecoder(inBuffer, inBufferLength); in process()
518 IA_ERRORCODE err_code = configXAACDecoder(inBuffer, inBufferLength); in process()
937 IA_ERRORCODE C2SoftXaacDec::configXAACDecoder(uint8_t* inBuffer, uint32_t inBufferLength) { in configXAACDecoder() function in android::C2SoftXaacDec