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

/external/webrtc/talk/media/devices/
H A Dfilevideocapturer.cc28 // Implementation of VideoRecorder and FileVideoCapturer.
108 class FileVideoCapturer::FileReadThread
111 explicit FileReadThread(FileVideoCapturer* capturer)
151 FileVideoCapturer* capturer_;
159 // Implementation of class FileVideoCapturer
162 const char* FileVideoCapturer::kVideoFileDevicePrefix = "video-file:";
164 FileVideoCapturer::FileVideoCapturer() function in class:cricket::FileVideoCapturer
172 FileVideoCapturer::~FileVideoCapturer() {
[all...]
H A Dfilevideocapturer.h29 // This file contains two classes, VideoRecorder and FileVideoCapturer.
34 // FileVideoCapturer, a subclass of VideoCapturer, is a simulated video capturer
78 class FileVideoCapturer : public VideoCapturer { class in namespace:cricket
82 FileVideoCapturer();
83 virtual ~FileVideoCapturer();
86 // with a FileVideoCapturer.
155 RTC_DISALLOW_COPY_AND_ASSIGN(FileVideoCapturer);

Completed in 488 milliseconds