HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcVcmFactoryInterface (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.h 45 class WebRtcVcmFactoryInterface {
47 virtual ~WebRtcVcmFactoryInterface() {}
60 explicit WebRtcVideoCapturer(WebRtcVcmFactoryInterface* factory);
89 talk_base::scoped_ptr<WebRtcVcmFactoryInterface> factory_;
fakewebrtcvcmfactory.h 36 class FakeWebRtcVcmFactory : public cricket::WebRtcVcmFactoryInterface {
webrtcvideocapturer.cc 65 class WebRtcVcmFactory : public WebRtcVcmFactoryInterface {
131 WebRtcVideoCapturer::WebRtcVideoCapturer(WebRtcVcmFactoryInterface* factory)

Completed in 1126 milliseconds