Home
last modified time | relevance | path

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

/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc46 class GdiVideoRenderer::VideoWindow : public rtc::Win32Window { class in cricket::GdiVideoRenderer
48 VideoWindow(int x, int y, int width, int height);
49 virtual ~VideoWindow();
72 explicit WindowThread(VideoWindow* window) : window_(window) {} in WindowThread()
93 VideoWindow* window_;
113 GdiVideoRenderer::VideoWindow::VideoWindow( in VideoWindow() function in cricket::GdiVideoRenderer::VideoWindow
129 GdiVideoRenderer::VideoWindow::~VideoWindow() { in ~VideoWindow()
137 bool GdiVideoRenderer::VideoWindow::SetSize(int width, int height) { in SetSize()
149 bool GdiVideoRenderer::VideoWindow::RenderFrame(const VideoFrame* video_frame) { in RenderFrame()
165 bool GdiVideoRenderer::VideoWindow::OnMessage(UINT uMsg, WPARAM wParam, in OnMessage()
[all …]
Dgdivideorenderer.h53 class VideoWindow; // forward declaration, defined in the .cc file
54 rtc::scoped_ptr<VideoWindow> window_;