Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qvideoframeformat.cpp File Reference
#include "qvideoframeformat.h"
#include "qvideotexturehelper_p.h"
#include <qdebug.h>
#include <qlist.h>
#include <qmetatype.h>
#include <qpair.h>
#include <qvariant.h>
#include <qmatrix4x4.h>
+ Include dependency graph for qvideoframeformat.cpp:

Go to the source code of this file.

Classes

class  QVideoFrameFormatPrivate
 

Functions

static void initResource ()
 
 QT_DEFINE_QESDP_SPECIALIZATION_DTOR (QVideoFrameFormatPrivate)
 
QDebug operator<< (QDebug dbg, QVideoFrameFormat::ColorSpace cs)
 
QDebug operator<< (QDebug dbg, QVideoFrameFormat::Direction dir)
 
QDebug operator<< (QDebug dbg, const QVideoFrameFormat &f)
 
QDebug operator<< (QDebug dbg, QVideoFrameFormat::PixelFormat pf)
 

Function Documentation

◆ initResource()

static void initResource ( )
static

Definition at line 14 of file qvideoframeformat.cpp.

References Q_INIT_RESOURCE.

Referenced by QVideoFrameFormat::QVideoFrameFormat().

+ Here is the caller graph for this function:

◆ operator<<() [1/4]

QDebug operator<< ( QDebug  dbg,
const QVideoFrameFormat f 
)

Definition at line 973 of file qvideoframeformat.cpp.

◆ operator<<() [2/4]

◆ operator<<() [3/4]

QDebug operator<< ( QDebug  dbg,
QVideoFrameFormat::Direction  dir 
)

◆ operator<<() [4/4]

QDebug operator<< ( QDebug  dbg,
QVideoFrameFormat::PixelFormat  pf 
)

Definition at line 991 of file qvideoframeformat.cpp.

References QVideoFrameFormat::pixelFormatToString(), and QStringLiteral.

+ Here is the call graph for this function:

◆ QT_DEFINE_QESDP_SPECIALIZATION_DTOR()

QT_DEFINE_QESDP_SPECIALIZATION_DTOR ( QVideoFrameFormatPrivate  )