HomeSort by relevance Sort by last modified time
    Searched refs:statistics_proxy_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/video/
send_statistics_proxy_unittest.cc 32 statistics_proxy_.reset(new SendStatisticsProxy(
89 rtc::scoped_ptr<SendStatisticsProxy> statistics_proxy_; member in class:webrtc::SendStatisticsProxyTest
100 RtcpStatisticsCallback* callback = statistics_proxy_.get();
129 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
137 statistics_proxy_->OnOutgoingRate(encode_fps, media_bitrate_bps);
139 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
146 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
149 statistics_proxy_->OnSuspendChange(true);
150 EXPECT_TRUE(statistics_proxy_->GetStats().suspended);
153 statistics_proxy_->OnSuspendChange(false)
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.h 509 rtc::scoped_ptr<StatisticsProxy> statistics_proxy_; member in class:webrtc::voe::Channel
channel.cc     [all...]

Completed in 706 milliseconds