Home
last modified time | relevance | path

Searched refs:WindowThread (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc70 class WindowThread : public rtc::Thread { class in cricket::GdiVideoRenderer::VideoWindow
72 explicit WindowThread(VideoWindow* window) : window_(window) {} in WindowThread() function in cricket::GdiVideoRenderer::VideoWindow::WindowThread
74 virtual ~WindowThread() { in ~WindowThread()
104 rtc::scoped_ptr<WindowThread> window_thread_;
140 window_thread_.reset(new WindowThread(this)); in SetSize()