Home
last modified time | relevance | path

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

/external/webrtc/video/
Dsend_statistics_proxy.cc130 const int SendStatisticsProxy::kStatsTimeoutMs = 5000;
132 SendStatisticsProxy::SendStatisticsProxy( in SendStatisticsProxy() function in webrtc::SendStatisticsProxy
156 SendStatisticsProxy::~SendStatisticsProxy() { in ~SendStatisticsProxy()
168 SendStatisticsProxy::FallbackEncoderInfo::FallbackEncoderInfo() = default;
170 SendStatisticsProxy::UmaSamplesContainer::UmaSamplesContainer( in UmaSamplesContainer()
196 SendStatisticsProxy::UmaSamplesContainer::~UmaSamplesContainer() {} in ~UmaSamplesContainer()
198 void SendStatisticsProxy::UmaSamplesContainer::InitializeBitrateCounters( in InitializeBitrateCounters()
224 void SendStatisticsProxy::UmaSamplesContainer::RemoveOld(int64_t now_ms) { in RemoveOld()
253 bool SendStatisticsProxy::UmaSamplesContainer::InsertEncodedFrame( in InsertEncodedFrame()
293 void SendStatisticsProxy::UmaSamplesContainer::UpdateHistograms( in UpdateHistograms()
[all …]
Dsend_statistics_proxy_unittest.cc75 statistics_proxy_.reset(new SendStatisticsProxy( in SetUp()
173 std::unique_ptr<SendStatisticsProxy> statistics_proxy_;
1489 for (int i = 0; i < SendStatisticsProxy::kMinRequiredMetricsSamples; ++i) in TEST_F()
1505 for (int i = 0; i < SendStatisticsProxy::kMinRequiredMetricsSamples; ++i) in TEST_F()
1522 SendStatisticsProxy::kMinRequiredMetricsSamples + kNumFramesPerWindow; in TEST_F()
1644 for (int i = 0; i < SendStatisticsProxy::kMinRequiredMetricsSamples; ++i) in TEST_F()
1658 for (int i = 0; i < SendStatisticsProxy::kMinRequiredMetricsSamples; ++i) in TEST_F()
1665 for (int i = 0; i < SendStatisticsProxy::kMinRequiredMetricsSamples; ++i) in TEST_F()
1812 for (int i = 0; i < SendStatisticsProxy::kMinRequiredMetricsSamples; ++i) { in TEST_F()
1832 statistics_proxy_.reset(new SendStatisticsProxy( in TEST_F()
[all …]
Dvideo_send_stream_impl.h75 SendStatisticsProxy* stats_proxy,
153 SendStatisticsProxy* const stats_proxy_;
Dsend_statistics_proxy.h39 class SendStatisticsProxy : public VideoStreamEncoderObserver,
53 SendStatisticsProxy(Clock* clock,
56 ~SendStatisticsProxy() override;
Dvideo_send_stream.h104 SendStatisticsProxy stats_proxy_;
Dvideo_send_stream_impl.cc137 SendStatisticsProxy* stats_proxy, in CreateObservers()
189 SendStatisticsProxy* stats_proxy, in VideoSendStreamImpl()
Dvideo_stream_encoder_unittest.cc312 VideoStreamEncoderUnderTest(SendStatisticsProxy* stats_proxy, in VideoStreamEncoderUnderTest()
572 class MockableSendStatisticsProxy : public SendStatisticsProxy {
577 : SendStatisticsProxy(clock, config, content_type) {} in MockableSendStatisticsProxy()
583 return SendStatisticsProxy::GetStats(); in GetStats()
590 return SendStatisticsProxy::GetInputFrameRate(); in GetInputFrameRate()
3716 for (int i = 1; i <= SendStatisticsProxy::kMinRequiredMetricsSamples; ++i) { in TEST_F()
3722 for (int i = 1; i <= SendStatisticsProxy::kMinRequiredMetricsSamples; ++i) { in TEST_F()
3724 SendStatisticsProxy::kMinRequiredMetricsSamples + i, kWidth, kHeight)); in TEST_F()
3725 WaitForEncodedFrame(SendStatisticsProxy::kMinRequiredMetricsSamples + i); in TEST_F()
3750 for (int i = 1; i <= SendStatisticsProxy::kMinRequiredMetricsSamples; ++i) { in TEST_F()
Dvideo_send_stream_impl_unittest.cc175 SendStatisticsProxy stats_proxy_;
/external/webrtc/call/
Drtp_transport_controller_send_interface.h54 class SendStatisticsProxy; variable
Drtp_video_sender_unittest.cc201 SendStatisticsProxy stats_proxy_;