Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Drtcp_common.cc172 const int64_t num_lost = num_apparently_sent - num_received; in SetCumulativePacketsLost() local
179 std::min(std::max<int64_t>(num_lost, 0), in SetCumulativePacketsLost()
/external/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc961 int num_lost = 1 + i; in TEST_F() local
962 for (int j = 0; j < num_lost; j++) { in TEST_F()