![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QVideoFrameFormatPrivate ()=default | |
QVideoFrameFormatPrivate (const QSize &size, QVideoFrameFormat::PixelFormat format) | |
bool | operator== (const QVideoFrameFormatPrivate &other) const |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Static Public Member Functions | |
static bool | frameRatesEqual (qreal r1, qreal r2) |
Definition at line 20 of file qvideoframeformat.cpp.
|
default |
|
inline |
Definition at line 25 of file qvideoframeformat.cpp.
Definition at line 48 of file qvideoframeformat.cpp.
References qAbs(), qMin(), r1, and r2.
Referenced by operator==().
|
inline |
Definition at line 34 of file qvideoframeformat.cpp.
References colorSpace, frameRate, frameRatesEqual(), frameSize, mirrored, other(), pixelFormat, scanLineDirection, and viewport.
QVideoFrameFormat::ColorRange QVideoFrameFormatPrivate::colorRange = QVideoFrameFormat::ColorRange_Unknown |
Definition at line 58 of file qvideoframeformat.cpp.
Referenced by QVideoFrameFormat::colorRange(), and QVideoFrameFormat::setColorRange().
QVideoFrameFormat::ColorSpace QVideoFrameFormatPrivate::colorSpace = QVideoFrameFormat::ColorSpace_Undefined |
Definition at line 56 of file qvideoframeformat.cpp.
Referenced by QVideoFrameFormat::colorSpace(), operator==(), and QVideoFrameFormat::setColorSpace().
QVideoFrameFormat::ColorTransfer QVideoFrameFormatPrivate::colorTransfer = QVideoFrameFormat::ColorTransfer_Unknown |
Definition at line 57 of file qvideoframeformat.cpp.
Referenced by QVideoFrameFormat::colorTransfer(), QVideoFrameFormat::maxLuminance(), and QVideoFrameFormat::setColorTransfer().
float QVideoFrameFormatPrivate::frameRate = 0.0 |
Definition at line 60 of file qvideoframeformat.cpp.
Referenced by QVideoFrameFormat::frameRate(), operator==(), and QVideoFrameFormat::setFrameRate().
QSize QVideoFrameFormatPrivate::frameSize |
Definition at line 55 of file qvideoframeformat.cpp.
Referenced by QVideoFrameFormat::frameHeight(), QVideoFrameFormat::frameSize(), QVideoFrameFormat::frameWidth(), QVideoFrameFormat::isValid(), operator==(), QVideoFrameFormat::setFrameSize(), and QVideoFrameFormat::setFrameSize().
float QVideoFrameFormatPrivate::maxLuminance = -1. |
Definition at line 61 of file qvideoframeformat.cpp.
Referenced by QVideoFrameFormat::maxLuminance(), and QVideoFrameFormat::setMaxLuminance().
bool QVideoFrameFormatPrivate::mirrored = false |
Definition at line 62 of file qvideoframeformat.cpp.
Referenced by QVideoFrameFormat::isMirrored(), operator==(), and QVideoFrameFormat::setMirrored().
QVideoFrameFormat::PixelFormat QVideoFrameFormatPrivate::pixelFormat = QVideoFrameFormat::Format_Invalid |
Definition at line 53 of file qvideoframeformat.cpp.
Referenced by QVideoFrameFormat::isValid(), operator==(), QVideoFrameFormat::pixelFormat(), and QVideoFrameFormat::planeCount().
QVideoFrameFormat::Direction QVideoFrameFormatPrivate::scanLineDirection = QVideoFrameFormat::TopToBottom |
Definition at line 54 of file qvideoframeformat.cpp.
Referenced by operator==(), QVideoFrameFormat::scanLineDirection(), and QVideoFrameFormat::setScanLineDirection().
QRect QVideoFrameFormatPrivate::viewport |
Definition at line 59 of file qvideoframeformat.cpp.
Referenced by operator==(), QVideoFrameFormat::setFrameSize(), QVideoFrameFormat::setFrameSize(), QVideoFrameFormat::setViewport(), and QVideoFrameFormat::viewport().