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
qvideowindow.cpp File Reference

(605f577ad7af957fbd63e10ecbf366e82e014352)

#include "qvideowindow_p.h"
#include <QPlatformSurfaceEvent>
#include <qfile.h>
#include <qpainter.h>
#include <private/qguiapplication_p.h>
#include <private/qmemoryvideobuffer_p.h>
#include <private/qhwvideobuffer_p.h>
#include <private/qmultimediautils_p.h>
#include <private/qvideoframe_p.h>
#include <qpa/qplatformintegration.h>
#include "moc_qvideowindow_p.cpp"
Include dependency graph for qvideowindow.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE QSurface::SurfaceType platformSurfaceType ()
static QShader vwGetShader (const QString &name)

Variables

static const float g_vw_quad []

Function Documentation

◆ platformSurfaceType()

QT_BEGIN_NAMESPACE QSurface::SurfaceType platformSurfaceType ( )
static

Definition at line 17 of file qvideowindow.cpp.

◆ vwGetShader()

QShader vwGetShader ( const QString & name)
static

Definition at line 101 of file qvideowindow.cpp.

Variable Documentation

◆ g_vw_quad

const float g_vw_quad
static
Initial value:
= {
-1.f, -1.f, 0.f, 0.f,
-1.f, 1.f, 0.f, 1.f,
1.f, -1.f, 1.f, 0.f,
1.f, 1.f, 1.f, 1.f,
-1.f, -1.f, 0.f, 1.f,
-1.f, 1.f, 1.f, 1.f,
1.f, -1.f, 0.f, 0.f,
1.f, 1.f, 1.f, 0.f,
-1.f, -1.f, 1.f, 1.f,
-1.f, 1.f, 1.f, 0.f,
1.f, -1.f, 0.f, 1.f,
1.f, 1.f, 0.f, 0.f,
-1.f, -1.f, 1.f, 0.f,
-1.f, 1.f, 0.f, 0.f,
1.f, -1.f, 1.f, 1.f,
1.f, 1.f, 0.f, 1.f
}

Definition at line 76 of file qvideowindow.cpp.