HomeSort by relevance Sort by last modified time
    Searched defs:FakeWebRtcVideoCaptureModule (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/webrtc/
fakewebrtcvcmfactory.h 33 #include "talk/media/webrtc/fakewebrtcvideocapturemodule.h"
43 FakeWebRtcVideoCaptureModule* module =
44 new FakeWebRtcVideoCaptureModule(this, module_id);
57 std::vector<FakeWebRtcVideoCaptureModule*> modules;
60 FakeWebRtcVideoCaptureModule::~FakeWebRtcVideoCaptureModule() {
fakewebrtcvideocapturemodule.h 40 class FakeWebRtcVideoCaptureModule : public webrtc::VideoCaptureModule {
42 FakeWebRtcVideoCaptureModule(FakeWebRtcVcmFactory* factory, int32_t id)
129 ~FakeWebRtcVideoCaptureModule();

Completed in 62 milliseconds