HomeSort by relevance Sort by last modified time
    Searched refs:VideoSendStream (Results 1 - 25 of 29) sorted by null

1 2

  /external/webrtc/webrtc/test/
encoder_settings.h 21 const VideoSendStream::Config::EncoderSettings& encoder_settings);
call_test.h 87 VideoSendStream::Config video_send_config_;
89 VideoSendStream* video_send_stream_;
159 VideoSendStream::Config* send_config,
163 VideoSendStream* send_stream,
encoder_settings.cc 57 const VideoSendStream::Config::EncoderSettings& encoder_settings) {
call_test.cc 185 video_send_config_ = VideoSendStream::Config(send_transport);
409 VideoSendStream::Config* send_config,
414 VideoSendStream* send_stream,
  /external/webrtc/webrtc/video/
video_send_stream.h 40 class VideoSendStream : public webrtc::VideoSendStream,
43 VideoSendStream(int num_cpu_cores,
48 const VideoSendStream::Config& config,
52 ~VideoSendStream() override;
60 // webrtc::VideoSendStream implementation.
82 const VideoSendStream::Config config_;
send_statistics_proxy_unittest.cc 35 expected_ = VideoSendStream::Stats();
38 VideoSendStream::Config GetTestConfig() {
39 VideoSendStream::Config config(nullptr);
47 void ExpectEqual(VideoSendStream::Stats one, VideoSendStream::Stats other) {
54 for (std::map<uint32_t, VideoSendStream::StreamStats>::const_iterator it =
57 std::map<uint32_t, VideoSendStream::StreamStats>::const_iterator
60 const VideoSendStream::StreamStats& a = it->second;
61 const VideoSendStream::StreamStats& b = corresponding_it->second;
91 VideoSendStream::Config config_
    [all...]
video_send_stream.cc 40 VideoSendStream::Config::EncoderSettings::ToString() const {
49 std::string VideoSendStream::Config::Rtp::Rtx::ToString()
65 std::string VideoSendStream::Config::Rtp::ToString() const {
91 std::string VideoSendStream::Config::ToString() const {
111 VideoSendStream::VideoSendStream(
117 const VideoSendStream::Config& config,
132 LOG(LS_INFO) << "VideoSendStream: " << config_.ToString();
245 VideoSendStream::~VideoSendStream() {
    [all...]
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_);
send_statistics_proxy.cc 70 const VideoSendStream::Config& config,
193 VideoSendStream::Stats SendStatisticsProxy::GetStats() {
203 for (std::map<uint32_t, VideoSendStream::StreamStats>::iterator it =
214 VideoSendStream::StreamStats* SendStatisticsProxy::GetStatsEntry(
216 std::map<uint32_t, VideoSendStream::StreamStats>::iterator it =
234 VideoSendStream::StreamStats* stats = GetStatsEntry(ssrc);
262 VideoSendStream::StreamStats* stats = GetStatsEntry(ssrc);
335 VideoSendStream::StreamStats* stats = GetStatsEntry(ssrc);
345 VideoSendStream::StreamStats* stats = GetStatsEntry(ssrc);
359 VideoSendStream::StreamStats* stats = GetStatsEntry(ssrc)
    [all...]
video_send_stream_tests.cc 115 VideoSendStream::Config* send_config,
151 VideoSendStream::Config* send_config,
193 VideoSendStream::Config* send_config,
237 VideoSendStream::Config* send_config,
392 VideoSendStream::Config* send_config,
492 VideoSendStream::Config* send_config,
677 VideoSendStream::Config* send_config,
798 VideoSendStream::Stats stats = stream_->GetStats();
814 VideoSendStream::Stats stats = stream_->GetStats();
832 VideoSendStream* send_stream
    [all...]
end_to_end_tests.cc 252 VideoSendStream::Config* send_config,
303 VideoSendStream::Config* send_config,
436 VideoSendStream::Config* send_config,
533 VideoSendStream::Config* send_config,
660 VideoSendStream::Config* send_config,
755 VideoSendStream::Config* send_config,
    [all...]
  /external/webrtc/webrtc/
call.h 110 virtual VideoSendStream* CreateVideoSendStream(
111 const VideoSendStream::Config& config,
113 virtual void DestroyVideoSendStream(VideoSendStream* send_stream) = 0;
video_send_stream.h 48 class VideoSendStream : public SendStream {
95 // initialized from inside the VideoSendStream.
175 // VideoSendStream is valid.
  /external/webrtc/talk/media/webrtc/
fakewebrtccall.h 34 // webrtc::VideoSendStream
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);
147 // webrtc::VideoSendStream implementation.
148 webrtc::VideoSendStream::Stats GetStats() override;
154 webrtc::VideoSendStream::Config config_;
163 webrtc::VideoSendStream::Stats stats_;
231 webrtc::VideoSendStream* CreateVideoSendStream
    [all...]
fakewebrtccall.cc 101 const webrtc::VideoSendStream::Config& config,
111 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() const {
171 const webrtc::VideoSendStream::Stats& stats) {
175 webrtc::VideoSendStream::Stats FakeVideoSendStream::GetStats() {
340 webrtc::VideoSendStream* FakeCall::CreateVideoSendStream(
341 const webrtc::VideoSendStream::Config& config,
350 void FakeCall::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) {
webrtcvideoengine2.h 242 const webrtc::VideoSendStream::Config& config,
278 // webrtc::VideoSendStream doesn't support setting a lot of options on the
283 const webrtc::VideoSendStream::Config& config,
287 webrtc::VideoSendStream::Config config;
291 // Sent resolutions + bitrates etc. by the underlying VideoSendStream,
363 webrtc::VideoSendStream* stream_ GUARDED_BY(lock_);
webrtcvideoengine2.cc     [all...]
  /external/webrtc/webrtc/call/
rampup_tests.h 50 void AccumulateStats(const VideoSendStream::StreamStats& stream,
68 VideoSendStream* send_stream_;
76 VideoSendStream* send_stream,
80 VideoSendStream::Config* send_config,
rtc_event_log.h 60 // Logs configuration information for webrtc::VideoSendStream
62 const webrtc::VideoSendStream::Config& config) = 0;
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(
374 const webrtc::VideoSendStream::Config& config,
381 VideoSendStream* send_stream = new VideoSendStream(
    [all...]
call_perf_tests.cc 482 VideoSendStream::Config* send_config,
551 VideoSendStream::Config* send_config,
597 VideoSendStream::Stats stats = send_stream_->GetStats();
634 VideoSendStream* send_stream,
640 VideoSendStream::Config* send_config,
654 VideoSendStream* send_stream_;
720 VideoSendStream::Config* send_config,
732 VideoSendStream* send_stream,
752 VideoSendStream* send_stream_;
rampup_tests.cc 79 VideoSendStream* send_stream,
100 VideoSendStream::Config* send_config,
250 void RampUpTester::AccumulateStats(const VideoSendStream::StreamStats& stream,
271 VideoSendStream::Stats send_stats = send_stream_->GetStats();
339 webrtc::VideoSendStream::Stats stats = send_stream_->GetStats();
rtc_event_log.cc 49 const VideoSendStream::Config& config) override {}
76 void LogVideoSendStreamConfig(const VideoSendStream::Config& config) override;
299 const VideoSendStream::Config& config) {
bitrate_estimator_tests.cc 122 video_send_config_ = VideoSendStream::Config(send_transport_.get());
244 VideoSendStream* send_stream_;
rtc_event_log_unittest.cc 184 const VideoSendStream::Config& config) {
396 VideoSendStream::Config* config,
434 VideoSendStream::Config sender_config(nullptr);
609 VideoSendStream::Config sender_config(nullptr);

Completed in 465 milliseconds

1 2