HomeSort by relevance Sort by last modified time
    Searched refs:Lost (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.h 32 virtual bool Lost() = 0;
37 bool Lost() override;
43 bool Lost() override;
53 bool Lost() override;
56 // Prob. of losing current packet, when previous packet is lost.
58 // Prob. of losing current packet, when previous packet is not lost.
83 // lost or not.
neteq_quality_test.cc 169 // lost only if all |units| drawings within the duration of the packet result in
260 bool NoLoss::Lost() {
268 bool UniformLoss::Lost() {
280 bool GilbertElliotLoss::Lost() {
283 // packet state (lost or received).
287 return lost_last_ = uniform_loss_model_->Lost();
290 return lost_last_ = uniform_loss_model_->Lost();
358 bool lost = false; local
360 if (loss_model_->Lost()) {
361 // The packet will be lost if any of the drawings indicates a loss, bu
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_stereo_unittest.cc 180 virtual bool Lost() { return false; }
190 } while (Lost()); // If lost, immediately read the next packet.
212 } while (Lost()); // If lost, immediately read the next packet.
361 virtual bool Lost() {
neteq_external_decoder_unittest.cc 82 virtual bool Lost() { return false; }
99 } while (Lost()); // If lost, immediately read the next packet.
116 } while (Lost()); // If lost, immediately read the next packet.
neteq_network_stats_unittest.cc 122 bool Lost(uint32_t send_time) {
193 if (!Lost(next_send_time)) {
231 // If FEC fills in the lost packets, no packet loss will be counted.
259 RunTest(10, expects); // Lost 10 * 20ms in a row.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 40 RemoteAdtTestRunner_RunIOException_s=Lost connection with device: %s
  /external/ppp/pppd/plugins/radius/etc/
dictionary 196 VALUE Acct-Terminate-Cause Lost-Carrier 2
197 VALUE Acct-Terminate-Cause Lost-Service 3
  /external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js 52 // Send Packets Lost
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
libhttplib2.tex 81 \item[Lost update support]
82 Automatically adds back ETags into PUT requests to resources we have already cached. This implements Section 3.2 of Detecting the Lost Update Problem Using Unreserved Checkout

Completed in 746 milliseconds