/external/webrtc/video/ |
D | video_stream_encoder_unittest.cc | 643 stats_proxy_(new MockableSendStatisticsProxy( in VideoStreamEncoderTest() 678 stats_proxy_.get(), video_send_config_.encoder_settings, in ConfigureEncoder() 1317 std::unique_ptr<MockableSendStatisticsProxy> stats_proxy_; member in webrtc::VideoStreamEncoderTest 1501 EXPECT_EQ(2u, stats_proxy_->GetStats().frames_dropped_by_congestion_window); in TEST_F() 1896 EXPECT_FALSE(stats_proxy_->GetStats().cpu_limited_resolution); in TEST_F() 1897 EXPECT_FALSE(stats_proxy_->GetStats().cpu_limited_framerate); in TEST_F() 1898 EXPECT_EQ(0, stats_proxy_->GetStats().number_of_cpu_adapt_changes); in TEST_F() 1911 VideoSendStream::Stats mock_stats = stats_proxy_->GetStats(); in TEST_F() 1913 stats_proxy_->SetMockStats(mock_stats); in TEST_F() 1930 stats_proxy_->ResetMockStats(); in TEST_F() [all …]
|
D | video_receive_stream2.cc | 200 stats_proxy_(&config_, clock_, worker_thread_), in VideoReceiveStream2() 211 &stats_proxy_, in VideoReceiveStream2() 212 &stats_proxy_, in VideoReceiveStream2() 251 new video_coding::FrameBuffer(clock_, timing_.get(), &stats_proxy_)); in VideoReceiveStream2() 362 new VideoStreamDecoder(&video_receiver_, &stats_proxy_, renderer)); in Start() 370 stats_proxy_.DecoderThreadStarting(); in Start() 384 stats_proxy_.OnUniqueFramesCounted( in Stop() 402 stats_proxy_.DecoderThreadStopped(); in Stop() 420 VideoReceiveStream2::Stats stats = stats_proxy_.GetStats(); in GetStats() 453 stats_proxy_.UpdateHistograms(fraction_lost, rtp_stats, &rtx_stats); in UpdateHistograms() [all …]
|
D | video_receive_stream.cc | 203 stats_proxy_(&config_, clock_), in VideoReceiveStream() 213 &stats_proxy_, in VideoReceiveStream() 214 &stats_proxy_, in VideoReceiveStream() 254 new video_coding::FrameBuffer(clock_, timing_.get(), &stats_proxy_)); in VideoReceiveStream() 386 new VideoStreamDecoder(&video_receiver_, &stats_proxy_, renderer)); in Start() 394 stats_proxy_.DecoderThreadStarting(); in Start() 408 stats_proxy_.OnUniqueFramesCounted( in Stop() 426 stats_proxy_.DecoderThreadStopped(); in Stop() 443 VideoReceiveStream::Stats stats = stats_proxy_.GetStats(); in GetStats() 475 stats_proxy_.UpdateHistograms(fraction_lost, rtp_stats, &rtx_stats); in UpdateHistograms() [all …]
|
D | video_send_stream.cc | 85 stats_proxy_(clock, config, encoder_config.content_type), in VideoSendStream() 93 &stats_proxy_, config_.encoder_settings); in VideoSendStream() 102 clock, &stats_proxy_, worker_queue_, call_stats, transport, in VideoSendStream() 215 return stats_proxy_.GetStats(); in GetStats()
|
D | video_send_stream_impl.cc | 208 stats_proxy_(stats_proxy), in VideoSendStreamImpl() 231 stats_proxy_, in VideoSendStreamImpl() 408 stats_proxy_->OnSetEncoderTargetRate(0); in StopVideoSendStream() 543 stats_proxy_->OnInactiveSsrc(config_->rtp.ssrcs[i]); in OnEncoderConfigurationChanged() 633 rtp_video_sender_->OnBitrateUpdated(update, stats_proxy_->GetSendFrameRate()); in OnBitrateUpdated() 664 stats_proxy_->OnSetEncoderTargetRate(encoder_target_rate_bps_); in OnBitrateUpdated()
|
D | video_send_stream.h | 104 SendStatisticsProxy stats_proxy_; variable
|
D | video_send_stream_impl.h | 153 SendStatisticsProxy* const stats_proxy_; variable
|
D | video_receive_stream.h | 172 ReceiveStatisticsProxy stats_proxy_; variable
|
D | video_receive_stream2.h | 198 ReceiveStatisticsProxy stats_proxy_; variable
|
D | video_send_stream_impl_unittest.cc | 123 stats_proxy_(&clock_, in VideoSendStreamImplTest() 151 &clock_, &stats_proxy_, &test_queue_, &call_stats_, in CreateVideoSendStreamImpl() 175 SendStatisticsProxy stats_proxy_; member in webrtc::internal::VideoSendStreamImplTest
|
/external/webrtc/call/ |
D | rtp_video_sender_unittest.cc | 141 stats_proxy_(time_controller_.GetClock(), in RtpVideoSenderTestFixture() 150 CreateObservers(&call_stats_, &encoder_feedback_, &stats_proxy_, in RtpVideoSenderTestFixture() 151 &stats_proxy_, &stats_proxy_, &stats_proxy_, in RtpVideoSenderTestFixture() 152 frame_count_observer, &stats_proxy_, &stats_proxy_, in RtpVideoSenderTestFixture() 201 SendStatisticsProxy stats_proxy_; member in webrtc::__anon2f4ba4b80111::RtpVideoSenderTestFixture
|