Home
last modified time | relevance | path

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

/external/libxaac/test/
Dixheaacd_error.c296 IA_ERRORCODE ixheaacd_error_handler(ia_error_info_struct *p_mod_err_info, in ixheaacd_error_handler() argument
311 if (p_mod_err_info->pb_module_name != NULL) { in ixheaacd_error_handler()
312 printf("%s: ", p_mod_err_info->pb_module_name); in ixheaacd_error_handler()
314 if (p_mod_err_info->ppb_class_names[err_class] != NULL) { in ixheaacd_error_handler()
315 printf("%s: ", p_mod_err_info->ppb_class_names[err_class]); in ixheaacd_error_handler()
322 p_mod_err_info in ixheaacd_error_handler()
Dixheaacd_main.c110 #define _IA_PRINT_ERROR(p_mod_err_info, context, e) \ argument
112 ixheaacd_error_handler((p_mod_err_info), (context), (e)); \
/external/libxaac/decoder/drc_src/
Dimpd_error_handler.h77 IA_ERRORCODE ia_error_handler(ia_error_info_struct *p_mod_err_info,
85 #define _IA_HANDLE_ERROR(p_mod_err_info, context, e) \ argument
87 ia_error_handler((p_mod_err_info), (context), (e)); \
/external/libxaac/decoder/
Dixheaacd_error_handler.h49 IA_ERRORCODE ixheaacd_error_handler(ia_error_info_struct *p_mod_err_info,
52 #define _IA_HANDLE_ERROR(p_mod_err_info, context, e) \ argument
54 ixheaacd_error_handler((p_mod_err_info), (context), (e)); \