Searched refs:p_mod_err_info (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/test/ |
D | ixheaacd_error.c | 296 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()
|
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/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 | 49 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)); \
|