Searched refs:mXheaacCodecHandle (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/xaacdec/ |
D | SoftXAAC.cpp | 96 mXheaacCodecHandle(NULL), in SoftXAAC() 198 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_CONFIG_PARAM, in initDecoder() 206 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_CONFIG_PARAM, in initDecoder() 220 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_CONFIG_PARAM, in initDecoder() 233 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_CONFIG_PARAM, in initDecoder() 245 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_CONFIG_PARAM, in initDecoder() 258 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_CONFIG_PARAM, in initDecoder() 837 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_INIT, IA_CMD_TYPE_FLUSH_MEM, NULL); in configflushDecode() 840 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_INPUT_BYTES, 0, &inBufferLength); in configflushDecode() 843 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_INIT, IA_CMD_TYPE_FLUSH_MEM, NULL); in configflushDecode() [all …]
|
D | SoftXAAC.h | 106 void* mXheaacCodecHandle; member
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 239 mXheaacCodecHandle(nullptr), in C2SoftXaacDec() 628 err_code = ixheaacd_dec_api(mXheaacCodecHandle, in configflushDecode() 634 err_code = ixheaacd_dec_api(mXheaacCodecHandle, in configflushDecode() 640 err_code = ixheaacd_dec_api(mXheaacCodecHandle, in configflushDecode() 646 err_code = ixheaacd_dec_api(mXheaacCodecHandle, in configflushDecode() 710 mXheaacCodecHandle = memalign(4, pui_api_size); in initXAACDecoder() 711 if (!mXheaacCodecHandle) { in initXAACDecoder() 715 mMemoryVec.push(mXheaacCodecHandle); in initXAACDecoder() 718 err_code = ixheaacd_dec_api(mXheaacCodecHandle, in initXAACDecoder() 747 err_code = ixheaacd_dec_api(mXheaacCodecHandle, in initXAACDecoder() [all …]
|
D | C2SoftXaacDec.h | 73 void* mXheaacCodecHandle; member
|