Searched defs:err_code (Results 1 - 25 of 40) sorted by relevance

12

/external/libunwind/src/mi/
H A Dstrerror.c28 /* Returns the text corresponding to the given err_code or the
29 text "invalid error code" if the err_code is invalid. */
31 unw_strerror (int err_code) argument
34 unw_error_t error = (unw_error_t)-err_code;
/external/webrtc/webrtc/audio/
H A Daudio_state.cc58 void AudioState::CallbackOnError(int channel_id, int err_code) { argument
63 LOG(LS_INFO) << "VoiceEngine error " << err_code << " reported on channel "
65 if (err_code == VE_TYPING_NOISE_WARNING) {
68 } else if (err_code == VE_TYPING_NOISE_OFF_WARNING) {
/external/syslinux/win/
H A Dntfstest.c147 static void show_err(DWORD err_code) { argument
153 err_code,
/external/libxaac/decoder/drc_src/
H A Dimpd_drc_main_td_process.c76 IA_ERRORCODE err_code = IA_NO_ERROR; local
96 err_code = impd_process_drc_bitstream_dec_gain(
106 if (err_code > PROC_COMPLETE) return -1;
170 err_code = impd_drc_process_time_domain(
181 if (err_code != IA_NO_ERROR) return err_code;
185 err_code = impd_down_mix(p_obj_drc->str_payload.pstr_drc_sel_proc_output,
188 if (err_code != IA_NO_ERROR) return err_code;
190 err_code
[all...]
H A Dimpd_drc_bitbuffer.c99 WORD32 i, err_code = 0; local
142 err_code = impd_init_tbls(ia_drc_params_struct->num_gain_values_max_default,
145 return err_code;
154 WORD32 err_code = 0; local
175 err_code = impd_parse_drc_config(
179 if (err_code) return (err_code);
182 err_code = impd_parse_loudness_info_set(it_bit_buff, pstr_loudness_info);
184 if (err_code) return (err_code);
197 WORD32 err_code = 0; local
214 WORD32 err_code = 0; local
242 WORD32 err_code = 0; local
[all...]
H A Dimpd_drc_init.c391 IA_ERRORCODE err_code = IA_NO_ERROR; local
408 err_code = impd_init_drc_bitstream_dec(
414 err_code = impd_init_drc_decode(p_obj_drc->str_config.frame_size,
423 err_code = impd_drc_dec_interface_add_effect_type(
429 if (err_code != IA_NO_ERROR) return err_code;
431 err_code = impd_drc_uni_selction_proc_init(
435 if (err_code != IA_NO_ERROR) return err_code;
444 err_code
[all...]
H A Dimpd_drc_gain_decoder.c45 IA_ERRORCODE err_code = IA_NO_ERROR; local
47 err_code = impd_init_drc_params(
51 if (err_code != IA_NO_ERROR) return (err_code);
57 if (err_code != IA_NO_ERROR) return (err_code);
59 return err_code;
70 IA_ERRORCODE err_code = 0; local
78 err_code = impd_init_selected_drc_set(
85 if (err_code) retur
311 IA_ERRORCODE err_code = 0; local
400 IA_ERRORCODE err_code = 0; local
[all...]
H A Dimpd_drc_fiilter_bank.c125 WORD32 err_code = 0; local
152 err_code = impd_initialize_filt_bank(
162 if (err_code != 0) return (err_code);
241 if (err_code != 0) return (err_code);
348 WORD32 err_code = 0; local
377 WORD32 err_code = 0; local
H A Dimpd_drc_filter_bank.c125 WORD32 err_code = 0; local
152 err_code = impd_initialize_filt_bank(
162 if (err_code != 0) return (err_code);
241 if (err_code != 0) return (err_code);
348 // WORD32 err_code=0;
377 // WORD32 err_code=0;
/external/webrtc/webrtc/p2p/base/
H A Dstunserver.cc65 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); local
66 err_code->SetCode(error_code);
67 err_code->SetReason(error_desc);
68 err_msg.AddAttribute(err_code);
/external/google-breakpad/src/common/linux/
H A Dhttp_upload.cc112 CURLcode err_code = CURLE_OK; local
165 err_code = (*curl_easy_perform)(curl);
174 if (err_code != CURLE_OK)
177 (*curl_easy_strerror)(err_code));
180 *error_description = (*curl_easy_strerror)(err_code);
196 return err_code == CURLE_OK;
H A Dlibcurl_wrapper.cc138 CURLcode err_code = CURLE_OK; local
139 err_code = (*easy_perform_)(curl_);
148 if (err_code != CURLE_OK)
151 (*easy_strerror_)(err_code));
162 return err_code == CURLE_OK;
/external/pdfium/fpdfsdk/
H A Dfpdf_ext.cpp117 void CheckUnSupportError(CPDF_Document* pDoc, uint32_t err_code) { argument
119 if (err_code == FPDF_ERR_SECURITY) {
/external/libxaac/decoder/
H A Dixheaacd_process.c112 WORD16 err_code = 0; local
130 err_code = ixheaacd_applysbr(self, esbr_bit_str, NULL, &num_channels, 1, 0, 0,
136 return err_code;
270 WORD32 err_code = 0; local
340 err_code = ixheaacd_esbr_process(
344 if (err_code < 0) return err_code;
H A Dixheaacd_create.c349 WORD32 err_code = 0; local
425 err_code =
428 if (err_code == -1) return -1;
440 return err_code;
H A Dixheaacd_sbrdecoder.c657 WORD32 err_code = 0; local
658 err_code = ixheaacd_sbr_dec(
668 if (err_code) return err_code;
670 WORD32 err_code = 0; local
671 err_code = ixheaacd_sbr_dec(
683 if (err_code) return err_code;
690 WORD32 err_code = ixheaacd_esbr_dec( local
694 if (err_code) retur
697 WORD32 err_code = ixheaacd_sbr_dec( local
707 WORD32 err_code = ixheaacd_sbr_dec( local
[all...]
H A Dixheaacd_ext_ch_ele.c637 WORD32 err_code = 0; local
664 err_code =
668 if (err_code == -1) return err_code;
776 err_code =
778 if (err_code == -1) return err_code;
790 err_code =
793 if (err_code == -1) return err_code;
[all...]
H A Dixheaacd_hbe_trans.c231 WORD32 err_code = 0; local
247 err_code = ixheaacd_complex_anal_filt(ptr_hbe_txposer);
248 if (err_code) return err_code;
H A Dixheaacd_headerdecode.c1097 WORD32 err_code; local
1099 err_code =
1103 if (err_code == 0) p_obj_exhaacplus_dec->aac_config.ui_mp4_flag = 1;
1104 return err_code;
H A Dixheaacd_imdct.c307 WORD32 err_code = 0; local
333 err_code = ixheaacd_calc_window(&window_short, ixheaacd_drc_offset->n_short,
335 if (err_code == -1) return err_code;
336 err_code =
339 if (err_code == -1) return err_code;
402 err_code = ixheaacd_lpd_bpf_fix(usac_data, 1, p_out_buffer, st);
403 if (err_code != 0) return err_code;
435 WORD32 err_code = 0; local
[all...]
H A Dixheaacd_spectrum_dec.c345 WORD32 err_code = 0; local
365 err_code = ixheaacd_ics_info(usac_data, chn, max_sfb, it_bit_buff,
368 if (err_code == -1) return err_code;
432 err_code = ixheaacd_ac_spectral_data(
436 if (err_code != 0) return err_code;
/external/opencv/cxcore/src/
H A Dcxerror.cpp59 int err_code; member in struct:CvContext
79 context->err_code = CV_StsOk;
324 return icvGetContext()->err_code;
329 icvGetContext()->err_code = code;
346 context->err_code = code;
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c89 int err_code; local
92 err_code = regcomp(&regex, regex_str, REG_EXTENDED);
93 if (err_code) {
94 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE);
99 err_code = regexec(&regex, search_str, num_matches, matches, 0);
105 if (err_code) {
106 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE);
/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc74 virtual void CallbackOnError(int channel, int err_code);
77 void MyObserver::CallbackOnError(int channel, int err_code) { argument
79 if (err_code == VE_TYPING_NOISE_WARNING) {
81 } else if (err_code == VE_TYPING_NOISE_OFF_WARNING) {
83 } else if (err_code == VE_RECEIVE_PACKET_TIMEOUT) {
85 } else if (err_code == VE_PACKET_RECEIPT_RESTARTED) {
87 } else if (err_code == VE_RUNTIME_PLAY_WARNING) {
89 } else if (err_code == VE_RUNTIME_REC_WARNING) {
91 } else if (err_code == VE_SATURATION_WARNING) {
93 } else if (err_code
639 int err_code = 0; local
[all...]
/external/libxcam/modules/ocl/
H A Dcl_context.cpp161 cl_int err_code = 0; local
174 &err_code);
175 if (err_code != CL_SUCCESS)
177 XCAM_LOG_WARNING ("create cl context failed, error:%d", err_code);
289 cl_int err_code = 0; local
295 cmd_queue_id = clCreateCommandQueueWithProperties (_context_id, device_id, 0, &err_code);
297 cmd_queue_id = clCreateCommandQueue (_context_id, device_id, 0, &err_code);
299 if (err_code != CL_SUCCESS) {
300 XCAM_LOG_WARNING ("create CL command queue failed, errcode:%d", err_code);

Completed in 6661 milliseconds

12