|
QGroundControl
Ground Control Station for MAVLink Drones
|
Collaboration diagram for _Qt6GLVideoItemPrivate:Public Attributes | |
| GMutex | lock |
| gboolean | force_aspect_ratio |
| gint | par_n |
| gint | par_d |
| GWeakRef | sink |
| gint | display_width |
| gint | display_height |
| GstBuffer * | buffer |
| GstCaps * | new_caps |
| GstCaps * | caps |
| GstVideoInfo | new_v_info |
| GstVideoInfo | v_info |
| gboolean | initted |
| GstGLDisplay * | display |
| QOpenGLContext * | qt_context |
| GstGLContext * | other_context |
| GstGLContext * | context |
| GQueue | bound_buffers |
| GQueue | potentially_unbound_buffers |
| GstQSG6OpenGLNode * | m_node |
Definition at line 59 of file qt6glitem.cc.
| GQueue _Qt6GLVideoItemPrivate::bound_buffers |
Definition at line 85 of file qt6glitem.cc.
Referenced by Qt6GLVideoItem::updatePaintNode().
| GstBuffer* _Qt6GLVideoItemPrivate::buffer |
Definition at line 72 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::setBuffer(), and Qt6GLVideoItem::updatePaintNode().
| GstCaps* _Qt6GLVideoItemPrivate::caps |
Definition at line 74 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::setBuffer(), Qt6GLVideoItemInterface::setCaps(), and Qt6GLVideoItem::updatePaintNode().
| GstGLContext* _Qt6GLVideoItemPrivate::context |
Definition at line 82 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::getContext(), and Qt6GLVideoItemInterface::initWinSys().
| GstGLDisplay* _Qt6GLVideoItemPrivate::display |
Definition at line 79 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::getDisplay(), and Qt6GLVideoItemInterface::initWinSys().
| gint _Qt6GLVideoItemPrivate::display_height |
Definition at line 70 of file qt6glitem.cc.
Referenced by _calculate_par(), and Qt6GLVideoItem::updatePaintNode().
| gint _Qt6GLVideoItemPrivate::display_width |
Definition at line 69 of file qt6glitem.cc.
Referenced by _calculate_par(), and Qt6GLVideoItem::updatePaintNode().
| gboolean _Qt6GLVideoItemPrivate::force_aspect_ratio |
Definition at line 64 of file qt6glitem.cc.
Referenced by Qt6GLVideoItem::updatePaintNode().
| gboolean _Qt6GLVideoItemPrivate::initted |
Definition at line 78 of file qt6glitem.cc.
Referenced by Qt6GLVideoItem::updatePaintNode().
| GMutex _Qt6GLVideoItemPrivate::lock |
Definition at line 61 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::initWinSys(), Qt6GLVideoItemInterface::setBuffer(), Qt6GLVideoItemInterface::setCaps(), Qt6GLVideoItemInterface::setSink(), and Qt6GLVideoItem::updatePaintNode().
| GstQSG6OpenGLNode* _Qt6GLVideoItemPrivate::m_node |
Definition at line 92 of file qt6glitem.cc.
Referenced by Qt6GLVideoItem::releaseResources(), and Qt6GLVideoItem::updatePaintNode().
| GstCaps* _Qt6GLVideoItemPrivate::new_caps |
Definition at line 73 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::setBuffer(), and Qt6GLVideoItemInterface::setCaps().
| GstVideoInfo _Qt6GLVideoItemPrivate::new_v_info |
Definition at line 75 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::setBuffer(), and Qt6GLVideoItemInterface::setCaps().
| GstGLContext* _Qt6GLVideoItemPrivate::other_context |
Definition at line 81 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::getQtContext(), Qt6GLVideoItemInterface::initWinSys(), and Qt6GLVideoItem::updatePaintNode().
| gint _Qt6GLVideoItemPrivate::par_d |
Definition at line 65 of file qt6glitem.cc.
Referenced by _calculate_par().
| gint _Qt6GLVideoItemPrivate::par_n |
Definition at line 65 of file qt6glitem.cc.
Referenced by _calculate_par().
| GQueue _Qt6GLVideoItemPrivate::potentially_unbound_buffers |
Definition at line 90 of file qt6glitem.cc.
Referenced by Qt6GLVideoItem::updatePaintNode().
| QOpenGLContext* _Qt6GLVideoItemPrivate::qt_context |
Definition at line 80 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::initWinSys().
| GWeakRef _Qt6GLVideoItemPrivate::sink |
Definition at line 67 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::setSink().
| GstVideoInfo _Qt6GLVideoItemPrivate::v_info |
Definition at line 76 of file qt6glitem.cc.
Referenced by Qt6GLVideoItemInterface::setBuffer().