Searched defs:Lost (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_external_decoder_unittest.cc82 virtual bool Lost() { return false; } function in class:webrtc::NetEqExternalDecoderUnitTest
99 } while (Lost()); // If lost, immediately read the next packet.
116 } while (Lost()); // If lost, immediately read the next packet.
H A Dneteq_network_stats_unittest.cc122 bool Lost(uint32_t send_time) { function in class:webrtc::test::NetEqNetworkStatsTest
193 if (!Lost(next_send_time)) {
259 RunTest(10, expects); // Lost 10 * 20ms in a row.
H A Dneteq_stereo_unittest.cc180 virtual bool Lost() { return false; } function in class:webrtc::NetEqStereoTest
190 } while (Lost()); // If lost, immediately read the next packet.
212 } while (Lost()); // If lost, immediately read the next packet.
361 virtual bool Lost() { function in class:webrtc::NetEqStereoTestLosses
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_quality_test.cc260 bool NoLoss::Lost() { function in class:webrtc::test::NoLoss
268 bool UniformLoss::Lost() { function in class:webrtc::test::UniformLoss
280 bool GilbertElliotLoss::Lost() { function in class:webrtc::test::GilbertElliotLoss
287 return lost_last_ = uniform_loss_model_->Lost();
290 return lost_last_ = uniform_loss_model_->Lost();
360 if (loss_model_->Lost()) {

Completed in 299 milliseconds