![]() |
Qt 6.x
The Qt SDK
|
#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) |
|
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:| QDebug operator<< | ( | QDebug | dbg, |
| const QVideoFrameFormat & | f | ||
| ) |
Definition at line 973 of file qvideoframeformat.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| QVideoFrameFormat::ColorSpace | cs | ||
| ) |
Definition at line 934 of file qvideoframeformat.cpp.
References QVideoFrameFormat::ColorSpace_AdobeRgb, QVideoFrameFormat::ColorSpace_BT2020, QVideoFrameFormat::ColorSpace_BT601, and QVideoFrameFormat::ColorSpace_BT709.
| QDebug operator<< | ( | QDebug | dbg, |
| QVideoFrameFormat::Direction | dir | ||
| ) |
Definition at line 958 of file qvideoframeformat.cpp.
References QVideoFrameFormat::BottomToTop, dir, and QVideoFrameFormat::TopToBottom.
| 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 | ( | QVideoFrameFormatPrivate | ) |