Home
last modified time | relevance | path

Searched refs:ChannelStatistics (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel.cc150 struct ChannelStatistics : public RtcpStatistics { struct
151 ChannelStatistics() : rtcp(), max_jitter(0) {} in ChannelStatistics() function
179 ChannelStatistics GetStats() { in GetStats()
190 ChannelStatistics stats_;
3152 ChannelStatistics stats = statistics_proxy_->GetStats(); in GetRTPStatistics()