Searched refs:pkt_missed (Results 1 – 1 of 1) sorted by relevance
839 int pkt_missed = s->queue->seq - s->seq - 1; in rtp_parse_queued_packet() local841 if (pkt_missed < 0) in rtp_parse_queued_packet()842 pkt_missed += UINT16_MAX; in rtp_parse_queued_packet()844 "RTP: missed %d packets\n", pkt_missed); in rtp_parse_queued_packet()