Home
last modified time | relevance | path

Searched refs:GetStatistician (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_unittest.cc56 receive_statistics_->GetStatistician(kSsrc1); in TEST_F()
66 receive_statistics_->GetStatistician(kSsrc2); in TEST_F()
89 receive_statistics_->GetStatistician(kSsrc1)->GetDataCounters( in TEST_F()
93 receive_statistics_->GetStatistician(kSsrc2)->GetDataCounters( in TEST_F()
126 receive_statistics_->GetStatistician(kSsrc1); in TEST_F()
138 receive_statistics_->GetStatistician(kSsrc1); in TEST_F()
198 receive_statistics_->GetStatistician(kSsrc1) in TEST_F()
234 receive_statistics_->GetStatistician(kSsrc1) in TEST_F()
Dreceive_statistics_impl.h111 StreamStatistician* GetStatistician(uint32_t ssrc) const override;
Dreceive_statistics_impl.cc439 StreamStatistician* ReceiveStatisticsImpl::GetStatistician( in GetStatistician() function in webrtc::ReceiveStatisticsImpl
523 StreamStatistician* NullReceiveStatistics::GetStatistician( in GetStatistician() function in webrtc::NullReceiveStatistics
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Dreceive_statistics.h69 virtual StreamStatistician* GetStatistician(uint32_t ssrc) const = 0;
91 StreamStatistician* GetStatistician(uint32_t ssrc) const override;
/external/webrtc/webrtc/video/
Dvie_receiver.cc462 rtp_receive_statistics_->GetStatistician(header.ssrc); in IsPacketInOrder()
474 rtp_receive_statistics_->GetStatistician(header.ssrc); in IsPacketRetransmitted()
Dvie_channel.cc830 GetStatistician(vie_receiver_.GetRemoteSsrc()); in GetReceiveStreamDataCounters()
837 vie_receiver_.GetReceiveStatistics()->GetStatistician(rtx_ssrc); in GetReceiveStreamDataCounters()
Dvideo_send_stream_tests.cc270 StreamStatistician* GetStatistician(uint32_t ssrc) const override { in GetStatistician() function in webrtc::FakeReceiveStatistics
/external/webrtc/webrtc/voice_engine/
Dchannel.cc1780 rtp_receive_statistics_->GetStatistician(header.ssrc); in IsPacketInOrder()
1792 rtp_receive_statistics_->GetStatistician(header.ssrc); in IsPacketRetransmitted()
3143 rtp_receive_statistics_->GetStatistician(rtp_receiver_->SSRC()); in GetRTPStatistics()
3209 rtp_receive_statistics_->GetStatistician(rtp_receiver_->SSRC()); in GetRTPStatistics()