Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
DTestSenderReceiver.cc265 if (_rtp->DataCountersRTP(&bytesSent, &packetsSent, &bytesReceived, &packetsReceived) == 0) in ReceiveBitrateKbps()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h470 virtual int32_t DataCountersRTP(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h175 MOCK_CONST_METHOD2(DataCountersRTP,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h182 virtual int32_t DataCountersRTP(uint32_t* bytes_sent,
Drtp_rtcp_impl.cc820 int32_t ModuleRtpRtcpImpl::DataCountersRTP( in DataCountersRTP() function in webrtc::ModuleRtpRtcpImpl
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_channel.cc1117 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()
/external/chromium_org/third_party/webrtc/voice_engine/
Dchannel.cc3446 if (_rtpRtcpModule->DataCountersRTP(&bytesSent, in GetRTPStatistics()