Searched refs:DataCountersRTP (Results 1 – 7 of 7) sorted by relevance
265 if (_rtp->DataCountersRTP(&bytesSent, &packetsSent, &bytesReceived, &packetsReceived) == 0) in ReceiveBitrateKbps()
470 virtual int32_t DataCountersRTP(
175 MOCK_CONST_METHOD2(DataCountersRTP,
182 virtual int32_t DataCountersRTP(uint32_t* bytes_sent,
820 int32_t ModuleRtpRtcpImpl::DataCountersRTP( in DataCountersRTP() function in webrtc::ModuleRtpRtcpImpl
1117 if (rtp_rtcp_->DataCountersRTP(bytes_sent, packets_sent) != 0) { in GetRtpStatistics()1127 rtp_rtcp->DataCountersRTP(&bytes_sent_temp, &packets_sent_temp); in GetRtpStatistics()1136 rtp_rtcp->DataCountersRTP(&bytes_sent_temp, &packets_sent_temp); in GetRtpStatistics()
3446 if (_rtpRtcpModule->DataCountersRTP(&bytesSent, in GetRTPStatistics()