Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_headerdecode.c980 struct ia_bit_buf_struct it_bit_buff = {0}, *handle_bit_buff; in ixheaacd_aac_headerdecode() local
1006 handle_bit_buff = ixheaacd_create_bit_buf(&it_bit_buff, (UWORD8 *)buffer, in ixheaacd_aac_headerdecode()
1008 handle_bit_buff->cnt_bits += (header_len << 3); in ixheaacd_aac_headerdecode()
1009 handle_bit_buff->xaac_jmp_buf = &aac_state_struct->xaac_jmp_buf; in ixheaacd_aac_headerdecode()
1013 pstr_samp_rate_info, handle_bit_buff); in ixheaacd_aac_headerdecode()
1032 handle_bit_buff = ixheaacd_create_bit_buf( in ixheaacd_aac_headerdecode()
1034 handle_bit_buff->cnt_bits += (8 * (header_len - bytes_taken)); in ixheaacd_aac_headerdecode()
1036 handle_bit_buff->pstr_adts_crc_info = &handle_bit_buff->str_adts_crc_info; in ixheaacd_aac_headerdecode()
1037 ixheaacd_adts_crc_open(handle_bit_buff->pstr_adts_crc_info); in ixheaacd_aac_headerdecode()
1049 result = ixheaacd_get_adif_header(&adif, handle_bit_buff); in ixheaacd_aac_headerdecode()
[all …]