Searched refs:SendStatisticsProxy (Results 1 – 10 of 10) sorted by relevance
66 const int SendStatisticsProxy::kStatsTimeoutMs = 5000;68 SendStatisticsProxy::SendStatisticsProxy( in SendStatisticsProxy() function in webrtc::SendStatisticsProxy81 SendStatisticsProxy::~SendStatisticsProxy() {} in ~SendStatisticsProxy()83 SendStatisticsProxy::UmaSamplesContainer::UmaSamplesContainer( in UmaSamplesContainer()91 SendStatisticsProxy::UmaSamplesContainer::~UmaSamplesContainer() { in ~UmaSamplesContainer()95 void SendStatisticsProxy::UmaSamplesContainer::UpdateHistograms() { in UpdateHistograms()161 void SendStatisticsProxy::SetContentType( in SetContentType()170 void SendStatisticsProxy::OnEncoderImplementationName( in OnEncoderImplementationName()176 void SendStatisticsProxy::OnOutgoingRate(uint32_t framerate, uint32_t bitrate) { in OnOutgoingRate()182 void SendStatisticsProxy::CpuOveruseMetricsUpdated( in CpuOveruseMetricsUpdated()[all …]
40 class SendStatisticsProxy; variable56 SendStatisticsProxy* send_stats_proxy,73 SendStatisticsProxy* const stats_proxy_;
32 class SendStatisticsProxy : public CpuOveruseMetricsObserver,43 SendStatisticsProxy(Clock* clock,46 virtual ~SendStatisticsProxy();
40 class SendStatisticsProxy; variable55 SendStatisticsProxy* stats_proxy,164 SendStatisticsProxy* const stats_proxy_;
79 SendStatisticsProxy stats_proxy_;
35 SendStatisticsProxy* stats_proxy, in VideoCaptureInput()
32 statistics_proxy_.reset(new SendStatisticsProxy( in SetUp()89 rtc::scoped_ptr<SendStatisticsProxy> statistics_proxy_;368 fake_clock_.AdvanceTimeMilliseconds(SendStatisticsProxy::kStatsTimeoutMs - 1); in TEST_F()
110 SendStatisticsProxy stats_proxy_;
109 SendStatisticsProxy* stats_proxy, in ViEEncoder()
33 class SendStatisticsProxy; variable