Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack_unittest.cc101 static const int kNumAllLostPackets = sizeof(kSequenceNumberLostPackets) / in TEST() local
108 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() local
157 uint16_t sequence_num_lost_packets[kNumAllLostPackets]; in TEST()
158 for (int n = 0; n < kNumAllLostPackets; ++n) { in TEST()
[all …]