OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcVideoCapturer
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvideocapturerfactory.cc
28
#include "talk/media/webrtc/
webrtcvideocapturer
.h"
35
rtc::scoped_ptr<
WebRtcVideoCapturer
> capturer(
36
new
WebRtcVideoCapturer
());
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
...]
webrtcvideocapturer_unittest.cc
33
#include "talk/media/webrtc/
webrtcvideocapturer
.h"
50
capturer_(new cricket::
WebRtcVideoCapturer
(factory_)),
64
rtc::scoped_ptr<cricket::
WebRtcVideoCapturer
> capturer_;
Completed in 46 milliseconds