Home
last modified time | relevance | path

Searched refs:ixheaacd_dec_api (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/fuzzer/
Dxaac_dec_fuzzer.cpp95 extern "C" IA_ERRORCODE ixheaacd_dec_api(pVOID p_ia_module_obj, WORD32 i_cmd,
126 ixheaacd_dec_api(nullptr, IA_API_CMD_GET_API_SIZE, 0, &pui_api_size); in initXAACDecoder()
136 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_INIT, in initXAACDecoder()
158 ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_CONFIG_PARAM, in initXAACDecoder()
167 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_GET_MEMTABS_SIZE, in initXAACDecoder()
177 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_MEMTABS_PTR, 0, in initXAACDecoder()
181 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_INIT, in initXAACDecoder()
193 err_code = ixheaacd_dec_api(mXheaacCodecHandle, in initXAACDecoder()
198 ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_GET_MEM_INFO_ALIGNMENT, in initXAACDecoder()
202 err_code = ixheaacd_dec_api(mXheaacCodecHandle, in initXAACDecoder()
[all …]
/external/libxaac/test/
Dixheaacd_main.c36 IA_ERRORCODE ixheaacd_dec_api(pVOID p_ia_module_obj, WORD32 i_cmd, WORD32 i_idx,
382 ixheaacd_dec_api; in ixheaacd_set_config_param()
662 ixheaacd_dec_api; in ixheaacd_get_config_param()
860 p_ia_process_api = ixheaacd_dec_api; in ixheaacd_main_process()
/external/libxaac/decoder/
Dixheaacd_api.c315 IA_ERRORCODE ixheaacd_dec_api(pVOID p_ia_enhaacplus_dec_obj, WORD32 i_cmd, in ixheaacd_dec_api() function