Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecdec.c502 gint missing_seq = -1; in check_fec() local
519 missing_seq = fec->seq + i; in check_fec()
534 missing_seq = fec->seq + i * dec->l; in check_fec()
540 g_assert (missing_seq == -1); in check_fec()
544 g_assert (missing_seq != -1); in check_fec()
545 ret = xor_items (dec, fec, packets, missing_seq); in check_fec()
546 GST_LOG_OBJECT (dec, "We have enough info to reconstruct %u", missing_seq); in check_fec()
/third_party/ffmpeg/libavformat/
Drtpdec.c441 uint16_t missing_seq = next_seq + i; in find_missing_packets() local
443 int16_t diff = pkt->seq - missing_seq; in find_missing_packets()
450 if (pkt->seq == missing_seq) in find_missing_packets()