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

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_quality_test.cc157 bool NoLoss::Lost() { function in class:webrtc::test::NoLoss
165 bool UniformLoss::Lost() { function in class:webrtc::test::UniformLoss
177 bool GilbertElliotLoss::Lost() { function in class:webrtc::test::GilbertElliotLoss
184 return lost_last_ = uniform_loss_model_->Lost();
187 return lost_last_ = uniform_loss_model_->Lost();
259 if (loss_model_->Lost()) {
283 fprintf(log_file_, " Lost.\n");
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_external_decoder_unittest.cc117 virtual bool Lost() { return false; } function in class:webrtc::NetEqExternalDecoderTest
172 } while (Lost()); // If lost, immediately read the next packet.
187 } while (Lost()); // If lost, immediately read the next packet.
H A Dneteq_stereo_unittest.cc181 virtual bool Lost() { return false; } function in class:webrtc::NetEqStereoTest
191 } while (Lost()); // If lost, immediately read the next packet.
211 } while (Lost()); // If lost, immediately read the next packet.
355 virtual bool Lost() { function in class:webrtc::NetEqStereoTestLosses

Completed in 190 milliseconds