Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtglrenderer.cc38 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()
[all …]
Dqtglrenderer.h37 QT_FORWARD_DECLARE_CLASS(GstBackingSurface) in QT_FORWARD_DECLARE_CLASS()