Home
last modified time | relevance | path

Searched refs:IA_FATAL_ERROR (Results 1 – 15 of 15) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_error_standards.h25 #define IA_FATAL_ERROR 0x80000000 macro
Dixheaacd_latmdemux.c187 if (latm_element->num_program > LATM_MAX_PROG) return IA_FATAL_ERROR; in ixheaacd_latm_stream_mux_config()
273 return IA_FATAL_ERROR; in ixheaacd_latm_stream_mux_config()
Dixheaacd_error_handler.h55 if ((e)&IA_FATAL_ERROR) return (e); \
Dixheaacd_env_dec.c430 return IA_FATAL_ERROR; in ixheaacd_calc_noise_floor()
603 if (err == (WORD32)IA_FATAL_ERROR) return (WORD32)IA_FATAL_ERROR; in ixheaacd_dec_sbrdata()
Dixheaacd_esbr_envcal.c175 return IA_FATAL_ERROR; in ixheaacd_sbr_env_calc()
184 return IA_FATAL_ERROR; in ixheaacd_sbr_env_calc()
572 if (kk > MAX_NOISE_ENVELOPES) return IA_FATAL_ERROR; in ixheaacd_sbr_env_calc()
893 if (gate_mode[i] > 12) return IA_FATAL_ERROR; in ixheaacd_createlimiterbands()
Dixheaacd_multichannel.c183 return IA_FATAL_ERROR; in ixheaacd_dec_coupling_channel_element()
Dixheaacd_decode_main.c362 if (!aac_dec_handle->decode_create_done) return IA_FATAL_ERROR; in ixheaacd_dec_main()
Dixheaacd_headerdecode.c1049 else if (result == (WORD32)IA_FATAL_ERROR) in ixheaacd_aac_headerdecode()
1050 return IA_FATAL_ERROR; in ixheaacd_aac_headerdecode()
Dixheaacd_init_config.c508 return IA_FATAL_ERROR; in ixheaacd_config()
Dixheaacd_hbe_trans.c1560 if (ptr_hbe_txposer->x_over_qmf[2] <= 1) return IA_FATAL_ERROR; in ixheaacd_hbe_post_anal_process()
1586 if (ptr_hbe_txposer->x_over_qmf[2] <= 1) return IA_FATAL_ERROR; in ixheaacd_hbe_post_anal_process()
Dixheaacd_api.c810 err_code = IA_FATAL_ERROR; in ixheaacd_dec_api()
/external/libxaac/decoder/drc_src/
Dimpd_error_standards.h38 #define IA_FATAL_ERROR 0x80000000 macro
Dimpd_error_handler.h88 if ((e)&IA_FATAL_ERROR) return (e); \
Dimpd_drc_api.c459 error_code = IA_FATAL_ERROR; in ia_drc_dec_api()
/external/libxaac/test/
Dixheaacd_main.c1220 return IA_FATAL_ERROR; in ixheaacd_main_process()
1617 if (ixheaacd_i_bytes_to_read > (WORD32)ui_inp_size) return IA_FATAL_ERROR; in ixheaacd_main_process()