Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_headerdecode.c501 aac_state_struct->p_config->str_prog_config.alignment_bits = in ixheaacd_ga_hdr_dec()
522 aac_state_struct->p_config->ui_samp_freq = tmp; in ixheaacd_ga_hdr_dec()
565 &aac_state_struct->p_config->str_prog_config, it_bit_buff); in ixheaacd_ga_hdr_dec()
570 aac_state_struct->p_config->ui_pce_found_in_hdr = 1; in ixheaacd_ga_hdr_dec()
917 WORD32 usr_max_ch = aac_state_struct->p_config->ui_max_channels; in ixheaacd_aac_headerdecode()
968 aac_state_struct->p_config->ui_pce_found_in_hdr = 1; in ixheaacd_aac_headerdecode()
969 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()
1307 p_obj_exhaacplus_dec->p_state_aac->p_config = in ixheaacd_dec_init()
2101 WORD *p_slot_element = p_state_enhaacplus_dec->p_config->slot_element; in ixheaacd_fill_slot_order()
2102 WORD *p_element_type = p_state_enhaacplus_dec->p_config->element_type; in ixheaacd_fill_slot_order()
2104 p_state_enhaacplus_dec->p_config->element_instance_order; in ixheaacd_fill_slot_order()
2121 p_state_enhaacplus_dec, p_state_enhaacplus_dec->p_config->str_prog_config in ixheaacd_fill_prog_config_slots()
2123 p_state_enhaacplus_dec->p_config->str_prog_config.front_element_is_cpe, in ixheaacd_fill_prog_config_slots()
2124 p_state_enhaacplus_dec->p_config->str_prog_config in ixheaacd_fill_prog_config_slots()
2129 p_state_enhaacplus_dec, p_state_enhaacplus_dec->p_config->str_prog_config in ixheaacd_fill_prog_config_slots()
2131 p_state_enhaacplus_dec->p_config->str_prog_config.side_element_is_cpe, in ixheaacd_fill_prog_config_slots()
[all …]
Dixheaacd_common_lpfuncs.c341 p_state_enhaacplus_dec->p_config->ui_pce_found_in_hdr == 2 && in ixheaacd_get_element_index_tag()
Dixheaacd_struct_def.h143 ia_aac_dec_config_struct *p_config; member
/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()