Home | History | Annotate | Download | only in video_engine

Lines Matching refs:remote_stats

1009   std::vector<RTCPReportBlock> remote_stats;
1010 if (rtp_rtcp_->RemoteRTCPStat(&remote_stats) != 0 || remote_stats.empty()) {
1014 remote_stats.begin();
1015 for (; statistics != remote_stats.end(); ++statistics) {
1020 if (statistics == remote_stats.end()) {
1024 statistics = remote_stats.begin();