Searched refs:receive_statistics_ (Results 1 – 10 of 10) sorted by relevance
71 : clock_(0), receive_statistics_(ReceiveStatistics::Create(&clock_)) { in ReceiveStatisticsTest()78 std::unique_ptr<ReceiveStatistics> receive_statistics_; member in webrtc::__anona6f403730111::ReceiveStatisticsTest84 receive_statistics_->OnRtpPacket(packet1_); in TEST_F()86 receive_statistics_->OnRtpPacket(packet2_); in TEST_F()89 receive_statistics_->OnRtpPacket(packet1_); in TEST_F()91 receive_statistics_->OnRtpPacket(packet2_); in TEST_F()95 receive_statistics_->GetStatistician(kSsrc1); in TEST_F()104 statistician = receive_statistics_->GetStatistician(kSsrc2); in TEST_F()113 EXPECT_EQ(2u, receive_statistics_->RtcpReportBlocks(3).size()); in TEST_F()116 receive_statistics_->OnRtpPacket(packet1_); in TEST_F()[all …]
133 receive_statistics_ = ReceiveStatistics::Create(&fake_clock); in SetUp()134 configuration.receive_statistics = receive_statistics_.get(); in SetUp()228 std::unique_ptr<ReceiveStatistics> receive_statistics_; member in webrtc::RtpRtcpRtxNackTest
77 receive_statistics_(ReceiveStatistics::Create(&clock_)), in RtcpSenderTest()95 configuration.receive_statistics = receive_statistics_.get(); in GetDefaultConfig()106 receive_statistics_->OnRtpPacket(packet); in InsertIncomingPacket()117 std::unique_ptr<ReceiveStatistics> receive_statistics_; member in webrtc::RtcpSenderTest196 config.receive_statistics = receive_statistics_.get(); in TEST_F()218 config.receive_statistics = receive_statistics_.get(); in TEST_F()527 config.receive_statistics = receive_statistics_.get(); in TEST_F()655 config.receive_statistics = receive_statistics_.get(); in TEST_F()
102 receive_statistics_(ReceiveStatistics::Create(clock)), in RtpRtcpModule()111 std::unique_ptr<ReceiveStatistics> receive_statistics_; member in webrtc::__anonc3f987650111::RtpRtcpModule150 config.receive_statistics = receive_statistics_.get(); in CreateModuleImpl()279 receiver_.receive_statistics_->OnRtpPacket(packet); in TEST_F()
106 receive_statistics_( in RtpRtcpModule()116 std::unique_ptr<ReceiveStatistics> receive_statistics_; member in webrtc::__anon350570d70111::RtpRtcpModule155 config.receive_statistics = receive_statistics_.get(); in CreateModuleImpl()290 receiver_.receive_statistics_->OnRtpPacket(packet); in TEST_F()
169 receive_statistics_(config.receive_statistics), in RTCPSender()867 if (!receive_statistics_) in CreateReportBlocks()873 result = receive_statistics_->RtcpReportBlocks(RTCP_MAX_REPORT_BLOCKS); in CreateReportBlocks()
237 ReceiveStatisticsProvider* receive_statistics_
44 receive_statistics_ = ReceiveStatistics::Create(clock); in AudioChannel()49 rtp_config.receive_statistics = receive_statistics_.get(); in AudioChannel()63 receive_statistics_.get(), in AudioChannel()
89 std::unique_ptr<ReceiveStatistics> receive_statistics_; variable
40 receive_statistics_ = ReceiveStatistics::Create(&fake_clock_); in AudioIngressTest()45 rtp_config.receive_statistics = receive_statistics_.get(); in AudioIngressTest()62 receive_statistics_.get(), in SetUp()97 std::unique_ptr<ReceiveStatistics> receive_statistics_; member in webrtc::__anonc756ecca0111::AudioIngressTest