Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_headerdecode.c298 adts->sync_word = (WORD16)ixheaacd_read_bits_buf(it_bit_buff, 12); in ixheaacd_find_syncword()
299 if (adts->sync_word == 0xFFF) { in ixheaacd_find_syncword()
308 adts->sync_word = (WORD16)ixheaacd_read_bits_buf(it_bit_buff, 12); in ixheaacd_find_syncword()
309 if (adts->sync_word == 0xFFF) { in ixheaacd_find_syncword()
1002 adts_loc.sync_word = in ixheaacd_aac_headerdecode()
1005 if (adts_loc.sync_word != 0xFFF) { in ixheaacd_aac_headerdecode()
Dixheaacd_adts.h24 WORD16 sync_word; member