Searched refs:num_late_packets (Results 1 – 2 of 2) sorted by relevance
179 int num_late_packets = (timestamp_now - last_receive_timestamp_) / in LatePackets() local182 if (num_late_packets < late_packet_threshold_) in LatePackets()188 --num_late_packets; in LatePackets()192 sync_stream->num_sync_packets = num_late_packets; in LatePackets()193 if (num_late_packets == 0) in LatePackets()209 uint16_t sequence_number_update = num_late_packets + sync_offset - 1; in LatePackets()
86 int num_late_packets = kNackThreshold + 1; in TEST() local89 while (num_late_packets > 0) { in TEST()91 seq_num + num_late_packets, in TEST()92 timestamp + num_late_packets * kTimestampIncrement); in TEST()95 num_late_packets--; in TEST()