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