Searched refs:kNumAllLostPackets (Results 1 – 1 of 1) sorted by relevance
101 static const int kNumAllLostPackets = sizeof(kSequenceNumberLostPackets) / in TEST() local108 uint16_t sequence_num_lost_packets[kNumAllLostPackets]; in TEST()109 for (int n = 0; n < kNumAllLostPackets; n++) { in TEST()123 seq_num = sequence_num_lost_packets[kNumAllLostPackets - 1] + 1; in TEST()124 timestamp += kTimestampIncrement * (kNumAllLostPackets + 1); in TEST()125 int num_lost_packets = std::max(0, kNumAllLostPackets - kNackThreshold); in TEST()141 kNumAllLostPackets)); in TEST()150 static const int kNumAllLostPackets = sizeof(kSequenceNumberLostPackets) / in TEST() local157 uint16_t sequence_num_lost_packets[kNumAllLostPackets]; in TEST()158 for (int n = 0; n < kNumAllLostPackets; ++n) { in TEST()[all …]