OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebRtcVideoCapturer
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h
46
// Factory to allow injection of a VCM impl into
WebRtcVideoCapturer
.
59
class
WebRtcVideoCapturer
: public VideoCapturer,
62
WebRtcVideoCapturer
();
63
explicit
WebRtcVideoCapturer
(WebRtcVcmFactoryInterface* factory);
64
virtual ~
WebRtcVideoCapturer
();
webrtcvideocapturer.cc
28
#include "talk/media/webrtc/
webrtcvideocapturer
.h"
128
// Implementation of class
WebRtcVideoCapturer
131
WebRtcVideoCapturer
::
WebRtcVideoCapturer
()
140
WebRtcVideoCapturer
::
WebRtcVideoCapturer
(WebRtcVcmFactoryInterface* factory)
149
WebRtcVideoCapturer
::~
WebRtcVideoCapturer
() {
155
bool
WebRtcVideoCapturer
::Init(const Device& device) {
229
bool
WebRtcVideoCapturer
::Init(webrtc::VideoCaptureModule* module)
[
all
...]
Completed in 87 milliseconds