HomeSort by relevance Sort by last modified time
    Searched full:video_send_stream_ (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/test/
call_test.cc 30 video_send_stream_(nullptr),
93 test->OnVideoStreamsCreated(video_send_stream_, video_receive_streams_);
118 if (video_send_stream_)
119 video_send_stream_->Start();
155 if (video_send_stream_)
156 video_send_stream_->Stop();
242 video_send_stream_->Input(), stream.width, stream.height,
254 RTC_DCHECK(video_send_stream_ == nullptr);
259 video_send_stream_ = sender_call_->CreateVideoSendStream(
278 if (video_send_stream_)
    [all...]
call_test.h 89 VideoSendStream* video_send_stream_; member in class:webrtc::test::CallTest
  /external/webrtc/webrtc/video/
video_quality_test.cc     [all...]
video_send_stream_tests.cc 73 video_send_stream_->Start();
74 video_send_stream_->Start();
85 video_send_stream_->Stop();
86 video_send_stream_->Stop();
    [all...]
end_to_end_tests.cc 55 EXPECT_EQ(nullptr, video_send_stream_);
174 video_send_stream_->Input()->IncomingCapturedFrame(
223 video_send_stream_->Input()->IncomingCapturedFrame(
904 video_send_stream_->Input()->IncomingCapturedFrame(
    [all...]
  /external/webrtc/webrtc/call/
rampup_tests.cc 437 EXPECT_EQ(nullptr, video_send_stream_);

Completed in 91 milliseconds