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

  /external/autotest/server/cros/network/
arping_runner.py 118 self.average_latency = 0.0
120 self.average_latency = sum(latencies) / len(latencies)
138 self.average_latency > max_average_latency):
152 return ('%s(loss=%r, average_latency=%r, latencies=%r, responders=%r)' %
153 (self.__class__.__name__, self.loss, self.average_latency,
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 336 int average_latency() const { function in class:webrtc::LatencyMeasuringAudioStream
351 min_latency(), max_latency(), average_latency());
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 326 int average_latency() const { function in class:webrtc::LatencyMeasuringAudioStream
342 max_latency(), average_latency());
    [all...]

Completed in 77 milliseconds