/aosp_15_r20/external/webrtc/call/ |
H A D | degraded_call.cc | 266 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 D | call_unittest.cc | 371 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 D | call.h | 77 virtual VideoSendStream* CreateVideoSendStream( 80 virtual VideoSendStream* CreateVideoSendStream(
|
H A D | degraded_call.h | 69 VideoSendStream* CreateVideoSendStream( 72 VideoSendStream* CreateVideoSendStream(
|
H A D | call.cc | 223 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 D | bitrate_estimator_tests.cc | 184 send_stream_ = test_->sender_call_->CreateVideoSendStream(
|
/aosp_15_r20/external/webrtc/test/ |
H A D | call_test.cc | 544 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 D | call_test.h | 155 void CreateVideoSendStream(const VideoEncoderConfig& encoder_config);
|
/aosp_15_r20/external/webrtc/video/end_to_end_tests/ |
H A D | multi_stream_tester.cc | 98 send_streams[i] = sender_call->CreateVideoSendStream( in RunTest()
|
H A D | rtp_rtcp_tests.cc | 342 CreateVideoSendStream(one_stream); in TestRtpStatePreservation()
|
H A D | stats_tests.cc | 554 CreateVideoSendStream(encoder_config_with_screenshare); in TEST_F()
|
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | video_stream.cc | 419 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 D | rtp_generator.cc | 241 VideoSendStream* video_send_stream = call_->CreateVideoSendStream( in RtpGenerator()
|
/aosp_15_r20/external/webrtc/media/engine/ |
H A D | fake_webrtc_call.h | 435 webrtc::VideoSendStream* CreateVideoSendStream(
|
H A D | fake_webrtc_call.cc | 599 webrtc::VideoSendStream* FakeCall::CreateVideoSendStream( in CreateVideoSendStream() function in cricket::FakeCall
|
H A D | webrtc_video_engine.cc | 2844 stream_ = call_->CreateVideoSendStream(std::move(config), in RecreateWebRtcStream()
|
/aosp_15_r20/external/webrtc/video/ |
H A D | video_quality_test.cc | 1001 thumbnail_send_streams_.push_back(receiver_call_->CreateVideoSendStream( in SetupThumbnails()
|