HomeSort by relevance Sort by last modified time
    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