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...] |