Searched refs:p_mod_err_info (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/test/ |
D | ixheaacd_error.c | 318 IA_ERRORCODE ixheaacd_error_handler(ia_error_info_struct *p_mod_err_info, in ixheaacd_error_handler() argument 339 if (p_mod_err_info->pb_module_name != NULL) { in ixheaacd_error_handler() 340 printf("%s: ", p_mod_err_info->pb_module_name); in ixheaacd_error_handler() 342 if (p_mod_err_info->ppb_class_names[err_class] != NULL) { in ixheaacd_error_handler() 343 printf("%s: ", p_mod_err_info->ppb_class_names[err_class]); in ixheaacd_error_handler() 349 p_mod_err_info->ppppb_error_msg_pointers[is_fatal][err_class] in ixheaacd_error_handler() 354 p_mod_err_info in ixheaacd_error_handler()
|
D | ixheaacd_main.c | 113 #define _IA_PRINT_ERROR(p_mod_err_info, context, e) \ argument 115 ixheaacd_error_handler((p_mod_err_info), (context), (e)); \
|
/external/libxaac/decoder/drc_src/ |
D | impd_error_handler.h | 77 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/ |
D | ixheaacd_error_handler.h | 51 IA_ERRORCODE ixheaacd_error_handler(ia_error_info_struct *p_mod_err_info, 54 #define _IA_HANDLE_ERROR(p_mod_err_info, context, e) \ argument 56 ixheaacd_error_handler((p_mod_err_info), (context), (e)); \
|