Lines Matching refs:GstBackingSurface
38 class GstBackingSurface : public QWindow class
41 GstBackingSurface();
42 ~GstBackingSurface();
51 GstBackingSurface::GstBackingSurface() in GstBackingSurface() function in GstBackingSurface
58 GstBackingSurface::~GstBackingSurface() in ~GstBackingSurface()
62 QSize GstBackingSurface::size () const in size()
67 void GstBackingSurface::setSize (int width, int height) in setSize()
124 GstBackingSurface *m_surface;
282 m_sharedRenderData->m_surface = new GstBackingSurface; in event()
712 GstBackingSurface *surface = in updateSizes()
713 static_cast<GstBackingSurface *>(m_sharedRenderData->m_surface); in updateSizes()
731 static_cast<GstBackingSurface *>(m_sharedRenderData->m_surface)->setSize(w, h); in setSize()