Qt 4.8
|
Public Functions | |
bool | operator== (const QVideoSurfaceFormatPrivate &other) const |
QVideoSurfaceFormatPrivate () | |
QVideoSurfaceFormatPrivate (const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::HandleType type) | |
QVideoSurfaceFormatPrivate (const QVideoSurfaceFormatPrivate &other) | |
Public Functions inherited from QSharedData | |
QSharedData () | |
Constructs a QSharedData object with a reference count of 0. More... | |
QSharedData (const QSharedData &) | |
Constructs a QSharedData object with reference count 0. More... | |
Static Public Functions | |
static bool | frameRatesEqual (qreal r1, qreal r2) |
Public Variables | |
qreal | frameRate |
QSize | frameSize |
QAbstractVideoBuffer::HandleType | handleType |
QSize | pixelAspectRatio |
QVideoFrame::PixelFormat | pixelFormat |
QList< QByteArray > | propertyNames |
QList< QVariant > | propertyValues |
QVideoSurfaceFormat::Direction | scanLineDirection |
QRect | viewport |
QVideoSurfaceFormat::YCbCrColorSpace | ycbcrColorSpace |
Public Variables inherited from QSharedData | |
QAtomicInt | ref |
Definition at line 52 of file qvideosurfaceformat.cpp.
|
inline |
Definition at line 55 of file qvideosurfaceformat.cpp.
|
inline |
Definition at line 65 of file qvideosurfaceformat.cpp.
|
inline |
Definition at line 80 of file qvideosurfaceformat.cpp.
|
inline |
Definition at line 95 of file qvideosurfaceformat.cpp.
qreal QVideoSurfaceFormatPrivate::frameRate |
Definition at line 130 of file qvideosurfaceformat.cpp.
Referenced by QVideoSurfaceFormat::frameRate(), operator==(), QVideoSurfaceFormat::property(), QVideoSurfaceFormat::setFrameRate(), and QVideoSurfaceFormat::setProperty().
QSize QVideoSurfaceFormatPrivate::frameSize |
Definition at line 126 of file qvideosurfaceformat.cpp.
Referenced by QVideoSurfaceFormat::frameHeight(), QVideoSurfaceFormat::frameSize(), QVideoSurfaceFormat::frameWidth(), QVideoSurfaceFormat::isValid(), operator==(), QVideoSurfaceFormat::property(), QVideoSurfaceFormat::setFrameSize(), and QVideoSurfaceFormat::setProperty().
QAbstractVideoBuffer::HandleType QVideoSurfaceFormatPrivate::handleType |
Definition at line 124 of file qvideosurfaceformat.cpp.
Referenced by QVideoSurfaceFormat::handleType(), operator==(), and QVideoSurfaceFormat::property().
QSize QVideoSurfaceFormatPrivate::pixelAspectRatio |
Definition at line 127 of file qvideosurfaceformat.cpp.
Referenced by operator==(), QVideoSurfaceFormat::pixelAspectRatio(), QVideoSurfaceFormat::property(), QVideoSurfaceFormat::setPixelAspectRatio(), QVideoSurfaceFormat::setProperty(), and QVideoSurfaceFormat::sizeHint().
QVideoFrame::PixelFormat QVideoSurfaceFormatPrivate::pixelFormat |
Definition at line 123 of file qvideosurfaceformat.cpp.
Referenced by QVideoSurfaceFormat::isValid(), operator==(), QVideoSurfaceFormat::pixelFormat(), and QVideoSurfaceFormat::property().
QList<QByteArray> QVideoSurfaceFormatPrivate::propertyNames |
Definition at line 131 of file qvideosurfaceformat.cpp.
Referenced by operator==(), QVideoSurfaceFormat::property(), QVideoSurfaceFormat::propertyNames(), and QVideoSurfaceFormat::setProperty().
Definition at line 132 of file qvideosurfaceformat.cpp.
Referenced by operator==(), QVideoSurfaceFormat::property(), and QVideoSurfaceFormat::setProperty().
QVideoSurfaceFormat::Direction QVideoSurfaceFormatPrivate::scanLineDirection |
Definition at line 125 of file qvideosurfaceformat.cpp.
Referenced by operator==(), QVideoSurfaceFormat::property(), QVideoSurfaceFormat::scanLineDirection(), QVideoSurfaceFormat::setProperty(), and QVideoSurfaceFormat::setScanLineDirection().
QRect QVideoSurfaceFormatPrivate::viewport |
Definition at line 129 of file qvideosurfaceformat.cpp.
Referenced by operator==(), QVideoSurfaceFormat::property(), QVideoSurfaceFormat::setFrameSize(), QVideoSurfaceFormat::setProperty(), QVideoSurfaceFormat::setViewport(), QVideoSurfaceFormat::sizeHint(), and QVideoSurfaceFormat::viewport().
QVideoSurfaceFormat::YCbCrColorSpace QVideoSurfaceFormatPrivate::ycbcrColorSpace |
Definition at line 128 of file qvideosurfaceformat.cpp.
Referenced by operator==(), QVideoSurfaceFormat::property(), QVideoSurfaceFormat::setProperty(), QVideoSurfaceFormat::setYCbCrColorSpace(), and QVideoSurfaceFormat::yCbCrColorSpace().