Searched refs:sync_word (Results 1 – 4 of 4) sorted by relevance
60 hdr->sync_word = get_bits(gbc, 16); in ff_ac3_parse_header()61 if(hdr->sync_word != 0x0B77) in ff_ac3_parse_header()
180 uint16_t sync_word; member
479 int sync_word, tmp; in read_restart_header() local488 sync_word = get_bits(gbp, 13); in read_restart_header()490 if (sync_word != 0x31ea >> 1) { in read_restart_header()492 "restart header sync incorrect (got 0x%04x)\n", sync_word); in read_restart_header()
2412 guint32 sync_word = 0xffffffff; in mpeg_sys_type_find() local2438 sync_word <<= 8; in mpeg_sys_type_find()2439 if (sync_word == 0x00000100) { in mpeg_sys_type_find()2480 sync_word = 0xffffffff; in mpeg_sys_type_find()2486 sync_word |= data[0]; in mpeg_sys_type_find()