Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_unittest.cc95 receive_statistics_->GetStatistician(kSsrc1); in TEST_F()
104 statistician = receive_statistics_->GetStatistician(kSsrc2); in TEST_F()
121 counters = receive_statistics_->GetStatistician(kSsrc1) in TEST_F()
128 counters = receive_statistics_->GetStatistician(kSsrc2) in TEST_F()
200 receive_statistics_->GetStatistician(kSsrc1); in TEST_F()
213 EXPECT_TRUE(receive_statistics_->GetStatistician(kSsrc1) != nullptr); in TEST_F()
223 receive_statistics_->GetStatistician(kSsrc1); in TEST_F()
255 receive_statistics_->GetStatistician(kSsrc1); in TEST_F()
278 receive_statistics_->GetStatistician(kSsrc1); in TEST_F()
303 receive_statistics_->GetStatistician(kSsrc1); in TEST_F()
[all …]
Dreceive_statistics_impl.h116 StreamStatisticianImpl* GetStatistician(uint32_t ssrc) const override;
Dreceive_statistics_impl.cc321 StreamStatisticianImpl* ReceiveStatisticsImpl::GetStatistician( in GetStatistician() function in webrtc::ReceiveStatisticsImpl
/external/webrtc/modules/rtp_rtcp/include/
Dreceive_statistics.h63 virtual StreamStatistician* GetStatistician(uint32_t ssrc) const = 0;
/external/webrtc/video/
Dvideo_receive_stream.cc446 rtp_receive_statistics_->GetStatistician(stats.ssrc); in GetStats()
453 rtp_receive_statistics_->GetStatistician(config_.rtp.rtx_ssrc); in GetStats()
464 rtp_receive_statistics_->GetStatistician(config_.rtp.remote_ssrc); in UpdateHistograms()
471 rtp_receive_statistics_->GetStatistician(config_.rtp.rtx_ssrc); in UpdateHistograms()
Dvideo_receive_stream2.cc423 rtp_receive_statistics_->GetStatistician(stats.ssrc); in GetStats()
430 rtp_receive_statistics_->GetStatistician(config_.rtp.rtx_ssrc); in GetStats()
442 rtp_receive_statistics_->GetStatistician(config_.rtp.remote_ssrc); in UpdateHistograms()
449 rtp_receive_statistics_->GetStatistician(config_.rtp.rtx_ssrc); in UpdateHistograms()
/external/webrtc/audio/
Dchannel_receive.cc732 rtp_receive_statistics_->GetStatistician(remote_ssrc_); in GetRTCPStatistics()