Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3_parser.c60 hdr->sync_word = get_bits(gbc, 16); in ff_ac3_parse_header()
61 if(hdr->sync_word != 0x0B77) in ff_ac3_parse_header()
Dac3.h180 uint16_t sync_word; member
Dmlpdec.c479 int sync_word, tmp; in read_restart_header() local
488 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()
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c2412 guint32 sync_word = 0xffffffff; in mpeg_sys_type_find() local
2438 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()