Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dstatscollector.cc293 report->set_timestamp(info.remote_stats[0].timestamp); in ExtractRemoteStats()
299 report->set_timestamp(info.remote_stats[0].timestamp); in ExtractRemoteStats()
321 if (!d.remote_stats.empty()) { in ExtractStatsFromList()
Dstatscollector_unittest.cc1153 video_sender_info.remote_stats.push_back(remote_ssrc_stats); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc3043 std::vector<RTCPReportBlock> remote_stats; in GetRemoteRTCPData() local
3044 if (_rtpRtcpModule->RemoteRTCPStat(&remote_stats) != 0 || in GetRemoteRTCPData()
3045 remote_stats.empty()) { in GetRemoteRTCPData()
3054 std::vector<RTCPReportBlock>::const_iterator it = remote_stats.begin(); in GetRemoteRTCPData()
3055 for (; it != remote_stats.end(); ++it) { in GetRemoteRTCPData()
3060 if (it == remote_stats.end()) { in GetRemoteRTCPData()
3064 it = remote_stats.begin(); in GetRemoteRTCPData()
/external/webrtc/talk/media/base/
Dmediachannel.h632 std::vector<SsrcReceiverInfo> remote_stats; member
691 std::vector<SsrcSenderInfo> remote_stats; member