Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/call/
H A Ddegraded_call.cc266 VideoSendStream* DegradedCall::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::DegradedCall
275 VideoSendStream* send_stream = call_->CreateVideoSendStream( in CreateVideoSendStream()
283 VideoSendStream* DegradedCall::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::DegradedCall
293 VideoSendStream* send_stream = call_->CreateVideoSendStream( in CreateVideoSendStream()
H A Dcall_unittest.cc371 call->CreateVideoSendStream(config.Copy(), encoder_config.Copy()); in TEST()
375 call->CreateVideoSendStream(config.Copy(), encoder_config.Copy()); in TEST()
436 call->CreateVideoSendStream(config.Copy(), encoder_config.Copy()); in TEST()
440 call->CreateVideoSendStream(config.Copy(), encoder_config.Copy()); in TEST()
H A Dcall.h77 virtual VideoSendStream* CreateVideoSendStream(
80 virtual VideoSendStream* CreateVideoSendStream(
H A Ddegraded_call.h69 VideoSendStream* CreateVideoSendStream(
72 VideoSendStream* CreateVideoSendStream(
H A Dcall.cc223 webrtc::VideoSendStream* CreateVideoSendStream(
226 webrtc::VideoSendStream* CreateVideoSendStream(
523 VideoSendStream* Call::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::Call
919 webrtc::VideoSendStream* Call::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::internal::Call
965 webrtc::VideoSendStream* Call::CreateVideoSendStream( in CreateVideoSendStream() function in webrtc::internal::Call
976 return CreateVideoSendStream(std::move(config), std::move(encoder_config), in CreateVideoSendStream()
H A Dbitrate_estimator_tests.cc184 send_stream_ = test_->sender_call_->CreateVideoSendStream(
/aosp_15_r20/external/webrtc/test/
H A Dcall_test.cc544 video_send_streams_[i] = sender_call_->CreateVideoSendStream( in CreateVideoSendStreams()
548 video_send_streams_[i] = sender_call_->CreateVideoSendStream( in CreateVideoSendStreams()
554 void CallTest::CreateVideoSendStream(const VideoEncoderConfig& encoder_config) { in CreateVideoSendStream() function in webrtc::test::CallTest
556 video_send_streams_.push_back(sender_call_->CreateVideoSendStream( in CreateVideoSendStream()
H A Dcall_test.h155 void CreateVideoSendStream(const VideoEncoderConfig& encoder_config);
/aosp_15_r20/external/webrtc/video/end_to_end_tests/
H A Dmulti_stream_tester.cc98 send_streams[i] = sender_call->CreateVideoSendStream( in RunTest()
H A Drtp_rtcp_tests.cc342 CreateVideoSendStream(one_stream); in TestRtpStatePreservation()
H A Dstats_tests.cc554 CreateVideoSendStream(encoder_config_with_screenshare); in TEST_F()
/aosp_15_r20/external/webrtc/test/scenario/
H A Dvideo_stream.cc419 send_stream_ = sender_->call_->CreateVideoSendStream( in SendVideoStream()
423 send_stream_ = sender_->call_->CreateVideoSendStream( in SendVideoStream()
/aosp_15_r20/external/webrtc/rtc_tools/rtp_generator/
H A Drtp_generator.cc241 VideoSendStream* video_send_stream = call_->CreateVideoSendStream( in RtpGenerator()
/aosp_15_r20/external/webrtc/media/engine/
H A Dfake_webrtc_call.h435 webrtc::VideoSendStream* CreateVideoSendStream(
H A Dfake_webrtc_call.cc599 webrtc::VideoSendStream* FakeCall::CreateVideoSendStream( in CreateVideoSendStream() function in cricket::FakeCall
H A Dwebrtc_video_engine.cc2844 stream_ = call_->CreateVideoSendStream(std::move(config), in RecreateWebRtcStream()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_quality_test.cc1001 thumbnail_send_streams_.push_back(receiver_call_->CreateVideoSendStream( in SetupThumbnails()