Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtglrenderer.cc214 m_rootItem(nullptr), in GstQuickRenderer()
535 if (m_rootItem) in cleanup()
536 delete m_rootItem; in cleanup()
537 m_rootItem = nullptr; in cleanup()
692 m_rootItem = qobject_cast<QQuickItem *>(rootObject); in initializeQml()
693 if (!m_rootItem) { in initializeQml()
700 m_rootItem->setParentItem(m_quickWindow->contentItem()); in initializeQml()
717 m_rootItem->setWidth(size.width()); in updateSizes()
718 m_rootItem->setHeight(size.height()); in updateSizes()
764 return m_rootItem; in rootItem()
Dqtglrenderer.h98 QQuickItem *m_rootItem; in QT_FORWARD_DECLARE_CLASS() local