Searched refs:CreateVideoSendStream (Results 1 – 17 of 17) sorted by relevance
188 VideoSendStream* DegradedCall::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::DegradedCall197 VideoSendStream* send_stream = call_->CreateVideoSendStream( in CreateVideoSendStream()205 VideoSendStream* DegradedCall::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::DegradedCall215 VideoSendStream* send_stream = call_->CreateVideoSendStream( in CreateVideoSendStream()
102 virtual VideoSendStream* CreateVideoSendStream(105 virtual VideoSendStream* CreateVideoSendStream(
62 VideoSendStream* CreateVideoSendStream(65 VideoSendStream* CreateVideoSendStream(
366 call->CreateVideoSendStream(config.Copy(), encoder_config.Copy()); in TEST()370 call->CreateVideoSendStream(config.Copy(), encoder_config.Copy()); in TEST()431 call->CreateVideoSendStream(config.Copy(), encoder_config.Copy()); in TEST()435 call->CreateVideoSendStream(config.Copy(), encoder_config.Copy()); in TEST()
238 webrtc::VideoSendStream* CreateVideoSendStream(241 webrtc::VideoSendStream* CreateVideoSendStream(578 VideoSendStream* Call::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::Call873 webrtc::VideoSendStream* Call::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::internal::Call916 webrtc::VideoSendStream* Call::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::internal::Call926 return CreateVideoSendStream(std::move(config), std::move(encoder_config), in CreateVideoSendStream()
178 send_stream_ = test_->sender_call_->CreateVideoSendStream(
543 video_send_streams_[i] = sender_call_->CreateVideoSendStream( in CreateVideoSendStreams()547 video_send_streams_[i] = sender_call_->CreateVideoSendStream( in CreateVideoSendStreams()553 void CallTest::CreateVideoSendStream(const VideoEncoderConfig& encoder_config) { in CreateVideoSendStream() function in webrtc::test::CallTest555 video_send_streams_.push_back(sender_call_->CreateVideoSendStream( in CreateVideoSendStream()
153 void CreateVideoSendStream(const VideoEncoderConfig& encoder_config);
98 send_streams[i] = sender_call->CreateVideoSendStream( in RunTest()
343 CreateVideoSendStream(one_stream); in TestRtpStatePreservation()
568 CreateVideoSendStream(encoder_config_with_screenshare); in TEST_F()
234 VideoSendStream* video_send_stream = call_->CreateVideoSendStream( in RtpGenerator()
416 send_stream_ = sender_->call_->CreateVideoSendStream( in SendVideoStream()420 send_stream_ = sender_->call_->CreateVideoSendStream( in SendVideoStream()
333 webrtc::VideoSendStream* CreateVideoSendStream(
518 webrtc::VideoSendStream* FakeCall::CreateVideoSendStream( in CreateVideoSendStream() function in cricket::FakeCall
2688 stream_ = call_->CreateVideoSendStream(std::move(config), in RecreateWebRtcStream()
999 thumbnail_send_streams_.push_back(receiver_call_->CreateVideoSendStream( in SetupThumbnails()