/external/webrtc/webrtc/video/ |
D | send_statistics_proxy_unittest.cc | 35 expected_ = VideoSendStream::Stats(); in SetUp() 38 VideoSendStream::Config GetTestConfig() { in GetTestConfig() 39 VideoSendStream::Config config(nullptr); in GetTestConfig() 47 void ExpectEqual(VideoSendStream::Stats one, VideoSendStream::Stats other) { in ExpectEqual() 54 for (std::map<uint32_t, VideoSendStream::StreamStats>::const_iterator it = in ExpectEqual() 57 std::map<uint32_t, VideoSendStream::StreamStats>::const_iterator in ExpectEqual() 60 const VideoSendStream::StreamStats& a = it->second; in ExpectEqual() 61 const VideoSendStream::StreamStats& b = corresponding_it->second; in ExpectEqual() 91 VideoSendStream::Config config_; 94 VideoSendStream::Stats expected_; [all …]
|
D | video_send_stream.cc | 40 VideoSendStream::Config::EncoderSettings::ToString() const { in ToString() 49 std::string VideoSendStream::Config::Rtp::Rtx::ToString() in ToString() 65 std::string VideoSendStream::Config::Rtp::ToString() const { in ToString() 91 std::string VideoSendStream::Config::ToString() const { in ToString() 111 VideoSendStream::VideoSendStream( in VideoSendStream() function in webrtc::internal::VideoSendStream 117 const VideoSendStream::Config& config, in VideoSendStream() 245 VideoSendStream::~VideoSendStream() { in ~VideoSendStream() 275 VideoCaptureInput* VideoSendStream::Input() { in Input() 279 void VideoSendStream::Start() { in Start() 290 void VideoSendStream::Stop() { in Stop() [all …]
|
D | video_send_stream.h | 40 class VideoSendStream : public webrtc::VideoSendStream, 43 VideoSendStream(int num_cpu_cores, 48 const VideoSendStream::Config& config, 52 ~VideoSendStream() override; 82 const VideoSendStream::Config config_;
|
D | send_statistics_proxy.cc | 70 const VideoSendStream::Config& config, in SendStatisticsProxy() 193 VideoSendStream::Stats SendStatisticsProxy::GetStats() { in GetStats() 203 for (std::map<uint32_t, VideoSendStream::StreamStats>::iterator it = in PurgeOldStats() 214 VideoSendStream::StreamStats* SendStatisticsProxy::GetStatsEntry( in GetStatsEntry() 216 std::map<uint32_t, VideoSendStream::StreamStats>::iterator it = in GetStatsEntry() 234 VideoSendStream::StreamStats* stats = GetStatsEntry(ssrc); in OnInactiveSsrc() 262 VideoSendStream::StreamStats* stats = GetStatsEntry(ssrc); in OnSendEncodedImage() 335 VideoSendStream::StreamStats* stats = GetStatsEntry(ssrc); in RtcpPacketTypesCounterUpdated() 345 VideoSendStream::StreamStats* stats = GetStatsEntry(ssrc); in StatisticsUpdated() 359 VideoSendStream::StreamStats* stats = GetStatsEntry(ssrc); in DataCountersUpdated() [all …]
|
D | send_statistics_proxy.h | 44 const VideoSendStream::Config& config, 48 VideoSendStream::Stats GetStats(); 129 VideoSendStream::StreamStats* GetStatsEntry(uint32_t ssrc) 133 const VideoSendStream::Config config_; 136 VideoSendStream::Stats stats_ GUARDED_BY(crit_);
|
D | video_send_stream_tests.cc | 115 VideoSendStream::Config* send_config, in TEST_F() 151 VideoSendStream::Config* send_config, in TEST_F() 193 VideoSendStream::Config* send_config, in TEST_F() 237 VideoSendStream::Config* send_config, in TEST_F() 392 VideoSendStream::Config* send_config, in ModifyVideoConfigs() 492 VideoSendStream::Config* send_config, in TestNackRetransmission() 677 VideoSendStream::Config* send_config, in TestPacketFragmentationSize() 798 VideoSendStream::Stats stats = stream_->GetStats(); in TEST_F() 814 VideoSendStream::Stats stats = stream_->GetStats(); in TEST_F() 832 VideoSendStream* send_stream, in TEST_F() [all …]
|
D | end_to_end_tests.cc | 252 VideoSendStream::Config* send_config, in TEST_F() 303 VideoSendStream::Config* send_config, in TEST_F() 436 VideoSendStream::Config* send_config, in TEST_F() 533 VideoSendStream::Config* send_config, in TEST_F() 660 VideoSendStream::Config* send_config, in TEST_F() 755 VideoSendStream::Config* send_config, in DecodesRetransmittedFrame() 987 VideoSendStream::Config* send_config, in ReceivesPliAndRecovers() 1137 VideoSendStream::Config* send_config, in RespectsRtcpMode() 1202 VideoSendStream* send_streams[kNumStreams]; in RunTest() 1212 VideoSendStream::Config send_config(sender_transport.get()); in RunTest() [all …]
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtccall.h | 117 class FakeVideoSendStream final : public webrtc::VideoSendStream, 120 FakeVideoSendStream(const webrtc::VideoSendStream::Config& config, 122 webrtc::VideoSendStream::Config GetConfig() const; 134 void SetStats(const webrtc::VideoSendStream::Stats& stats); 148 webrtc::VideoSendStream::Stats GetStats() override; 154 webrtc::VideoSendStream::Config config_; 163 webrtc::VideoSendStream::Stats stats_; 231 webrtc::VideoSendStream* CreateVideoSendStream( 232 const webrtc::VideoSendStream::Config& config, 234 void DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) override;
|
D | fakewebrtccall.cc | 101 const webrtc::VideoSendStream::Config& config, in FakeVideoSendStream() 111 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() const { in GetConfig() 171 const webrtc::VideoSendStream::Stats& stats) { in SetStats() 175 webrtc::VideoSendStream::Stats FakeVideoSendStream::GetStats() { in GetStats() 340 webrtc::VideoSendStream* FakeCall::CreateVideoSendStream( in CreateVideoSendStream() 341 const webrtc::VideoSendStream::Config& config, in CreateVideoSendStream() 350 void FakeCall::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) { in DestroyVideoSendStream()
|
D | webrtcvideoengine2.h | 242 const webrtc::VideoSendStream::Config& config, 283 const webrtc::VideoSendStream::Config& config, 287 webrtc::VideoSendStream::Config config; 363 webrtc::VideoSendStream* stream_ GUARDED_BY(lock_);
|
D | webrtcvideoengine2.cc | 968 webrtc::VideoSendStream::Config config(this); in AddSendStream() 1573 const webrtc::VideoSendStream::Config& config, in VideoSendStreamParameters() 1600 const webrtc::VideoSendStream::Config& config, in WebRtcVideoSendStream() 2079 webrtc::VideoSendStream::Stats stats; in GetVideoSenderInfo() 2139 for (std::map<uint32_t, webrtc::VideoSendStream::StreamStats>::iterator it = in GetVideoSenderInfo() 2143 webrtc::VideoSendStream::StreamStats stream_stats = it->second; in GetVideoSenderInfo() 2160 webrtc::VideoSendStream::StreamStats first_stream_stats = in GetVideoSenderInfo() 2176 webrtc::VideoSendStream::Stats stats = stream_->GetStats(); in FillBandwidthEstimationInfo() 2177 for (std::map<uint32_t, webrtc::VideoSendStream::StreamStats>::iterator it = in FillBandwidthEstimationInfo() 2214 webrtc::VideoSendStream::Config config = parameters_.config; in RecreateWebRtcStream()
|
/external/webrtc/webrtc/call/ |
D | call.cc | 70 webrtc::VideoSendStream* CreateVideoSendStream( 71 const webrtc::VideoSendStream::Config& config, 73 void DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) override; 145 std::map<uint32_t, VideoSendStream*> video_send_ssrcs_ GUARDED_BY(send_crit_); 146 std::set<VideoSendStream*> video_send_streams_ GUARDED_BY(send_crit_); 148 VideoSendStream::RtpStateMap suspended_video_send_ssrcs_; 373 webrtc::VideoSendStream* Call::CreateVideoSendStream( in CreateVideoSendStream() 374 const webrtc::VideoSendStream::Config& config, in CreateVideoSendStream() 381 VideoSendStream* send_stream = new VideoSendStream( in CreateVideoSendStream() 402 void Call::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) { in DestroyVideoSendStream() [all …]
|
D | rampup_tests.h | 50 void AccumulateStats(const VideoSendStream::StreamStats& stream, 68 VideoSendStream* send_stream_; 76 VideoSendStream* send_stream, 80 VideoSendStream::Config* send_config,
|
D | call_perf_tests.cc | 482 VideoSendStream::Config* send_config, in TestCaptureNtpTime() 551 VideoSendStream::Config* send_config, in TestCpuOveruse() 597 VideoSendStream::Stats stats = send_stream_->GetStats(); in TestMinTransmitBitrate() 634 VideoSendStream* send_stream, in TestMinTransmitBitrate() 640 VideoSendStream::Config* send_config, in TestMinTransmitBitrate() 654 VideoSendStream* send_stream_; in TestMinTransmitBitrate() 720 VideoSendStream::Config* send_config, in TEST_F() 732 VideoSendStream* send_stream, in TEST_F() 752 VideoSendStream* send_stream_; in TEST_F()
|
D | rampup_tests.cc | 79 VideoSendStream* send_stream, in OnVideoStreamsCreated() 100 VideoSendStream::Config* send_config, in ModifyVideoConfigs() 250 void RampUpTester::AccumulateStats(const VideoSendStream::StreamStats& stream, in AccumulateStats() 271 VideoSendStream::Stats send_stats = send_stream_->GetStats(); in TriggerTestDone() 339 webrtc::VideoSendStream::Stats stats = send_stream_->GetStats(); in PollStats()
|
D | rtc_event_log.h | 62 const webrtc::VideoSendStream::Config& config) = 0;
|
D | rtc_event_log.cc | 49 const VideoSendStream::Config& config) override {} in LogVideoSendStreamConfig() 76 void LogVideoSendStreamConfig(const VideoSendStream::Config& config) override; 299 const VideoSendStream::Config& config) {
|
D | rtc_event_log_unittest.cc | 184 const VideoSendStream::Config& config) { in VerifySendStreamConfig() 396 VideoSendStream::Config* config, in GenerateVideoSendConfig() 434 VideoSendStream::Config sender_config(nullptr); in LogSessionAndReadBack() 609 VideoSendStream::Config sender_config(nullptr); in DropOldEvents()
|
D | bitrate_estimator_tests.cc | 122 video_send_config_ = VideoSendStream::Config(send_transport_.get()); in SetUp() 244 VideoSendStream* send_stream_;
|
/external/webrtc/webrtc/ |
D | call.h | 110 virtual VideoSendStream* CreateVideoSendStream( 111 const VideoSendStream::Config& config, 113 virtual void DestroyVideoSendStream(VideoSendStream* send_stream) = 0;
|
D | video_send_stream.h | 48 class VideoSendStream : public SendStream {
|
/external/webrtc/webrtc/test/ |
D | call_test.h | 87 VideoSendStream::Config video_send_config_; 89 VideoSendStream* video_send_stream_; 159 VideoSendStream::Config* send_config, 163 VideoSendStream* send_stream,
|
D | encoder_settings.h | 21 const VideoSendStream::Config::EncoderSettings& encoder_settings);
|
D | encoder_settings.cc | 57 const VideoSendStream::Config::EncoderSettings& encoder_settings) { in CreateMatchingDecoder()
|
D | call_test.cc | 185 video_send_config_ = VideoSendStream::Config(send_transport); in CreateSendConfig() 409 VideoSendStream::Config* send_config, in ModifyVideoConfigs() 414 VideoSendStream* send_stream, in OnVideoStreamsCreated()
|