Searched refs:QtGLVideoItem (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | qtitem.h | 35 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();
|
D | qtitem.cc | 93 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 …]
|
D | gstqtoverlay.cc | 236 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()
|
D | gstqtelement.cc | 35 … qmlRegisterType<QtGLVideoItem> ("org.freedesktop.gstreamer.GLVideoItem", 1, 0, "GstGLVideoItem"); in qt5_element_init()
|
D | gstqtsink.cc | 212 QtGLVideoItem *qt_item = static_cast<QtGLVideoItem *> (g_value_get_pointer (value)); in gst_qt_sink_set_property()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 6775 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());
|