Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qvideoframeformat.cpp File Reference

(075da34d998790c5a0ba5a312837382db9bdc963)

#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 1012 of file qvideoframeformat.cpp.

◆ operator<<() [2/4]

◆ operator<<() [3/4]

◆ operator<<() [4/4]

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

Definition at line 1030 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 )