Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsgvideonode_p.cpp File Reference

(ab289ee959e171d352472671f2efa8d7f71623b4)

#include "qsgvideonode_p.h"
#include <QtQuick/qsgmaterial.h>
#include "qsgvideotexture_p.h"
#include <QtMultimedia/private/qvideotexturehelper_p.h>
#include <private/qsginternaltextnode_p.h>
#include <private/qquickitem_p.h>
#include <private/qquickvideooutput_p.h>
#include <private/qhwvideobuffer_p.h>
#include <private/qvideoframetexturepool_p.h>
Include dependency graph for qsgvideonode_p.cpp:

Go to the source code of this file.

Classes

class  QSGVideoMaterialRhiShader
class  QSGVideoMaterial

Functions

static QT_BEGIN_NAMESPACE void qSetGeom (QSGGeometry::TexturedPoint2D *v, const QPointF &p)
static void qSetTex (QSGGeometry::TexturedPoint2D *v, const QPointF &p)
static void qSwapTex (QSGGeometry::TexturedPoint2D *v0, QSGGeometry::TexturedPoint2D *v1)

Function Documentation

◆ qSetGeom()

QT_BEGIN_NAMESPACE void qSetGeom ( QSGGeometry::TexturedPoint2D * v,
const QPointF & p )
inlinestatic

Definition at line 21 of file qsgvideonode_p.cpp.

◆ qSetTex()

void qSetTex ( QSGGeometry::TexturedPoint2D * v,
const QPointF & p )
inlinestatic

Definition at line 27 of file qsgvideonode_p.cpp.

◆ qSwapTex()

void qSwapTex ( QSGGeometry::TexturedPoint2D * v0,
QSGGeometry::TexturedPoint2D * v1 )
inlinestatic

Definition at line 33 of file qsgvideonode_p.cpp.