Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h426 virtual int32_t DataCountersRTP(
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h171 MOCK_CONST_METHOD2(DataCountersRTP,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h169 int32_t DataCountersRTP(size_t* bytes_sent,
Drtp_rtcp_impl.cc579 int32_t ModuleRtpRtcpImpl::DataCountersRTP( in DataCountersRTP() function in webrtc::ModuleRtpRtcpImpl
/external/webrtc/webrtc/voice_engine/
Dchannel.cc3238 if (_rtpRtcpModule->DataCountersRTP(&bytesSent, in GetRTPStatistics()