Searched refs:ui_type (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/xaacdec/ |
D | SoftXAAC.cpp | 1014 int ui_size = 0, ui_alignment = 0, ui_type = 0; in initXAACDecoder() local 1027 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_GET_MEM_INFO_TYPE, i, &ui_type); in initXAACDecoder() 1040 if (ui_type == IA_MEMTYPE_INPUT) { in initXAACDecoder() 1045 if (ui_type == IA_MEMTYPE_OUTPUT) { in initXAACDecoder() 1118 WORD32 ui_size, ui_alignment, ui_type; in initMPEGDDDrc() local 1133 err_code = ia_drc_dec_api(mMpegDDrcHandle, IA_API_CMD_GET_MEM_INFO_TYPE, i, &ui_type); in initMPEGDDDrc()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 792 int ui_size = 0, ui_alignment = 0, ui_type = 0; in initXAACDecoder() local 812 &ui_type); in initXAACDecoder() 829 if (ui_type == IA_MEMTYPE_INPUT) { in initXAACDecoder() 833 if (ui_type == IA_MEMTYPE_OUTPUT) in initXAACDecoder() 1003 WORD32 ui_size, ui_alignment, ui_type; in initMPEGDDDrc() local 1018 err_code = ia_drc_dec_api(mMpegDDrcHandle, IA_API_CMD_GET_MEM_INFO_TYPE, i, &ui_type); in initMPEGDDDrc()
|