Home
last modified time | relevance | path

Searched refs:GetSendRtcpStatistics (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_channel.h148 int32_t GetSendRtcpStatistics(uint16_t* fraction_lost,
Dvideo_send_stream.cc532 if (vie_channel_->GetSendRtcpStatistics(&frac_lost, &cumulative_lost, in GetRtt()
Dvie_channel.cc747 int32_t ViEChannel::GetSendRtcpStatistics(uint16_t* fraction_lost, in GetSendRtcpStatistics() function in webrtc::ViEChannel