Home
last modified time | relevance | path

Searched defs:err_code (Results 1 – 25 of 54) sorted by relevance

123

/external/libxaac/fuzzer/
Dxaac_dec_fuzzer.cpp125 IA_ERRORCODE err_code = in initXAACDecoder() local
239 IA_ERRORCODE err_code = IA_NO_ERROR; in initXAACDrc() local
296 IA_ERRORCODE err_code = IA_NO_ERROR; in deInitXAACDecoder() local
333 IA_ERRORCODE err_code = ixheaacd_dec_api( in configXAACDecoder() local
370 IA_ERRORCODE err_code = IA_NO_ERROR; in initMPEGDDDrc() local
423 IA_ERRORCODE err_code = IA_NO_ERROR; in configMPEGDDrc() local
625 IA_ERRORCODE err_code = IA_NO_ERROR; in initDecoder() local
652 IA_ERRORCODE err_code = ixheaacd_dec_api( in decodeXAACStream() local
723 IA_ERRORCODE err_code = IA_NO_ERROR; in getXAACStreamInfo() local
777 IA_ERRORCODE err_code = IA_NO_ERROR; in setXAACDRCInfo() local
/external/libxaac/decoder/drc_src/
Dimpd_drc_bitbuffer.c117 WORD32 i, err_code = 0; in impd_init_drc_bitstream_dec() local
170 WORD32 err_code = 0; in impd_process_drc_bitstream_dec_config() local
186 WORD32 err_code = 0; in impd_process_drc_bitstream_dec_gain() local
213 WORD32 err_code = 0; in impd_process_drc_bitstream_dec_loudness_info_set() local
Dimpd_drc_gain_decoder.c45 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_init_drc_decode() local
70 IA_ERRORCODE err_code = 0; in impd_init_drc_decode_post_config() local
301 IA_ERRORCODE err_code = 0; in impd_drc_process_time_domain() local
Dimpd_drc_init.c379 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_init() local
Dimpd_drc_main_td_process.c76 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_process_time_domain() local
/external/libxaac/decoder/
Dixheaacd_sbrdecoder.c661 WORD32 err_code = 0; in ixheaacd_applysbr() local
674 WORD32 err_code = 0; in ixheaacd_applysbr() local
694 WORD32 err_code = ixheaacd_esbr_dec( in ixheaacd_applysbr() local
701 WORD32 err_code = ixheaacd_sbr_dec( in ixheaacd_applysbr() local
711 WORD32 err_code = ixheaacd_sbr_dec( in ixheaacd_applysbr() local
Dixheaacd_process.c113 WORD32 err_code = 0; in ixheaacd_esbr_process() local
292 WORD32 err_code = 0; in ixheaacd_usac_process() local
Dixheaacd_freq_sca.c237 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_calc_k0_k2_bands() local
307 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_calc_master_frq_bnd_tbl() local
Dixheaacd_api.c442 WORD32 err_code = 0; in ixheaacd_dec_api() local
842 WORD32 err_code = 0; in ixheaacd_dec_api() local
1319 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_dec_init() local
Dixheaacd_imdct.c322 WORD32 err_code = 0; in ixheaacd_fd_imdct_short() local
451 WORD32 err_code = 0; in ixheaacd_fd_imdct_long() local
Dixheaacd_arith_dec.c2078 WORD32 err_code = 0; in ixheaacd_ac_spectral_data() local
2126 WORD32 err_code = 0; in ixheaacd_arith_data() local
/external/rust/crates/ash/src/
Dprelude.rs46 let err_code = f(&mut count, data.as_mut_ptr()); in read_into_uninitialized_vector() localVariable
83 let err_code = f(&mut count, data.as_mut_ptr()); in read_into_defaulted_vector() localVariable
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp62 cl_int err_code = clGetProgramBuildInfo(prog, m_devid, CL_PROGRAM_BUILD_LOG, 0, NULL, &len); in setErrorLog() local
87 cl_int err_code = clBuildProgram(m_program, 0, NULL, m_options.c_str(), NULL, NULL); in execute() local
138 cl_int err_code = clCompileProgram( in execute() local
170 cl_int err_code; in execute() local
206 cl_int err_code = clGetProgramInfo( in process() local
/external/rust/crates/ash/src/extensions/khr/
Dswapchain.rs52 let err_code = self.swapchain_fn.acquire_next_image_khr( in acquire_next_image() localVariable
91 let err_code = self.swapchain_fn.queue_present_khr(queue, create_info); in queue_present() localVariable
Ddisplay_swapchain.rs36 let err_code = self.swapchain_fn.create_shared_swapchains_khr( in create_shared_swapchains() localVariable
/external/webrtc/test/
Dtest_main.cc25 int err_code = main->Init(&argc, argv); in main() local
/external/tcpdump/
Dprint-pptp.c110 nd_uint8_t err_code; member
127 nd_uint8_t err_code; member
138 nd_uint8_t err_code; member
161 nd_uint8_t err_code; member
185 nd_uint8_t err_code; member
208 nd_uint8_t err_code; member
344 const nd_uint8_t err_code) in pptp_err_code_print()
/external/libxaac/test/
Dixheaacd_main.c378 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_set_config_param() local
658 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_get_config_param() local
774 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_main_process() local
2010 WORD32 i, err_code = IA_NO_ERROR; in main() local
/external/python/cryptography/src/cryptography/
Dexceptions.py52 def __init__(self, msg, err_code): argument
/external/webrtc/p2p/base/
Dstun_server.cc69 auto err_code = StunAttribute::CreateErrorCode(); in SendErrorResponse() local
/external/arm-trusted-firmware/tools/cert_create/src/
Dkey.c131 int key_load(key_t *key, unsigned int *err_code) in key_load()
/external/fastrpc/inc/
Dverify.h135 #define VERIFYC(val,err_code) \ argument
/external/dtc/tests/
Dpylibfdt_tests.py47 def get_err(err_code): argument
530 def assertOk(self, err_code): argument
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc113 CURLcode err_code = CURLE_OK; in SendRequest() local
Dlibcurl_wrapper.cc293 CURLcode err_code = CURLE_OK; in SendRequestInner() local

123