Searched refs:statistics_ (Results 1 – 4 of 4) sorted by relevance
81 &statistics_, in ExpandTest()107 FakeStatisticsCalculator statistics_; member in webrtc::ExpandTest122 EXPECT_EQ(0, statistics_.last_outage_duration_ms()); in TEST_F()128 statistics_.last_outage_duration_ms()); in TEST_F()142 EXPECT_EQ(0, statistics_.last_outage_duration_ms()); in TEST_F()145 EXPECT_EQ(0, statistics_.last_outage_duration_ms()); in TEST_F()163 EXPECT_EQ(0, statistics_.last_outage_duration_ms()); in TEST_F()169 statistics_.last_outage_duration_ms()); in TEST_F()
133 StatisticsCalculator* const statistics_; variable
42 statistics_(statistics), in Expand()319 statistics_->LogDelayedPacketOutageEvent( in SetParametersForNormalAfterExpand()
98 statistics_ = stats; in BitrateUpdated()102 BitrateStatistics statistics() const { return statistics_; } in statistics()105 BitrateStatistics statistics_; member in webrtc::BitrateAggregator::BitrateObserver