Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtptwcc.c99 guint16 expected_parsed_seqnum; member
1016 if (base_seqnum < twcc->expected_parsed_seqnum) { in _check_for_lost_packets()
1018 twcc->expected_parsed_seqnum); in _check_for_lost_packets()
1022 packets_lost = base_seqnum - twcc->expected_parsed_seqnum; in _check_for_lost_packets()
1024 _add_twcc_packet (twcc_packets, twcc->expected_parsed_seqnum + i, in _check_for_lost_packets()
1029 twcc->expected_parsed_seqnum = base_seqnum + packet_count; in _check_for_lost_packets()