Lines Matching refs:adif
260 ia_adif_header_struct *adif, struct ia_bit_buf_struct *it_bit_buff) { in ixheaacd_get_adif_header() argument
273 adif->bit_stream_type = (tmp & 0x1); in ixheaacd_get_adif_header()
280 if (adif->bit_stream_type == 0) { in ixheaacd_get_adif_header()
284 adif->prog_config_present = 1; in ixheaacd_get_adif_header()
285 adif->str_prog_config.alignment_bits = 7; in ixheaacd_get_adif_header()
287 ixheaacd_read_prog_config_element(&adif->str_prog_config, it_bit_buff); in ixheaacd_get_adif_header()
904 ia_adif_header_struct adif = {0}; in ixheaacd_aac_headerdecode() local
964 adif.prog_config_present = 0; in ixheaacd_aac_headerdecode()
965 result = ixheaacd_get_adif_header(&adif, handle_bit_buff); in ixheaacd_aac_headerdecode()
967 if (adif.prog_config_present == 1) { in ixheaacd_aac_headerdecode()
969 aac_state_struct->p_config->str_prog_config = adif.str_prog_config; in ixheaacd_aac_headerdecode()
973 adif.str_prog_config.object_type; in ixheaacd_aac_headerdecode()
975 pstr_samp_rate_info[adif.str_prog_config.samp_freq_index] in ixheaacd_aac_headerdecode()
977 aac_state_struct->ch_config = adif.str_prog_config.channels; in ixheaacd_aac_headerdecode()