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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
util.py 137 max_jitter = wait_time / 4.0
138 wait_time += random.uniform(-max_jitter, max_jitter)
  /external/webrtc/webrtc/voice_engine/
channel.cc 148 // Extend the default RTCP statistics struct with max_jitter, defined as the
151 ChannelStatistics() : rtcp(), max_jitter(0) {}
154 uint32_t max_jitter; member in struct:webrtc::voe::ChannelStatistics
172 if (statistics.jitter > stats_.max_jitter) {
173 stats_.max_jitter = statistics.jitter;
    [all...]

Completed in 1248 milliseconds