OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVideoCapturer
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/talk/app/webrtc/
videosourceinterface.h
45
virtual cricket::VideoCapturer*
GetVideoCapturer
() = 0;
videosourceproxy.h
42
PROXY_METHOD0(cricket::VideoCapturer*,
GetVideoCapturer
)
videosource.h
78
virtual cricket::VideoCapturer*
GetVideoCapturer
() {
rtpsenderreceiver_unittest.cc
103
virtual cricket::VideoCapturer*
GetVideoCapturer
() { return &fake_capturer_; }
151
kVideoSsrc, video_track_->GetSource()->
GetVideoCapturer
()));
371
video_track_->GetSource()->
GetVideoCapturer
()));
389
video_track_->GetSource()->
GetVideoCapturer
()));
422
video_track_->GetSource()->
GetVideoCapturer
()));
458
video_track_->GetSource()->
GetVideoCapturer
()));
495
video_track_->GetSource()->
GetVideoCapturer
()));
505
video_track_->GetSource()->
GetVideoCapturer
()));
rtpsender.cc
268
source ? source->
GetVideoCapturer
() : nullptr);
290
source ? source->
GetVideoCapturer
() : nullptr);
videosource_unittest.cc
152
EXPECT_EQ(capturer_, source_->
GetVideoCapturer
());
216
EXPECT_TRUE(NULL != source_->
GetVideoCapturer
());
231
source_->
GetVideoCapturer
()->Stop();
/external/webrtc/talk/app/webrtc/objc/
RTCAVFoundationVideoSource.mm
61
cricket::VideoCapturer* capturer = self.videoSource->
GetVideoCapturer
();
/external/webrtc/talk/media/base/
capturemanager.cc
57
VideoCapturer*
GetVideoCapturer
() {
336
VideoCapturer* video_capturer = capture_state->
GetVideoCapturer
();
videoengine_unittest.h
105
bool is_camera_on() const { return T::
GetVideoCapturer
()->IsRunning(); }
107
cricket::VideoCapturer* video_capturer = T::
GetVideoCapturer
();
[
all
...]
Completed in 699 milliseconds