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

  /external/webrtc/talk/media/devices/
yuvframescapturer.cc 39 // Definition of private class YuvFramesThread that periodically generates
42 class YuvFramesCapturer::YuvFramesThread
45 explicit YuvFramesThread(YuvFramesCapturer* capturer)
50 virtual ~YuvFramesThread() {
91 RTC_DISALLOW_COPY_AND_ASSIGN(YuvFramesThread);
145 frames_generator_thread = new YuvFramesThread(this);
177 // Executed in the context of YuvFramesThread.
yuvframescapturer.h 79 class YuvFramesThread; // Forward declaration, defined in .cc.
83 YuvFramesThread* frames_generator_thread;

Completed in 146 milliseconds