Home
last modified time | relevance | path

Searched refs:CreateVideoSendStream (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/call/
Ddegraded_call.cc188 VideoSendStream* DegradedCall::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::DegradedCall
197 VideoSendStream* send_stream = call_->CreateVideoSendStream( in CreateVideoSendStream()
205 VideoSendStream* DegradedCall::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::DegradedCall
215 VideoSendStream* send_stream = call_->CreateVideoSendStream( in CreateVideoSendStream()
Dcall.h102 virtual VideoSendStream* CreateVideoSendStream(
105 virtual VideoSendStream* CreateVideoSendStream(
Ddegraded_call.h62 VideoSendStream* CreateVideoSendStream(
65 VideoSendStream* CreateVideoSendStream(
Dcall_unittest.cc366 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()
Dcall.cc238 webrtc::VideoSendStream* CreateVideoSendStream(
241 webrtc::VideoSendStream* CreateVideoSendStream(
578 VideoSendStream* Call::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::Call
873 webrtc::VideoSendStream* Call::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::internal::Call
916 webrtc::VideoSendStream* Call::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::internal::Call
926 return CreateVideoSendStream(std::move(config), std::move(encoder_config), in CreateVideoSendStream()
Dbitrate_estimator_tests.cc178 send_stream_ = test_->sender_call_->CreateVideoSendStream(
/external/webrtc/test/
Dcall_test.cc543 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::CallTest
555 video_send_streams_.push_back(sender_call_->CreateVideoSendStream( in CreateVideoSendStream()
Dcall_test.h153 void CreateVideoSendStream(const VideoEncoderConfig& encoder_config);
/external/webrtc/video/end_to_end_tests/
Dmulti_stream_tester.cc98 send_streams[i] = sender_call->CreateVideoSendStream( in RunTest()
Drtp_rtcp_tests.cc343 CreateVideoSendStream(one_stream); in TestRtpStatePreservation()
Dstats_tests.cc568 CreateVideoSendStream(encoder_config_with_screenshare); in TEST_F()
/external/webrtc/rtc_tools/rtp_generator/
Drtp_generator.cc234 VideoSendStream* video_send_stream = call_->CreateVideoSendStream( in RtpGenerator()
/external/webrtc/test/scenario/
Dvideo_stream.cc416 send_stream_ = sender_->call_->CreateVideoSendStream( in SendVideoStream()
420 send_stream_ = sender_->call_->CreateVideoSendStream( in SendVideoStream()
/external/webrtc/media/engine/
Dfake_webrtc_call.h333 webrtc::VideoSendStream* CreateVideoSendStream(
Dfake_webrtc_call.cc518 webrtc::VideoSendStream* FakeCall::CreateVideoSendStream( in CreateVideoSendStream() function in cricket::FakeCall
Dwebrtc_video_engine.cc2688 stream_ = call_->CreateVideoSendStream(std::move(config), in RecreateWebRtcStream()
/external/webrtc/video/
Dvideo_quality_test.cc999 thumbnail_send_streams_.push_back(receiver_call_->CreateVideoSendStream( in SetupThumbnails()