Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvie_channel.cc125 vie_receiver_.GetReceiveStatistics(), in ViEChannel()
146 module_process_thread_->RegisterModule(vie_receiver_.GetReceiveStatistics()); in Init()
180 vie_receiver_.GetReceiveStatistics()); in ~ViEChannel()
802 vie_receiver_.GetReceiveStatistics()->RegisterRtcpStatisticsCallback( in RegisterReceiveChannelRtcpStatisticsCallback()
829 StreamStatistician* statistician = vie_receiver_.GetReceiveStatistics()-> in GetReceiveStreamDataCounters()
837 vie_receiver_.GetReceiveStatistics()->GetStatistician(rtx_ssrc); in GetReceiveStreamDataCounters()
852 vie_receiver_.GetReceiveStatistics()->RegisterRtpStatisticsCallback(callback); in RegisterReceiveChannelRtpStatisticsCallback()
Dvie_receiver.h87 ReceiveStatistics* GetReceiveStatistics() const;
Dvie_receiver.cc456 ReceiveStatistics* ViEReceiver::GetReceiveStatistics() const { in GetReceiveStatistics() function in webrtc::ViEReceiver