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

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.cc26 // Implementation of VideoRecorder and FileVideoCapturer.
104 class FileVideoCapturer::FileReadThread
107 explicit FileReadThread(FileVideoCapturer* capturer)
147 FileVideoCapturer* capturer_;
155 // Implementation of class FileVideoCapturer
158 const char* FileVideoCapturer::kVideoFileDevicePrefix = "video-file:";
160 FileVideoCapturer::FileVideoCapturer() function in class:cricket::FileVideoCapturer
169 FileVideoCapturer::~FileVideoCapturer() {
[all...]
H A Dfilevideocapturer.h26 // This file contains two classes, VideoRecorder and FileVideoCapturer.
31 // FileVideoCapturer, a subclass of VideoCapturer, is a simulated video capturer
75 class FileVideoCapturer : public VideoCapturer { class in namespace:cricket
77 FileVideoCapturer();
78 virtual ~FileVideoCapturer();
81 // with a FileVideoCapturer.
151 DISALLOW_COPY_AND_ASSIGN(FileVideoCapturer);

Completed in 56 milliseconds