Home
last modified time | relevance | path

Searched refs:p_config (Results 1 – 13 of 13) sorted by relevance

/external/OpenCSD/decoder/source/c_api/
Docsd_c_api_custom_obj.h53 …createDecoder(const int create_flags, const int instID, const CSConfig *p_config, TraceComponent …
177 CustomConfigWrapper(const void *p_config) : m_p_config(p_config), m_CSID(0) {}; in CustomConfigWrapper() argument
Docsd_c_api_custom_obj.cpp119 …createDecoder(const int create_flags, const int instID, const CSConfig *p_config, TraceComponent … in createDecoder() argument
138 ((CustomConfigWrapper *)p_config)->getConfig(), in createDecoder()
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
Dext_dcd_echo_test.c64 const echo_dcd_cfg_t *p_config,
116 …*decoder, ocsd_extern_dcd_inst_t *p_decoder_inst, const echo_dcd_cfg_t *p_config, const ocsd_exter… in echo_dcd_init() argument
123 …memcpy(&(decoder->reg_config), p_config, sizeof(echo_dcd_cfg_t)); // copy in the config stru… in echo_dcd_init()
133 p_decoder_inst->cs_id = p_config->cs_id; in echo_dcd_init()
Dext_dcd_echo_test.h90 …*decoder, ocsd_extern_dcd_inst_t *p_decoder_inst, const echo_dcd_cfg_t *p_config, const ocsd_exter…
/external/libxaac/decoder/
Dixheaacd_headerdecode.c503 aac_state_struct->p_config->str_prog_config.alignment_bits = in ixheaacd_ga_hdr_dec()
526 aac_state_struct->p_config->ui_samp_freq = tmp; in ixheaacd_ga_hdr_dec()
573 &aac_state_struct->p_config->str_prog_config, it_bit_buff); in ixheaacd_ga_hdr_dec()
578 aac_state_struct->p_config->ui_pce_found_in_hdr = 1; in ixheaacd_ga_hdr_dec()
925 WORD32 usr_max_ch = aac_state_struct->p_config->ui_max_channels; in ixheaacd_aac_headerdecode()
976 aac_state_struct->p_config->ui_pce_found_in_hdr = 1; in ixheaacd_aac_headerdecode()
977 aac_state_struct->p_config->str_prog_config = adif.str_prog_config; in ixheaacd_aac_headerdecode()
Dixheaacd_api.c210 p_state_enhaacplus_dec->p_config->ui_max_channels)) != 0) { in ixheaacd_readifadts()
1361 p_obj_exhaacplus_dec->p_state_aac->p_config = in ixheaacd_dec_init()
2170 WORD *p_slot_element = p_state_enhaacplus_dec->p_config->slot_element; in ixheaacd_fill_slot_order()
2171 WORD *p_element_type = p_state_enhaacplus_dec->p_config->element_type; in ixheaacd_fill_slot_order()
2173 p_state_enhaacplus_dec->p_config->element_instance_order; in ixheaacd_fill_slot_order()
2190 p_state_enhaacplus_dec, p_state_enhaacplus_dec->p_config->str_prog_config in ixheaacd_fill_prog_config_slots()
2192 p_state_enhaacplus_dec->p_config->str_prog_config.front_element_is_cpe, in ixheaacd_fill_prog_config_slots()
2193 p_state_enhaacplus_dec->p_config->str_prog_config in ixheaacd_fill_prog_config_slots()
2198 p_state_enhaacplus_dec, p_state_enhaacplus_dec->p_config->str_prog_config in ixheaacd_fill_prog_config_slots()
2200 p_state_enhaacplus_dec->p_config->str_prog_config.side_element_is_cpe, in ixheaacd_fill_prog_config_slots()
[all …]
Dixheaacd_common_lpfuncs.c337 p_state_enhaacplus_dec->p_config->ui_pce_found_in_hdr == 2 && in ixheaacd_get_element_index_tag()
Dixheaacd_struct_def.h144 ia_aac_dec_config_struct *p_config; member
/external/OpenCSD/decoder/include/common/
Docsd_dcd_mngr_i.h56 …createDecoder(const int create_flags, const int instID, const CSConfig *p_config, TraceComponent …
Docsd_dcd_mngr.h52 …createDecoder(const int create_flags, const int instID, const CSConfig *p_config, TraceComponent …
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_proc_etmv3_impl.h54 ocsd_err_t Configure(const EtmV3Config *p_config);
Dtrc_pkt_proc_etmv3_impl.cpp47 ocsd_err_t EtmV3PktProcImpl::Configure(const EtmV3Config *p_config) in Configure() argument
50 if(p_config != 0) in Configure()
52 m_config = *p_config; in Configure()
/external/kmod/libkmod/
Dlibkmod-config.c826 int kmod_config_new(struct kmod_ctx *ctx, struct kmod_config **p_config, in kmod_config_new() argument
860 *p_config = config = calloc(1, sizeof(struct kmod_config)); in kmod_config_new()