Searched refs:VideoSendStream (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/webrtc/test/
H A Dencoder_settings.h20 const VideoSendStream::Config::EncoderSettings& encoder_settings);
H A Dcall_test.h67 VideoSendStream::Config send_config_;
69 VideoSendStream* send_stream_;
96 VideoSendStream::Config* send_config,
100 VideoSendStream* send_stream,
H A Dencoder_settings.cc57 const VideoSendStream::Config::EncoderSettings& encoder_settings) {
H A Dcall_test.cc89 send_config_ = VideoSendStream::Config();
195 VideoSendStream::Config* send_config,
201 VideoSendStream* send_stream,
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream.h42 class VideoSendStream : public webrtc::VideoSendStream, class in namespace:webrtc::internal
45 VideoSendStream(newapi::Transport* transport,
48 const VideoSendStream::Config& config,
54 virtual ~VideoSendStream();
69 // From webrtc::VideoSendStream.
81 const VideoSendStream::Config config_;
H A Dsend_statistics_proxy.h35 explicit SendStatisticsProxy(const VideoSendStream::Config& config);
38 VideoSendStream::Stats GetStats() const;
80 const VideoSendStream::Config config_;
82 VideoSendStream::Stats stats_ GUARDED_BY(crit_);
H A Dcall.cc88 virtual VideoSendStream* CreateVideoSendStream(
89 const VideoSendStream::Config& config,
92 virtual void DestroyVideoSendStream(webrtc::VideoSendStream* send_stream)
126 std::map<uint32_t, VideoSendStream*> send_ssrcs_ GUARDED_BY(send_crit_);
130 VideoSendStream::RtpStateMap suspended_send_ssrcs_;
196 VideoSendStream* Call::CreateVideoSendStream(
197 const VideoSendStream::Config& config,
203 VideoSendStream* send_stream = new VideoSendStream(
227 void Call::DestroyVideoSendStream(webrtc::VideoSendStream* send_strea
[all...]
H A Dsend_statistics_proxy_unittest.cc32 expected_ = VideoSendStream::Stats();
35 VideoSendStream::Config GetTestConfig() {
36 VideoSendStream::Config config;
44 void ExpectEqual(VideoSendStream::Stats one, VideoSendStream::Stats other) {
83 VideoSendStream::Config config_;
86 VideoSendStream::Stats expected_;
120 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
133 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
179 VideoSendStream
[all...]
H A Dvideo_send_stream.cc32 VideoSendStream::Config::EncoderSettings::ToString() const {
42 std::string VideoSendStream::Config::Rtp::Rtx::ToString()
58 std::string VideoSendStream::Config::Rtp::ToString() const {
92 std::string VideoSendStream::Config::ToString() const {
112 VideoSendStream::VideoSendStream( function in class:webrtc::internal::VideoSendStream
116 const VideoSendStream::Config& config,
243 VideoSendStream::~VideoSendStream() {
276 void VideoSendStream
[all...]
H A Dvideo_send_stream_tests.cc115 VideoSendStream::Config* send_config,
153 VideoSendStream::Config* send_config,
194 VideoSendStream::Config* send_config,
361 VideoSendStream::Config* send_config,
441 VideoSendStream::Config* send_config,
614 VideoSendStream::Config* send_config,
744 VideoSendStream::Stats stats = stream_->GetStats();
759 VideoSendStream::Stats stats = stream_->GetStats();
783 VideoSendStream* send_stream,
789 VideoSendStream
[all...]
H A Dsend_statistics_proxy.cc20 const VideoSendStream::Config& config)
45 VideoSendStream::Stats SendStatisticsProxy::GetStats() const {
H A Drampup_tests.h99 virtual void SetSendStream(const VideoSendStream* send_stream);
138 const VideoSendStream* send_stream_ GUARDED_BY(crit_);
H A Dend_to_end_tests.cc239 VideoSendStream::Config* send_config,
370 VideoSendStream::Config* send_config,
464 VideoSendStream::Config* send_config,
542 VideoSendStream::Config* send_config,
745 VideoSendStream::Config* send_config,
892 VideoSendStream::Config* send_config,
970 VideoSendStream* send_streams[kNumStreams];
986 VideoSendStream::Config send_config;
1214 VideoSendStream::Config* send_config,
1282 VideoSendStream
[all...]
H A Dloopback.cc114 VideoSendStream::Config send_config;
143 VideoSendStream* send_stream =
H A Dcall_perf_tests.cc400 VideoSendStream::Config* send_config,
507 VideoSendStream::Stats stats = send_stream_->GetStats();
541 VideoSendStream* send_stream,
547 VideoSendStream::Config* send_config,
562 VideoSendStream* send_stream_;
H A Dbitrate_estimator_tests.cc145 send_config_ = VideoSendStream::Config();
242 VideoSendStream* send_stream_;
H A Dreplay.cc212 VideoSendStream::Config::EncoderSettings encoder_settings;
H A Drampup_tests.cc227 void LowRateStreamObserver::SetSendStream(const VideoSendStream* send_stream) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2_unittest.h39 class FakeVideoSendStream : public webrtc::VideoSendStream {
41 FakeVideoSendStream(const webrtc::VideoSendStream::Config& config,
43 webrtc::VideoSendStream::Config GetConfig();
50 virtual webrtc::VideoSendStream::Stats GetStats() const OVERRIDE;
61 webrtc::VideoSendStream::Config config_;
107 virtual webrtc::VideoSendStream* CreateVideoSendStream(
108 const webrtc::VideoSendStream::Config& config,
112 webrtc::VideoSendStream* send_stream) OVERRIDE;
H A Dwebrtcvideoengine2.h320 // webrtc::VideoSendStream doesn't support setting a lot of options on the
325 const webrtc::VideoSendStream::Config& config,
328 webrtc::VideoSendStream::Config config;
331 // Sent resolutions + bitrates etc. by the underlying VideoSendStream,
349 webrtc::VideoSendStream* stream_ GUARDED_BY(lock_);
H A Dwebrtcvideoengine2_unittest.cc70 const webrtc::VideoSendStream::Config& config,
77 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() {
99 webrtc::VideoSendStream::Stats FakeVideoSendStream::GetStats() const {
100 return webrtc::VideoSendStream::Stats();
223 webrtc::VideoSendStream* FakeCall::CreateVideoSendStream(
224 const webrtc::VideoSendStream::Config& config,
232 void FakeCall::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) {
1233 webrtc::VideoSendStream::Config config = stream->GetConfig();
1253 webrtc::VideoSendStream::Config config = stream->GetConfig();
1292 webrtc::VideoSendStream
[all...]
H A Dwebrtcvideoengine2.cc1298 const webrtc::VideoSendStream::Config& config,
1314 parameters_(webrtc::VideoSendStream::Config(), options, codec_settings),
1635 webrtc::VideoSendStream::Stats stats = stream_->GetStats();
/external/chromium_org/third_party/webrtc/
H A Dcall.h93 virtual VideoSendStream* CreateVideoSendStream(
94 const VideoSendStream::Config& config,
97 virtual void DestroyVideoSendStream(VideoSendStream* send_stream) = 0;
H A Dvideo_send_stream.h38 class VideoSendStream { class in namespace:webrtc
69 // initialized from inside the VideoSendStream.
147 // VideoSendStream is valid.
161 virtual ~VideoSendStream() {}

Completed in 604 milliseconds