HomeSort by relevance Sort by last modified time
    Searched refs:aac_state_struct (Results 1 - 3 of 3) sorted by null

  /external/libxaac/decoder/
ixheaacd_headerdecode.c 483 WORD32 ixheaacd_ga_hdr_dec(ia_aac_dec_state_struct *aac_state_struct,
492 memset(aac_state_struct->ia_audio_specific_config, 0,
495 pstr_audio_specific_config = aac_state_struct->ia_audio_specific_config;
497 aac_state_struct->p_config->str_prog_config.alignment_bits =
500 aac_state_struct->audio_object_type = ixheaacd_read_bits_buf(it_bit_buff, 5);
502 if (aac_state_struct->audio_object_type == 31) {
504 aac_state_struct->audio_object_type = 32 + tmp;
507 aac_state_struct->audio_object_type;
517 aac_state_struct->sampling_rate = tmp;
518 aac_state_struct->p_config->ui_samp_freq = tmp
953 ia_aac_dec_state_struct *aac_state_struct = local
    [all...]
ixheaacd_latmdemux.c 155 ia_aac_dec_state_struct *aac_state_struct,
211 aac_state_struct, it_bit_buff->cnt_bits, &bytes_consumed,
220 layer_info->asc.aot = aac_state_struct->audio_object_type;
221 layer_info->asc.channel_config = aac_state_struct->ch_config;
222 layer_info->asc.samples_per_frame = aac_state_struct->frame_len_flag;
223 layer_info->asc.sampling_freq = aac_state_struct->sampling_rate;
224 layer_info->asc.samples_per_frame = aac_state_struct->frame_length;
233 aac_state_struct, it_bit_buff->cnt_bits, &bytes_consumed,
289 ia_aac_dec_state_struct *aac_state_struct,
300 it_bit_buff, latm_element, aac_state_struct, sample_rate_info)))
    [all...]
ixheaacd_headerdecode.h 53 ia_aac_dec_state_struct *aac_state_struct,
64 ia_aac_dec_state_struct *aac_state_struct,

Completed in 92 milliseconds