Home
last modified time | relevance | path

Searched refs:aac_state_struct (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_headerdecode.c484 WORD32 ixheaacd_ga_hdr_dec(ia_aac_dec_state_struct *aac_state_struct, in ixheaacd_ga_hdr_dec() argument
493 memset(aac_state_struct->ia_audio_specific_config, 0, in ixheaacd_ga_hdr_dec()
496 memset(&(aac_state_struct->eld_specific_config), 0, in ixheaacd_ga_hdr_dec()
499 pstr_audio_specific_config = aac_state_struct->ia_audio_specific_config; in ixheaacd_ga_hdr_dec()
501 aac_state_struct->p_config->str_prog_config.alignment_bits = in ixheaacd_ga_hdr_dec()
504 aac_state_struct->audio_object_type = ixheaacd_read_bits_buf(it_bit_buff, 5); in ixheaacd_ga_hdr_dec()
506 if (aac_state_struct->audio_object_type == 31) { in ixheaacd_ga_hdr_dec()
508 aac_state_struct->audio_object_type = 32 + tmp; in ixheaacd_ga_hdr_dec()
511 aac_state_struct->audio_object_type; in ixheaacd_ga_hdr_dec()
521 aac_state_struct->sampling_rate = tmp; in ixheaacd_ga_hdr_dec()
[all …]
Dixheaacd_latmdemux.c156 ia_aac_dec_state_struct *aac_state_struct, in ixheaacd_latm_stream_mux_config() argument
212 aac_state_struct, it_bit_buff->cnt_bits, &bytes_consumed, in ixheaacd_latm_stream_mux_config()
221 layer_info->asc.aot = aac_state_struct->audio_object_type; in ixheaacd_latm_stream_mux_config()
222 layer_info->asc.channel_config = aac_state_struct->ch_config; in ixheaacd_latm_stream_mux_config()
223 layer_info->asc.samples_per_frame = aac_state_struct->frame_len_flag; in ixheaacd_latm_stream_mux_config()
224 layer_info->asc.sampling_freq = aac_state_struct->sampling_rate; in ixheaacd_latm_stream_mux_config()
225 layer_info->asc.samples_per_frame = aac_state_struct->frame_length; in ixheaacd_latm_stream_mux_config()
234 aac_state_struct, it_bit_buff->cnt_bits, &bytes_consumed, in ixheaacd_latm_stream_mux_config()
291 ia_aac_dec_state_struct *aac_state_struct, in ixheaacd_latm_audio_mux_element() argument
302 it_bit_buff, latm_element, aac_state_struct, sample_rate_info))) { in ixheaacd_latm_audio_mux_element()
Dixheaacd_headerdecode.h53 ia_aac_dec_state_struct *aac_state_struct,
64 ia_aac_dec_state_struct *aac_state_struct,