Qt 4.8
|
Public Functions | |
QVideoFramePrivate () | |
QVideoFramePrivate (const QSize &size, QVideoFrame::PixelFormat format) | |
~QVideoFramePrivate () | |
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... | |
Public Variables | |
QAbstractVideoBuffer * | buffer |
int | bytesPerLine |
uchar * | data |
qint64 | endTime |
QVideoFrame::FieldType | fieldType |
int | mappedBytes |
QVideoFrame::PixelFormat | pixelFormat |
QSize | size |
qint64 | startTime |
Public Variables inherited from QSharedData | |
QAtomicInt | ref |
Definition at line 55 of file qvideoframe.cpp.
|
inline |
Definition at line 58 of file qvideoframe.cpp.
|
inline |
Definition at line 70 of file qvideoframe.cpp.
|
inline |
Definition at line 83 of file qvideoframe.cpp.
QAbstractVideoBuffer* QVideoFramePrivate::buffer |
Definition at line 96 of file qvideoframe.cpp.
Referenced by QVideoFrame::handle(), QVideoFrame::handleType(), QVideoFrame::isMapped(), QVideoFrame::isReadable(), QVideoFrame::isValid(), QVideoFrame::isWritable(), QVideoFrame::map(), QVideoFrame::mapMode(), QVideoFrame::QVideoFrame(), QVideoFrame::unmap(), and ~QVideoFramePrivate().
int QVideoFramePrivate::bytesPerLine |
Definition at line 93 of file qvideoframe.cpp.
Referenced by QVideoFrame::bytesPerLine(), QVideoFrame::map(), and QVideoFrame::unmap().
uchar* QVideoFramePrivate::data |
Definition at line 91 of file qvideoframe.cpp.
Referenced by QVideoFrame::bits(), QVideoFrame::map(), and QVideoFrame::unmap().
qint64 QVideoFramePrivate::endTime |
Definition at line 90 of file qvideoframe.cpp.
Referenced by QVideoFrame::endTime(), and QVideoFrame::setEndTime().
QVideoFrame::FieldType QVideoFramePrivate::fieldType |
Definition at line 95 of file qvideoframe.cpp.
Referenced by QVideoFrame::fieldType(), and QVideoFrame::setFieldType().
int QVideoFramePrivate::mappedBytes |
Definition at line 92 of file qvideoframe.cpp.
Referenced by QVideoFrame::map(), QVideoFrame::mappedBytes(), and QVideoFrame::unmap().
QVideoFrame::PixelFormat QVideoFramePrivate::pixelFormat |
Definition at line 94 of file qvideoframe.cpp.
Referenced by QVideoFrame::pixelFormat(), and QVideoFrame::QVideoFrame().
QSize QVideoFramePrivate::size |
Definition at line 88 of file qvideoframe.cpp.
Referenced by QVideoFrame::height(), QVideoFrame::size(), and QVideoFrame::width().
qint64 QVideoFramePrivate::startTime |
Definition at line 89 of file qvideoframe.cpp.
Referenced by QVideoFrame::setStartTime(), and QVideoFrame::startTime().