Searched refs:statistics_proxy_ (Results 1 – 3 of 3) sorted by relevance
32 statistics_proxy_.reset(new SendStatisticsProxy( in SetUp()89 rtc::scoped_ptr<SendStatisticsProxy> statistics_proxy_; member in webrtc::SendStatisticsProxyTest100 RtcpStatisticsCallback* callback = statistics_proxy_.get(); in TEST_F()129 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F()137 statistics_proxy_->OnOutgoingRate(encode_fps, media_bitrate_bps); in TEST_F()139 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F()146 EXPECT_FALSE(statistics_proxy_->GetStats().suspended); in TEST_F()149 statistics_proxy_->OnSuspendChange(true); in TEST_F()150 EXPECT_TRUE(statistics_proxy_->GetStats().suspended); in TEST_F()153 statistics_proxy_->OnSuspendChange(false); in TEST_F()[all …]
509 rtc::scoped_ptr<StatisticsProxy> statistics_proxy_; variable
928 statistics_proxy_.reset(new StatisticsProxy(_rtpRtcpModule->SSRC())); in Channel()930 statistics_proxy_.get()); in Channel()3152 ChannelStatistics stats = statistics_proxy_->GetStats(); in GetRTPStatistics()