Home
last modified time | relevance | path

Searched refs:err_code (Results 1 – 25 of 49) sorted by relevance

12

/external/libxaac/test/
Dixheaacd_main.c378 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_set_config_param() local
390 err_code = (*p_ia_process_api)( in ixheaacd_set_config_param()
393 _IA_HANDLE_ERROR(p_proc_err_info, (pWORD8) "", err_code); in ixheaacd_set_config_param()
399 err_code = (*p_ia_process_api)( in ixheaacd_set_config_param()
402 _IA_HANDLE_ERROR(p_proc_err_info, (pWORD8) "", err_code); in ixheaacd_set_config_param()
409 err_code = (*p_ia_process_api)( in ixheaacd_set_config_param()
412 _IA_HANDLE_ERROR(p_proc_err_info, (pWORD8) "", err_code); in ixheaacd_set_config_param()
418 err_code = (*p_ia_process_api)( in ixheaacd_set_config_param()
421 _IA_HANDLE_ERROR(p_proc_err_info, (pWORD8) "", err_code); in ixheaacd_set_config_param()
428 err_code = (*p_ia_process_api)( in ixheaacd_set_config_param()
[all …]
/external/libxaac/decoder/drc_src/
Dimpd_drc_gain_decoder.c45 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_init_drc_decode() local
47 err_code = impd_init_drc_params( in impd_init_drc_decode()
51 if (err_code != IA_NO_ERROR) return (err_code); in impd_init_drc_decode()
57 if (err_code != IA_NO_ERROR) return (err_code); in impd_init_drc_decode()
59 return err_code; in impd_init_drc_decode()
70 IA_ERRORCODE err_code = 0; in impd_init_drc_decode_post_config() local
78 err_code = impd_init_selected_drc_set( in impd_init_drc_decode_post_config()
85 if (err_code) return (err_code); in impd_init_drc_decode_post_config()
92 err_code = impd_init_parametric_drc_after_config( in impd_init_drc_decode_post_config()
95 if (err_code) return (err_code); in impd_init_drc_decode_post_config()
[all …]
Dimpd_drc_bitbuffer.c119 WORD32 i, err_code = 0; in impd_init_drc_bitstream_dec() local
162 err_code = impd_init_tbls(ia_drc_params_struct->num_gain_values_max_default, in impd_init_drc_bitstream_dec()
165 return err_code; in impd_init_drc_bitstream_dec()
174 WORD32 err_code = 0; in impd_process_drc_bitstream_dec() local
195 err_code = impd_parse_drc_config( in impd_process_drc_bitstream_dec()
199 if (err_code) return (err_code); in impd_process_drc_bitstream_dec()
202 err_code = impd_parse_loudness_info_set(it_bit_buff, pstr_loudness_info); in impd_process_drc_bitstream_dec()
204 if (err_code) return (err_code); in impd_process_drc_bitstream_dec()
210 return err_code; in impd_process_drc_bitstream_dec()
217 WORD32 err_code = 0; in impd_process_drc_bitstream_dec_config() local
[all …]
Dimpd_drc_init.c373 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_init() local
390 err_code = impd_init_drc_bitstream_dec( in impd_drc_init()
396 err_code = impd_init_drc_decode(p_obj_drc->str_config.frame_size, in impd_drc_init()
405 err_code = impd_drc_dec_interface_add_effect_type( in impd_drc_init()
411 if (err_code != IA_NO_ERROR) return err_code; in impd_drc_init()
413 err_code = impd_drc_uni_selction_proc_init( in impd_drc_init()
417 if (err_code != IA_NO_ERROR) return err_code; in impd_drc_init()
426 err_code = impd_set_default_params_selection_process( in impd_drc_init()
428 if (err_code != IA_NO_ERROR) return err_code; in impd_drc_init()
429 err_code = in impd_drc_init()
[all …]
Dimpd_drc_main_td_process.c76 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_process_time_domain() local
96 err_code = impd_process_drc_bitstream_dec_gain( in impd_process_time_domain()
106 if (err_code > PROC_COMPLETE) return -1; in impd_process_time_domain()
170 err_code = impd_drc_process_time_domain( in impd_process_time_domain()
181 if (err_code != IA_NO_ERROR) return err_code; in impd_process_time_domain()
185 err_code = impd_down_mix(p_obj_drc->str_payload.pstr_drc_sel_proc_output, in impd_process_time_domain()
188 if (err_code != IA_NO_ERROR) return err_code; in impd_process_time_domain()
190 err_code = impd_drc_process_time_domain( in impd_process_time_domain()
201 if (err_code != IA_NO_ERROR) return err_code; in impd_process_time_domain()
224 err_code = in impd_process_time_domain()
[all …]
Dimpd_drc_fiilter_bank.c125 WORD32 err_code = 0; in impd_init_all_filter_banks() local
152 err_code = impd_initialize_filt_bank( in impd_init_all_filter_banks()
162 if (err_code != 0) return (err_code); in impd_init_all_filter_banks()
241 if (err_code != 0) return (err_code); in impd_init_all_filter_banks()
348 WORD32 err_code = 0; in impd_three_band_filter_process() local
377 WORD32 err_code = 0; in impd_four_band_filter_process() local
Dimpd_drc_filter_bank.c125 WORD32 err_code = 0; in impd_init_all_filter_banks() local
152 err_code = impd_initialize_filt_bank( in impd_init_all_filter_banks()
162 if (err_code != 0) return (err_code); in impd_init_all_filter_banks()
241 if (err_code != 0) return (err_code); in impd_init_all_filter_banks()
/external/libxaac/decoder/
Dixheaacd_imdct.c308 WORD32 err_code = 0; in ixheaacd_fd_imdct_short() local
334 err_code = ixheaacd_calc_window(&window_short, ixheaacd_drc_offset->n_short, in ixheaacd_fd_imdct_short()
336 if (err_code == -1) return err_code; in ixheaacd_fd_imdct_short()
337 err_code = in ixheaacd_fd_imdct_short()
340 if (err_code == -1) return err_code; in ixheaacd_fd_imdct_short()
403 err_code = ixheaacd_lpd_bpf_fix(usac_data, 1, p_out_buffer, st); in ixheaacd_fd_imdct_short()
404 if (err_code != 0) return err_code; in ixheaacd_fd_imdct_short()
436 WORD32 err_code = 0; in ixheaacd_fd_imdct_long() local
454 err_code = ixheaacd_calc_window( in ixheaacd_fd_imdct_long()
456 if (err_code == -1) return err_code; in ixheaacd_fd_imdct_long()
[all …]
Dixheaacd_ext_ch_ele.c648 WORD32 err_code = 0; in ixheaacd_core_coder_data() local
675 err_code = in ixheaacd_core_coder_data()
679 if (err_code == -1) return err_code; in ixheaacd_core_coder_data()
787 err_code = in ixheaacd_core_coder_data()
789 if (err_code == -1) return err_code; in ixheaacd_core_coder_data()
801 err_code = in ixheaacd_core_coder_data()
804 if (err_code == -1) return err_code; in ixheaacd_core_coder_data()
839 err_code = ixheaacd_fd_channel_stream( in ixheaacd_core_coder_data()
843 if (err_code == -1) return err_code; in ixheaacd_core_coder_data()
859 err_code = ixheaacd_tns_apply( in ixheaacd_core_coder_data()
[all …]
Dixheaacd_sbrdecoder.c660 WORD32 err_code = 0; in ixheaacd_applysbr() local
661 err_code = ixheaacd_sbr_dec( in ixheaacd_applysbr()
671 if (err_code) return err_code; in ixheaacd_applysbr()
673 WORD32 err_code = 0; in ixheaacd_applysbr() local
674 err_code = ixheaacd_sbr_dec( in ixheaacd_applysbr()
686 if (err_code) return err_code; in ixheaacd_applysbr()
693 WORD32 err_code = ixheaacd_esbr_dec( in ixheaacd_applysbr() local
697 if (err_code) return err_code; in ixheaacd_applysbr()
700 WORD32 err_code = ixheaacd_sbr_dec( in ixheaacd_applysbr() local
708 if (err_code) return err_code; in ixheaacd_applysbr()
[all …]
Dixheaacd_process.c113 WORD32 err_code = 0; in ixheaacd_esbr_process() local
131 err_code = ixheaacd_applysbr(self, esbr_bit_str, NULL, &num_channels, 1, 0, 0, in ixheaacd_esbr_process()
137 return err_code; in ixheaacd_esbr_process()
275 WORD32 err_code = 0; in ixheaacd_usac_process() local
350 err_code = ixheaacd_esbr_process( in ixheaacd_usac_process()
354 if (err_code < 0) return err_code; in ixheaacd_usac_process()
Dixheaacd_spectrum_dec.c351 WORD32 err_code = 0; in ixheaacd_fd_channel_stream() local
371 err_code = ixheaacd_ics_info(usac_data, chn, max_sfb, it_bit_buff, in ixheaacd_fd_channel_stream()
374 if (err_code == -1) return err_code; in ixheaacd_fd_channel_stream()
438 err_code = ixheaacd_ac_spectral_data( in ixheaacd_fd_channel_stream()
442 if (err_code != 0) return err_code; in ixheaacd_fd_channel_stream()
Dixheaacd_mps_parse.c838 WORD32 err_code = 0; in ixheaacd_mps_dec_and_mapframeott() local
840 err_code = ixheaacd_mps_mapindexdata( in ixheaacd_mps_dec_and_mapframeott()
844 if (err_code != 0) return err_code; in ixheaacd_mps_dec_and_mapframeott()
846 err_code = ixheaacd_mps_mapindexdata( in ixheaacd_mps_dec_and_mapframeott()
850 if (err_code != 0) return err_code; in ixheaacd_mps_dec_and_mapframeott()
852 err_code = ixheaacd_mps_mapindexdata( in ixheaacd_mps_dec_and_mapframeott()
857 if (err_code != 0) return err_code; in ixheaacd_mps_dec_and_mapframeott()
953 WORD32 err_code = 0; in ixheaacd_mps_frame_decode() local
961 err_code = ixheaacd_mps_dec_and_mapframeott(self); in ixheaacd_mps_frame_decode()
963 if (err_code != 0) return err_code; in ixheaacd_mps_frame_decode()
Dixheaacd_sbr_dec.c714 WORD32 err_code = ixheaacd_qmf_hbe_apply( in ixheaacd_sbr_dec() local
724 if (err_code) return err_code; in ixheaacd_sbr_dec()
738 WORD32 err_code = 0; in ixheaacd_sbr_dec() local
739 err_code = ixheaacd_generate_hf( in ixheaacd_sbr_dec()
747 if (err_code) return err_code; in ixheaacd_sbr_dec()
767 err_code = ixheaacd_sbr_env_calc( in ixheaacd_sbr_dec()
776 if (err_code) return err_code; in ixheaacd_sbr_dec()
/external/tcpdump/
Dprint-pptp.c109 uint8_t err_code; member
126 uint8_t err_code; member
137 uint8_t err_code; member
160 uint8_t err_code; member
184 uint8_t err_code; member
207 uint8_t err_code; member
337 const uint8_t *err_code) in pptp_err_code_print() argument
339 ND_PRINT((ndo, " ERR_CODE(%u", *err_code)); in pptp_err_code_print()
341 ND_PRINT((ndo, ":%s", tok2str(pptp_errcode_str, "?", *err_code))); in pptp_err_code_print()
556 ND_TCHECK(ptr->err_code); in pptp_sccrp_print()
[all …]
/external/webrtc/webrtc/audio/
Daudio_state.cc58 void AudioState::CallbackOnError(int channel_id, int err_code) { in CallbackOnError() argument
63 LOG(LS_INFO) << "VoiceEngine error " << err_code << " reported on channel " in CallbackOnError()
65 if (err_code == VE_TYPING_NOISE_WARNING) { in CallbackOnError()
68 } else if (err_code == VE_TYPING_NOISE_OFF_WARNING) { in CallbackOnError()
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc74 virtual void CallbackOnError(int channel, int err_code);
77 void MyObserver::CallbackOnError(int channel, int err_code) { in CallbackOnError() argument
79 if (err_code == VE_TYPING_NOISE_WARNING) { in CallbackOnError()
81 } else if (err_code == VE_TYPING_NOISE_OFF_WARNING) { in CallbackOnError()
83 } else if (err_code == VE_RECEIVE_PACKET_TIMEOUT) { in CallbackOnError()
85 } else if (err_code == VE_PACKET_RECEIPT_RESTARTED) { in CallbackOnError()
87 } else if (err_code == VE_RUNTIME_PLAY_WARNING) { in CallbackOnError()
89 } else if (err_code == VE_RUNTIME_REC_WARNING) { in CallbackOnError()
91 } else if (err_code == VE_SATURATION_WARNING) { in CallbackOnError()
93 } else if (err_code == VE_RUNTIME_PLAY_ERROR) { in CallbackOnError()
[all …]
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc112 CURLcode err_code = CURLE_OK; in SendRequest() local
165 err_code = (*curl_easy_perform)(curl); in SendRequest()
174 if (err_code != CURLE_OK) in SendRequest()
177 (*curl_easy_strerror)(err_code)); in SendRequest()
180 *error_description = (*curl_easy_strerror)(err_code); in SendRequest()
196 return err_code == CURLE_OK; in SendRequest()
Dlibcurl_wrapper.cc138 CURLcode err_code = CURLE_OK; in SendRequest() local
139 err_code = (*easy_perform_)(curl_); in SendRequest()
148 if (err_code != CURLE_OK) in SendRequest()
151 (*easy_strerror_)(err_code)); in SendRequest()
162 return err_code == CURLE_OK; in SendRequest()
/external/webrtc/webrtc/p2p/base/
Dstunserver.cc65 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); in SendErrorResponse() local
66 err_code->SetCode(error_code); in SendErrorResponse()
67 err_code->SetReason(error_desc); in SendErrorResponse()
68 err_msg.AddAttribute(err_code); in SendErrorResponse()
/external/perfetto/src/trace_processor/
Dspan_join_operator_table.cc279 return res.err_code; in Filter()
292 return res.err_code; in Filter()
297 return res.err_code; in Filter()
319 return res.err_code; in Next()
333 return res.err_code; in Next()
339 return res.err_code; in Next()
347 return res.err_code; in Next()
353 return res.err_code; in Next()
363 return res.err_code; in Next()
369 return res.err_code; in Next()
[all …]
/external/swiftshader/third_party/subzero/pydir/
Dsz_driver.py80 err_code = 0
85 err_code = e.returncode
88 exit(err_code)
/external/libxcam/modules/ocl/
Dcl_context.cpp161 cl_int err_code = 0; in init_context() local
174 &err_code); in init_context()
175 if (err_code != CL_SUCCESS) in init_context()
177 XCAM_LOG_WARNING ("create cl context failed, error:%d", err_code); in init_context()
289 cl_int err_code = 0; in create_cmd_queue() local
295 cmd_queue_id = clCreateCommandQueueWithProperties (_context_id, device_id, 0, &err_code); in create_cmd_queue()
297 cmd_queue_id = clCreateCommandQueue (_context_id, device_id, 0, &err_code); in create_cmd_queue()
299 if (err_code != CL_SUCCESS) { in create_cmd_queue()
300 XCAM_LOG_WARNING ("create CL command queue failed, errcode:%d", err_code); in create_cmd_queue()
/external/libunwind/src/mi/
Dstrerror.c31 unw_strerror (int err_code) in unw_strerror() argument
34 unw_error_t error = (unw_error_t)-err_code; in unw_strerror()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c89 int err_code; in regex_helper() local
92 err_code = regcomp(&regex, regex_str, REG_EXTENDED); in regex_helper()
93 if (err_code) { in regex_helper()
94 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
99 err_code = regexec(&regex, search_str, num_matches, matches, 0); in regex_helper()
105 if (err_code) { in regex_helper()
106 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()

12