/aosp_15_r20/frameworks/av/media/libstagefright/codecs/xaacdec/ |
H A D | SoftXAAC.cpp | 120 IA_ERRORCODE err_code = deInitXAACDecoder(); in ~SoftXAAC() local 176 IA_ERRORCODE err_code = IA_NO_ERROR; in initDecoder() local 477 IA_ERRORCODE err_code = setXAACDRCInfo(aacPresParams->nDrcCut, aacPresParams->nDrcBoost, in internalSetParameter() local 556 IA_ERRORCODE err_code = configXAACDecoder(inBuffer, inBufferLength); in onQueueFilled() local 669 IA_ERRORCODE err_code = configXAACDecoder(inBuffer, inBufferLength); in onQueueFilled() local 819 IA_ERRORCODE err_code = configflushDecode(); in onPortFlushCompleted() local 833 IA_ERRORCODE err_code; in configflushDecode() local 909 IA_ERRORCODE err_code = IA_NO_ERROR; in initXAACDecoder() local 1068 IA_ERRORCODE err_code = in configXAACDecoder() local 1114 IA_ERRORCODE err_code = IA_NO_ERROR; in initMPEGDDDrc() local [all …]
|
/aosp_15_r20/frameworks/av/media/codec2/components/xaac/ |
H A D | C2SoftXaacDec.cpp | 313 IA_ERRORCODE err_code = IA_NO_ERROR; in initDecoder() local 432 IA_ERRORCODE err_code = configXAACDecoder(inBuffer, inBufferLength); in process() local 518 IA_ERRORCODE err_code = configXAACDecoder(inBuffer, inBufferLength); in process() local 624 IA_ERRORCODE err_code; in configflushDecode() local 664 IA_ERRORCODE err_code = configflushDecode(); in onFlush_sm() local 703 IA_ERRORCODE err_code = ixheaacd_dec_api(nullptr, in initXAACDecoder() local 842 IA_ERRORCODE err_code = IA_NO_ERROR; in initXAACDrc() local 907 IA_ERRORCODE err_code = IA_NO_ERROR; in deInitXAACDecoder() local 946 IA_ERRORCODE err_code = ixheaacd_dec_api(mXheaacCodecHandle, in configXAACDecoder() local 1000 IA_ERRORCODE err_code = IA_NO_ERROR; in initMPEGDDDrc() local [all …]
|
/aosp_15_r20/external/libxaac/fuzzer/ |
H A D | xaac_dec_fuzzer.cpp | 132 IA_ERRORCODE err_code = in initXAACDecoder() local 246 IA_ERRORCODE err_code = IA_NO_ERROR; in initXAACDrc() local 303 IA_ERRORCODE err_code = IA_NO_ERROR; in deInitXAACDecoder() local 340 IA_ERRORCODE err_code = ixheaacd_dec_api( in configXAACDecoder() local 377 IA_ERRORCODE err_code = IA_NO_ERROR; in initMPEGDDDrc() local 427 IA_ERRORCODE err_code = IA_NO_ERROR; in configMPEGDDrc() local 629 IA_ERRORCODE err_code = IA_NO_ERROR; in initDecoder() local 656 IA_ERRORCODE err_code = ixheaacd_dec_api( in decodeXAACStream() local 727 IA_ERRORCODE err_code = IA_NO_ERROR; in getXAACStreamInfo() local 781 IA_ERRORCODE err_code = IA_NO_ERROR; in setXAACDRCInfo() local
|
/aosp_15_r20/external/libxaac/encoder/drc_src/ |
H A D | impd_drc_mux.c | 43 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_get_drc_complexity_level() local 322 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_get_eq_complexity_level() local 710 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_write_loudness_measure() local 734 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_write_loudness_info() local 786 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_write_drc_instruct_uni_drc() local 1705 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_write_drc_coeff_parametric_drc() local 1992 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_write_unique_td_filter_element() local 2262 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_write_eq_coefficients() local 2412 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_write_eq_instructions() local 2515 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_write_uni_drc_config_extn() local [all …]
|
H A D | impd_drc_uni_drc_eq.c | 213 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_derive_subband_gains_from_td_cascade() local 366 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_phase_align_cascade_group() local 536 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_derive_element_phase_alignment_filters() local 719 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_derive_pole_zero_filter_params() local 1004 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_derive_filter_block() local 1078 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_derive_cascade_phase_alignment_filters() local 1108 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_derive_filter_cascade() local 1197 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_interpolate_subband_spline() local 1261 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_derive_subband_gains() local 1362 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_derive_eq_set() local
|
H A D | impd_drc_api.c | 433 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_enc_init() local 495 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_loudness_info_init() local 521 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_enc() local
|
/aosp_15_r20/system/secretkeeper/comm/src/ |
H A D | wire.rs | 153 pub fn err_code(&self) -> AidlErrorCode { in err_code() method 180 let err_code = in from_cbor_value() localVariable 182 let err_code: i32 = err_code.try_into().map_err(|_| CoseError::OutOfRangeIntegerValue)?; in from_cbor_value() localVariable 190 let err_code = AidlErrorCode::n(err_code).unwrap_or(AidlErrorCode::InternalError); in from_cbor_value() localVariable 248 pub err_code: AidlErrorCode, field
|
/aosp_15_r20/external/libxaac/decoder/drc_src/ |
H A D | impd_drc_bitbuffer.c | 117 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 211 WORD32 err_code = 0; in impd_process_drc_bitstream_dec_loudness_info_set() local
|
H A D | impd_drc_gain_decoder.c | 46 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_init_drc_decode() local 71 IA_ERRORCODE err_code = 0; in impd_init_drc_decode_post_config() local 333 IA_ERRORCODE err_code = 0; in impd_drc_process_time_domain() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | run_build_test.cpp | 62 cl_int err_code = clGetProgramBuildInfo(prog, m_devid, CL_PROGRAM_BUILD_LOG, 0, NULL, &len); in setErrorLog() local 88 cl_int err_code = clBuildProgram(m_program, 0, NULL, m_options.c_str(), NULL, NULL); in execute() local 140 cl_int err_code = clCompileProgram( in execute() local 173 cl_int err_code; in execute() local 209 cl_int err_code = clGetProgramInfo( in process() local
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_sbr_write_bitstream.c | 582 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_encode_sbr_single_channel_element() local 663 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_encode_sbr_channel_pair_element() local 1015 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_encode_sbr_data() local 1242 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_write_env_single_channel_element() local 1283 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_write_env_channel_pair_element() local 1324 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_count_sbr_channel_pair_element() local
|
H A D | ixheaace_write_bitstream.c | 427 IA_ERRORCODE err_code; in ia_enhaacplus_enc_write_single_chan_elem() local 460 IA_ERRORCODE err_code; in ia_enhaacplus_enc_write_channel_pair_element() local 596 IA_ERRORCODE err_code; in ia_enhaacplus_enc_write_single_channel_element_LFE() local 626 IA_ERRORCODE err_code; in ia_enhaacplus_enc_write_single_channel_ind_coupling_element() local 673 IA_ERRORCODE err_code; in ia_enhaacplus_enc_write_bitstream() local
|
H A D | ixheaace_fd_mdct.c | 60 IA_ERRORCODE err_code = 0; in iusace_fd_mdct_short() local 126 IA_ERRORCODE err_code = 0; in iusace_fd_mdct_long() local 205 IA_ERRORCODE err_code = 0; in iusace_fd_mdct() local
|
H A D | ixheaace_api.c | 424 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_validate_channel_mask() local 543 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_validate_config_params() local 809 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_set_config_params() local 1522 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_alloc_and_assign_mem() local 3543 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_get_lib_id_strings() local 3632 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_allocate() local 3922 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_create() local
|
H A D | ixheaace_sbr_main.c | 188 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_create_env_channel() local 598 IA_ERRORCODE err_code = IA_NO_ERROR; in ia_enhaacplus_enc_update_freq_band_tab() local 654 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_env_encode_frame() local 898 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_env_open() local
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_sbrdecoder.c | 876 WORD32 err_code = 0; in ixheaacd_applysbr() local 903 WORD32 err_code = 0; in ixheaacd_applysbr() local 936 WORD32 err_code = in ixheaacd_applysbr() local 943 WORD32 err_code = ixheaacd_sbr_dec( in ixheaacd_applysbr() local 967 WORD32 err_code = ixheaacd_sbr_dec( in ixheaacd_applysbr() local
|
H A D | ixheaacd_mps_initfuncs.c | 997 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_modules_init() local 1054 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_header_parse() local 1083 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_aac_mps_create() local 1340 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_aac_mps_init() local
|
H A D | ixheaacd_process.c | 117 WORD32 err_code = 0; in ixheaacd_esbr_process() local 162 WORD32 err_code = 0; in ixheaacd_esbr_parse() local 359 WORD32 err_code = 0; in ixheaacd_usac_process() local
|
H A D | ixheaacd_api.c | 516 WORD32 err_code = 0; in ixheaacd_dec_api() local 973 WORD32 err_code = 0; in ixheaacd_dec_api() local 1048 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_decoder_2_ga_hdr() local 1112 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_decoder_flush_api() local 1497 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_dec_init() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8ulp/upower/ |
D | upower_hal.c | 128 upwr_resp_t err_code; in upower_read_temperature() local 152 upwr_resp_t err_code; in upower_pmic_i2c_write() local 176 upwr_resp_t err_code; in upower_pmic_i2c_read() local
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-pptp.c | 110 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()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_ccb_act.cc | 263 uint8_t err_code = 0; in avdt_ccb_hdl_start_cmd() local 329 uint8_t err_code = 0; in avdt_ccb_hdl_suspend_cmd() local 649 uint8_t err_code = AVDT_ERR_CONNECT; in avdt_ccb_clear_cmds() local 897 uint8_t err_code = AVDT_ERR_CONNECT; in avdt_ccb_chk_reconn() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/khr/ |
D | swapchain.rs | 96 let err_code = (self.fp.acquire_next_image_khr)( in acquire_next_image() localVariable 120 let err_code = (self.fp.queue_present_khr)(queue, present_info); in queue_present() localVariable 214 let err_code = (self.fp.acquire_next_image2_khr)(self.handle, acquire_info, &mut index); in acquire_next_image2() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | stack_avdtp_test.cc | 111 uint8_t err_code = 0; in TEST_F() local 143 uint8_t err_code = 0; in TEST_F() local 162 uint8_t err_code = 0; in TEST_F() local
|
/aosp_15_r20/external/libxaac/test/encoder/ |
H A D | ixheaace_testbench.c | 987 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaace_calculate_loudness_measure() local 1059 IA_ERRORCODE err_code = IA_NO_ERROR; in ia_enhaacplus_enc_main_process() local 1527 int err_code = IA_NO_ERROR; in main() local 1621 int err_code = IA_NO_ERROR; in main() local
|