Searched refs:GetVideoCapturer (Results 1 – 9 of 9) sorted by relevance
103 virtual cricket::VideoCapturer* GetVideoCapturer() { return &fake_capturer_; } in GetVideoCapturer() function in webrtc::FakeVideoSource151 kVideoSsrc, video_track_->GetSource()->GetVideoCapturer())); in CreateVideoRtpSender()371 video_track_->GetSource()->GetVideoCapturer())); in TEST_F()389 video_track_->GetSource()->GetVideoCapturer())); in TEST_F()422 video_track_->GetSource()->GetVideoCapturer())); in TEST_F()458 video_track_->GetSource()->GetVideoCapturer())); in TEST_F()495 video_track_->GetSource()->GetVideoCapturer())); in TEST_F()505 video_track_->GetSource()->GetVideoCapturer())); in TEST_F()
45 virtual cricket::VideoCapturer* GetVideoCapturer() = 0;
42 PROXY_METHOD0(cricket::VideoCapturer*, GetVideoCapturer)
268 source ? source->GetVideoCapturer() : nullptr); in SetTrack()290 source ? source->GetVideoCapturer() : nullptr); in SetSsrc()
152 EXPECT_EQ(capturer_, source_->GetVideoCapturer()); in CreateVideoSource()216 EXPECT_TRUE(NULL != source_->GetVideoCapturer()); in TEST_F()231 source_->GetVideoCapturer()->Stop(); in TEST_F()
78 virtual cricket::VideoCapturer* GetVideoCapturer() { in GetVideoCapturer() function
57 VideoCapturer* GetVideoCapturer() { in GetVideoCapturer() function in cricket::VideoCapturerState336 VideoCapturer* video_capturer = capture_state->GetVideoCapturer(); in UnregisterVideoCapturer()
105 bool is_camera_on() const { return T::GetVideoCapturer()->IsRunning(); } in is_camera_on()107 cricket::VideoCapturer* video_capturer = T::GetVideoCapturer(); in set_has_senders()
61 cricket::VideoCapturer* capturer = self.videoSource->GetVideoCapturer();