Searched refs:aac_state_struct (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_headerdecode.c | 485 WORD32 ixheaacd_ga_hdr_dec(ia_aac_dec_state_struct *aac_state_struct, in ixheaacd_ga_hdr_dec() argument 496 memset(aac_state_struct->ia_audio_specific_config, 0, in ixheaacd_ga_hdr_dec() 499 memset(&(aac_state_struct->eld_specific_config), 0, in ixheaacd_ga_hdr_dec() 502 pstr_audio_specific_config = aac_state_struct->ia_audio_specific_config; in ixheaacd_ga_hdr_dec() 504 aac_state_struct->p_config->str_prog_config.alignment_bits = in ixheaacd_ga_hdr_dec() 507 aot_init = aac_state_struct->audio_object_type; in ixheaacd_ga_hdr_dec() 508 aac_state_struct->frame_length = FRAME_SIZE; in ixheaacd_ga_hdr_dec() 517 if (aac_state_struct->header_dec_done || aac_state_struct->ui_init_done) { in ixheaacd_ga_hdr_dec() 523 aac_state_struct->audio_object_type = tmp_aot; in ixheaacd_ga_hdr_dec() 533 aac_state_struct->sampling_rate = tmp; in ixheaacd_ga_hdr_dec() [all …]
|
D | ixheaacd_latmdemux.c | 160 ia_aac_dec_state_struct *aac_state_struct, in ixheaacd_latm_stream_mux_config() argument 215 aac_state_struct, it_bit_buff->cnt_bits, &bytes_consumed, in ixheaacd_latm_stream_mux_config() 224 layer_info->asc.aot = aac_state_struct->audio_object_type; in ixheaacd_latm_stream_mux_config() 225 layer_info->asc.channel_config = aac_state_struct->ch_config; in ixheaacd_latm_stream_mux_config() 226 layer_info->asc.samples_per_frame = aac_state_struct->frame_len_flag; in ixheaacd_latm_stream_mux_config() 227 layer_info->asc.sampling_freq = aac_state_struct->sampling_rate; in ixheaacd_latm_stream_mux_config() 228 layer_info->asc.samples_per_frame = aac_state_struct->frame_length; in ixheaacd_latm_stream_mux_config() 237 aac_state_struct, it_bit_buff->cnt_bits, &bytes_consumed, in ixheaacd_latm_stream_mux_config() 294 ia_aac_dec_state_struct *aac_state_struct, in ixheaacd_latm_audio_mux_element() argument 305 it_bit_buff, latm_element, aac_state_struct, sample_rate_info))) { in ixheaacd_latm_audio_mux_element()
|
D | ixheaacd_headerdecode.h | 53 ia_aac_dec_state_struct *aac_state_struct, 69 ia_aac_dec_state_struct *aac_state_struct,
|