Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack_unittest.cc33 size_t num_lost_packets) { in IsNackListCorrect() argument
34 if (nack_list.size() != num_lost_packets) in IsNackListCorrect()
37 if (num_lost_packets == 0) in IsNackListCorrect()
43 for (size_t n = 0; n < num_lost_packets; ++n) { in IsNackListCorrect()
125 int num_lost_packets = std::max(0, kNumAllLostPackets - kNackThreshold); in TEST() local
131 num_lost_packets)); in TEST()
134 num_lost_packets++; in TEST()
175 size_t num_lost_packets = std::max(0, kNumAllLostPackets - kNackThreshold); in TEST() local
181 num_lost_packets--; in TEST()
187 num_lost_packets)); in TEST()
[all …]