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

  /external/webrtc/talk/media/devices/
filevideocapturer.h 143 class FileReadThread; // Forward declaration, defined in .cc.
150 FileReadThread* file_read_thread_;
filevideocapturer.cc 105 // Definition of private class FileReadThread that periodically reads
108 class FileVideoCapturer::FileReadThread
111 explicit FileReadThread(FileVideoCapturer* capturer)
116 virtual ~FileReadThread() {
155 RTC_DISALLOW_COPY_AND_ASSIGN(FileReadThread);
246 file_read_thread_ = new FileReadThread(this);
314 // Executed in the context of FileReadThread.

Completed in 286 milliseconds