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

/external/webrtc/talk/media/devices/
H A Dgdivideorenderer.cc43 // Definition of private class VideoWindow. We use a worker thread to manage
46 class GdiVideoRenderer::VideoWindow : public rtc::Win32Window { class in class:cricket::GdiVideoRenderer
48 VideoWindow(int x, int y, int width, int height);
49 virtual ~VideoWindow();
58 // better to pass RGB bytes to VideoWindow. However, we pass VideoFrame to put
59 // all the thread synchronization within VideoWindow.
72 explicit WindowThread(VideoWindow* window) : window_(window) {}
93 VideoWindow* window_;
111 // Implementation of class VideoWindow
113 GdiVideoRenderer::VideoWindow function in class:cricket::GdiVideoRenderer::VideoWindow
[all...]

Completed in 51 milliseconds