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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
yuvframescapturer.cc 12 // Definition of private class YuvFramesThread that periodically generates
15 class YuvFramesCapturer::YuvFramesThread
18 explicit YuvFramesThread(YuvFramesCapturer* capturer)
23 virtual ~YuvFramesThread() {
64 DISALLOW_COPY_AND_ASSIGN(YuvFramesThread);
118 frames_generator_thread = new YuvFramesThread(this);
150 // Executed in the context of YuvFramesThread.
yuvframescapturer.h 52 class YuvFramesThread; // Forward declaration, defined in .cc.
56 YuvFramesThread* frames_generator_thread;

Completed in 777 milliseconds