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.c318 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()
Dixheaacd_main.c113 #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/
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.h51 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)); \