Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp8_parser.c52 unsigned int sync_code; in parse() local
58 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()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp9pay.c245 const guint32 sync_code = 0x498342; in gst_rtp_vp9_pay_parse_frame() local
248 if (tmp != sync_code) in gst_rtp_vp9_pay_parse_frame()