Home | History | Annotate | Download | only in voice_engine

Lines Matching full:stats_

171     stats_.rtcp = statistics;
172 if (statistics.jitter > stats_.max_jitter) {
173 stats_.max_jitter = statistics.jitter;
181 return stats_;
190 ChannelStatistics stats_;