Home
last modified time | relevance | path

Searched refs:QtGLVideoItem (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtitem.h35 class QtGLVideoItem; variable
41 QtGLVideoItemInterface (QtGLVideoItem *w) : qt_item (w), lock() {}; in QtGLVideoItemInterface()
52 QtGLVideoItem *videoItem () { return qt_item; }; in videoItem()
59 QtGLVideoItem *qt_item;
63 class QtGLVideoItem : public QQuickItem, protected QOpenGLFunctions
76 QtGLVideoItem();
77 ~QtGLVideoItem();
Dqtitem.cc93 QtGLVideoItem::QtGLVideoItem() in QtGLVideoItem() function in QtGLVideoItem
130 QtGLVideoItem::~QtGLVideoItem() in ~QtGLVideoItem()
171 QtGLVideoItem::setDAR(gint num, gint den) in setDAR()
178 QtGLVideoItem::getDAR(gint * num, gint * den) in getDAR()
187 QtGLVideoItem::setForceAspectRatio(bool force_aspect_ratio) in setForceAspectRatio()
195 QtGLVideoItem::getForceAspectRatio() in getForceAspectRatio()
201 QtGLVideoItem::itemInitialized() in itemInitialized()
207 _calculate_par (QtGLVideoItem * widget, GstVideoInfo * info) in _calculate_par()
271 QtGLVideoItem::updatePaintNode(QSGNode * oldNode, in updatePaintNode()
366 QtGLVideoItem::fitStreamToAllocatedSize(GstVideoRectangle * result) in fitStreamToAllocatedSize()
[all …]
Dgstqtoverlay.cc236 QtGLVideoItem *qt_item = static_cast<QtGLVideoItem *> (g_value_get_pointer (value)); in gst_qt_overlay_set_property()
340 QtGLVideoItem *qt_item = static_cast<QtGLVideoItem *>(root->findChild<QtGLVideoItem *> ()); in gst_qt_overlay_gl_start()
Dgstqtelement.cc35 … qmlRegisterType<QtGLVideoItem> ("org.freedesktop.gstreamer.GLVideoItem", 1, 0, "GstGLVideoItem"); in qt5_element_init()
Dgstqtsink.cc212 QtGLVideoItem *qt_item = static_cast<QtGLVideoItem *> (g_value_get_pointer (value)); in gst_qt_sink_set_property()
/third_party/gstreamer/gstplugins_good/
DChangeLog6775 calls a method on the QtGLVideoItem instance that was
6777 Also, less frequently, QtGLVideoItem::onSceneGraphInitialized
7857 QtGLVideoItem: Use QSharedPointer::data() for better compatibility
7864 ../ext/qt/qtitem.cc: In destructor ‘virtual QtGLVideoItem::~QtGLVideoItem()’:
7866 GST_INFO ("%p Destroying QtGLVideoItem and invalidating the proxy %p", this, proxy.get());
7872 GST_INFO ("%p Destroying QtGLVideoItem and invalidating the proxy %p", this, proxy.get());