Searched refs:WebRtcVideoCapturer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturerfactory.cc35 rtc::scoped_ptr<WebRtcVideoCapturer> capturer(
36 new WebRtcVideoCapturer());
H A Dwebrtcvideocapturer.h43 // Factory to allow injection of a VCM impl into WebRtcVideoCapturer.
56 class WebRtcVideoCapturer : public VideoCapturer, class in namespace:cricket
59 WebRtcVideoCapturer();
60 explicit WebRtcVideoCapturer(WebRtcVcmFactoryInterface* factory);
61 virtual ~WebRtcVideoCapturer();
H A Dwebrtcvideocapturer.cc26 // Implementation of class WebRtcVideoCapturer.
123 // Implementation of class WebRtcVideoCapturer
126 WebRtcVideoCapturer::WebRtcVideoCapturer() function in class:cricket::WebRtcVideoCapturer
133 WebRtcVideoCapturer::WebRtcVideoCapturer(WebRtcVcmFactoryInterface* factory) function in class:cricket::WebRtcVideoCapturer
140 WebRtcVideoCapturer::~WebRtcVideoCapturer() {
146 bool WebRtcVideoCapturer::Init(const Device& device) {
218 bool WebRtcVideoCapturer
[all...]
H A Dwebrtcvideocapturer_unittest.cc48 capturer_(new cricket::WebRtcVideoCapturer(factory_)),
62 rtc::scoped_ptr<cricket::WebRtcVideoCapturer> capturer_;

Completed in 264 milliseconds