Searched refs:p_mod_err_info (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/test/ |
D | ixheaacd_error.c | 302 IA_ERRORCODE ixheaacd_error_handler(ia_error_info_struct *p_mod_err_info, in ixheaacd_error_handler() argument 317 if (p_mod_err_info->pb_module_name != NULL) { in ixheaacd_error_handler() 318 printf("%s: ", p_mod_err_info->pb_module_name); in ixheaacd_error_handler() 320 if (p_mod_err_info->ppb_class_names[err_class] != NULL) { in ixheaacd_error_handler() 321 printf("%s: ", p_mod_err_info->ppb_class_names[err_class]); in ixheaacd_error_handler() 327 p_mod_err_info->ppppb_error_msg_pointers[is_fatal][err_class] in ixheaacd_error_handler() 332 p_mod_err_info in ixheaacd_error_handler()
|
D | ixheaacd_main.c | 110 #define _IA_PRINT_ERROR(p_mod_err_info, context, e) \ argument 112 ixheaacd_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)); \
|
/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)); \
|