Searched defs:TestVideoCapturer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideosource_unittest.cc56 // TestVideoCapturer extends cricket::FakeVideoCapturer so it can be used for
60 class TestVideoCapturer : public cricket::FakeVideoCapturer { class in inherits:cricket::FakeVideoCapturer
62 TestVideoCapturer() : test_without_formats_(false) { function in class:TestVideoCapturer
130 : capturer_cleanup_(new TestVideoCapturer()),
160 rtc::scoped_ptr<TestVideoCapturer> capturer_cleanup_;
161 TestVideoCapturer* capturer_;

Completed in 223 milliseconds