Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dsend_statistics_proxy.cc66 const int SendStatisticsProxy::kStatsTimeoutMs = 5000;
68 SendStatisticsProxy::SendStatisticsProxy( in SendStatisticsProxy() function in webrtc::SendStatisticsProxy
81 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 …]
Dvideo_capture_input.h40 class SendStatisticsProxy; variable
56 SendStatisticsProxy* send_stats_proxy,
73 SendStatisticsProxy* const stats_proxy_;
Dsend_statistics_proxy.h32 class SendStatisticsProxy : public CpuOveruseMetricsObserver,
43 SendStatisticsProxy(Clock* clock,
46 virtual ~SendStatisticsProxy();
Dvie_encoder.h40 class SendStatisticsProxy; variable
55 SendStatisticsProxy* stats_proxy,
164 SendStatisticsProxy* const stats_proxy_;
Dvideo_send_stream.h79 SendStatisticsProxy stats_proxy_;
Dvideo_capture_input.cc35 SendStatisticsProxy* stats_proxy, in VideoCaptureInput()
Dsend_statistics_proxy_unittest.cc32 statistics_proxy_.reset(new SendStatisticsProxy( in SetUp()
89 rtc::scoped_ptr<SendStatisticsProxy> statistics_proxy_;
368 fake_clock_.AdvanceTimeMilliseconds(SendStatisticsProxy::kStatsTimeoutMs - 1); in TEST_F()
Dvideo_capture_input_unittest.cc110 SendStatisticsProxy stats_proxy_;
Dvie_encoder.cc109 SendStatisticsProxy* stats_proxy, in ViEEncoder()
/external/webrtc/webrtc/call/
Dcongestion_controller.h33 class SendStatisticsProxy; variable