Searched refs:sync_code (Results 1 – 2 of 2) sorted by relevance
52 unsigned int sync_code; in parse() local58 sync_code = AV_RL24(buf + 3); in parse()59 if (sync_code != 0x2a019d) { in parse()60 av_log(avctx, AV_LOG_ERROR, "Invalid sync code %06x.\n", sync_code); in parse()
245 const guint32 sync_code = 0x498342; in gst_rtp_vp9_pay_parse_frame() local248 if (tmp != sync_code) in gst_rtp_vp9_pay_parse_frame()