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() 509 aac_state_struct->audio_object_type = ixheaacd_read_bits_buf(it_bit_buff, 5); in ixheaacd_ga_hdr_dec() 511 if (aac_state_struct->audio_object_type == 31) { in ixheaacd_ga_hdr_dec() 513 aac_state_struct->audio_object_type = 32 + tmp; in ixheaacd_ga_hdr_dec() 516 aac_state_struct->audio_object_type; in ixheaacd_ga_hdr_dec() [all …]
|
D | ixheaacd_latmdemux.c | 153 ia_aac_dec_state_struct *aac_state_struct, in ixheaacd_latm_stream_mux_config() argument 209 aac_state_struct, it_bit_buff->cnt_bits, &bytes_consumed, in ixheaacd_latm_stream_mux_config() 218 layer_info->asc.aot = aac_state_struct->audio_object_type; in ixheaacd_latm_stream_mux_config() 219 layer_info->asc.channel_config = aac_state_struct->ch_config; in ixheaacd_latm_stream_mux_config() 220 layer_info->asc.samples_per_frame = aac_state_struct->frame_len_flag; in ixheaacd_latm_stream_mux_config() 221 layer_info->asc.sampling_freq = aac_state_struct->sampling_rate; in ixheaacd_latm_stream_mux_config() 222 layer_info->asc.samples_per_frame = aac_state_struct->frame_length; in ixheaacd_latm_stream_mux_config() 231 aac_state_struct, it_bit_buff->cnt_bits, &bytes_consumed, in ixheaacd_latm_stream_mux_config() 288 ia_aac_dec_state_struct *aac_state_struct, in ixheaacd_latm_audio_mux_element() argument 299 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, 64 ia_aac_dec_state_struct *aac_state_struct,
|