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

  /external/chromium_org/components/invalidation/
registration_manager.cc 146 double max_jitter) {
147 // scaled_jitter lies in [-max_jitter, max_jitter].
148 double scaled_jitter = jitter * max_jitter;
registration_manager.h 95 double max_jitter);
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc 44 // Extend the default RTCP statistics struct with max_jitter, defined as the
47 ChannelStatistics() : rtcp(), max_jitter(0) {}
50 uint32_t max_jitter; member in struct:webrtc::voe::ChannelStatistics
68 if (statistics.jitter > stats_.max_jitter) {
69 stats_.max_jitter = statistics.jitter;
    [all...]

Completed in 105 milliseconds