Searched refs:SendStatisticsProxy (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/video/
H A Dsend_statistics_proxy.cc66 const int SendStatisticsProxy::kStatsTimeoutMs = 5000;
68 SendStatisticsProxy::SendStatisticsProxy( function in class:webrtc::SendStatisticsProxy
81 SendStatisticsProxy::~SendStatisticsProxy() {}
83 SendStatisticsProxy::UmaSamplesContainer::UmaSamplesContainer(
91 SendStatisticsProxy::UmaSamplesContainer::~UmaSamplesContainer() {
95 void SendStatisticsProxy::UmaSamplesContainer::UpdateHistograms() {
161 void SendStatisticsProxy::SetContentType(
170 void SendStatisticsProxy
[all...]
H A Dvideo_capture_input.h40 class SendStatisticsProxy;
56 SendStatisticsProxy* send_stats_proxy,
73 SendStatisticsProxy* const stats_proxy_;
H A Dsend_statistics_proxy.h32 class SendStatisticsProxy : public CpuOveruseMetricsObserver, class in namespace:webrtc
43 SendStatisticsProxy(Clock* clock,
46 virtual ~SendStatisticsProxy();
H A Dvie_encoder.h40 class SendStatisticsProxy;
55 SendStatisticsProxy* stats_proxy,
164 SendStatisticsProxy* const stats_proxy_;
H A Dvideo_send_stream.h79 SendStatisticsProxy stats_proxy_;
H A Dvideo_capture_input.cc35 SendStatisticsProxy* stats_proxy,
H A Dsend_statistics_proxy_unittest.cc11 // This file includes unit tests for SendStatisticsProxy.
32 statistics_proxy_.reset(new SendStatisticsProxy(
89 rtc::scoped_ptr<SendStatisticsProxy> statistics_proxy_;
368 fake_clock_.AdvanceTimeMilliseconds(SendStatisticsProxy::kStatsTimeoutMs - 1);
H A Dvideo_capture_input_unittest.cc110 SendStatisticsProxy stats_proxy_;
H A Dvie_encoder.cc109 SendStatisticsProxy* stats_proxy,
/external/webrtc/webrtc/call/
H A Dcongestion_controller.h33 class SendStatisticsProxy;

Completed in 981 milliseconds