Searched refs:VideoWindow (Results 1 – 2 of 2) sorted by relevance
46 class GdiVideoRenderer::VideoWindow : public rtc::Win32Window { class in cricket::GdiVideoRenderer48 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::VideoWindow129 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 …]
53 class VideoWindow; // forward declaration, defined in the .cc file54 rtc::scoped_ptr<VideoWindow> window_;