Home
last modified time | relevance | path

Searched refs:sync_word (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3_parser_internal.h38 uint16_t sync_word; member
H A Dac3_parser.c63 hdr->sync_word = get_bits(gbc, 16); in ff_ac3_parse_header()
64 if(hdr->sync_word != 0x0B77) in ff_ac3_parse_header()
H A Dmlpdec.c507 int sync_word, tmp; in read_restart_header() local
516 sync_word = get_bits(gbp, 13); in read_restart_header()
518 if (sync_word != 0x31ea >> 1) { in read_restart_header()
520 "restart header sync incorrect (got 0x%04x)\n", sync_word); in read_restart_header()

Completed in 4 milliseconds