Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_channel.cc162 configuration.receive_statistics = vie_receiver_.GetReceiveStatistics(); in ViEChannel()
174 vie_receiver_.GetReceiveStatistics()) != 0) { in Init()
226 module_process_thread_.DeRegisterModule(vie_receiver_.GetReceiveStatistics()); in ~ViEChannel()
1083 vie_receiver_.GetReceiveStatistics()->GetStatistician(remote_ssrc); in GetReceivedRtcpStatistics()
1103 vie_receiver_.GetReceiveStatistics()->RegisterRtcpStatisticsCallback( in RegisterReceiveChannelRtcpStatisticsCallback()
1111 StreamStatistician* statistician = vie_receiver_.GetReceiveStatistics()-> in GetRtpStatistics()
1158 vie_receiver_.GetReceiveStatistics()->RegisterRtpStatisticsCallback(callback); in RegisterReceiveChannelRtpStatisticsCallback()
1743 vie_receiver_.GetReceiveStatistics()->GetStatistician(ssrc); in ResetStatistics()
Dvie_receiver.h87 ReceiveStatistics* GetReceiveStatistics() const;
Dvie_receiver.cc394 ReceiveStatistics* ViEReceiver::GetReceiveStatistics() const { in GetReceiveStatistics() function in webrtc::ViEReceiver