Home
last modified time | relevance | path

Searched refs:QVideoSurfaceFormat (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimedia/video/
H A Dqvideosurfaceformat.cpp218 QVideoSurfaceFormat::QVideoSurfaceFormat() in QVideoSurfaceFormat() function in QVideoSurfaceFormat
227 QVideoSurfaceFormat::QVideoSurfaceFormat( in QVideoSurfaceFormat() function in QVideoSurfaceFormat
236 QVideoSurfaceFormat::QVideoSurfaceFormat(const QVideoSurfaceFormat &other) in QVideoSurfaceFormat() function in QVideoSurfaceFormat
244 QVideoSurfaceFormat &QVideoSurfaceFormat::operator =(const QVideoSurfaceFormat &other) in operator =()
254 QVideoSurfaceFormat::~QVideoSurfaceFormat() in ~QVideoSurfaceFormat()
263 bool QVideoSurfaceFormat::isValid() const in isValid()
271 bool QVideoSurfaceFormat::operator ==(const QVideoSurfaceFormat &other) const in operator ==()
279 bool QVideoSurfaceFormat::operator !=(const QVideoSurfaceFormat &other) const in operator !=()
380 QVideoSurfaceFormat::Direction QVideoSurfaceFormat::scanLineDirection() const in scanLineDirection()
438 QVideoSurfaceFormat::YCbCrColorSpace QVideoSurfaceFormat::yCbCrColorSpace() const in yCbCrColorSpace()
[all …]
H A Dqvideosurfaceformat.h57 class Q_MULTIMEDIA_EXPORT QVideoSurfaceFormat
79 QVideoSurfaceFormat();
80 QVideoSurfaceFormat(
84 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
85 ~QVideoSurfaceFormat();
87 QVideoSurfaceFormat &operator =(const QVideoSurfaceFormat &format);
89 bool operator ==(const QVideoSurfaceFormat &format) const;
90 bool operator !=(const QVideoSurfaceFormat &format) const;
141 Q_DECLARE_METATYPE(QVideoSurfaceFormat)
142 Q_DECLARE_METATYPE(QVideoSurfaceFormat::Direction)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/multimedia/video/
H A Dqvideosurfaceformat.cpp203 QVideoSurfaceFormat::QVideoSurfaceFormat() in QVideoSurfaceFormat() function in QVideoSurfaceFormat
213 QVideoSurfaceFormat::QVideoSurfaceFormat( in QVideoSurfaceFormat() function in QVideoSurfaceFormat
223 QVideoSurfaceFormat::QVideoSurfaceFormat(const QVideoSurfaceFormat &other) in QVideoSurfaceFormat() function in QVideoSurfaceFormat
232 QVideoSurfaceFormat &QVideoSurfaceFormat::operator =(const QVideoSurfaceFormat &other) in operator =()
243 QVideoSurfaceFormat::~QVideoSurfaceFormat() in ~QVideoSurfaceFormat()
253 bool QVideoSurfaceFormat::isValid() const in isValid()
262 bool QVideoSurfaceFormat::operator ==(const QVideoSurfaceFormat &other) const in operator ==()
271 bool QVideoSurfaceFormat::operator !=(const QVideoSurfaceFormat &other) const in operator !=()
382 QVideoSurfaceFormat::Direction QVideoSurfaceFormat::scanLineDirection() const in scanLineDirection()
447 QVideoSurfaceFormat::YCbCrColorSpace QVideoSurfaceFormat::yCbCrColorSpace() const in yCbCrColorSpace()
[all …]
H A Dqvideosurfaceformat.h62 class Q_MULTIMEDIA_EXPORT QVideoSurfaceFormat
84 QVideoSurfaceFormat();
85 QVideoSurfaceFormat(
89 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
90 ~QVideoSurfaceFormat();
92 QVideoSurfaceFormat &operator =(const QVideoSurfaceFormat &format);
94 bool operator ==(const QVideoSurfaceFormat &format) const;
95 bool operator !=(const QVideoSurfaceFormat &format) const;
136 Q_MULTIMEDIA_EXPORT QDebug operator<<(QDebug, const QVideoSurfaceFormat &);
141 Q_DECLARE_METATYPE(QVideoSurfaceFormat::Direction)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qabstractvideosurface/
H A Dtst_qabstractvideosurface.cpp73 Q_DECLARE_METATYPE(QVideoSurfaceFormat)
158 << QVideoSurfaceFormat( in isFormatSupported_data()
165 << QVideoSurfaceFormat( in isFormatSupported_data()
190 << QVideoSurfaceFormat( in isFormatSupported_data()
197 << QVideoSurfaceFormat( in isFormatSupported_data()
204 << QVideoSurfaceFormat( in isFormatSupported_data()
219 << QVideoSurfaceFormat( in isFormatSupported_data()
229 QFETCH(QVideoSurfaceFormat, format); in isFormatSupported()
245 QFETCH(QVideoSurfaceFormat, format); in nearestFormat()
271 QFETCH(QVideoSurfaceFormat, format); in start()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qvideosurfaceformat/
H A Dtst_qvideosurfaceformat.cpp110 QVideoSurfaceFormat format; in constructNull()
281 << QVideoSurfaceFormat::TopToBottom; in scanLineDirection_data()
361 << QVideoSurfaceFormat::YCbCr_JPEG; in yCbCrColorSpace_data()
550 QVideoSurfaceFormat format1( in compare()
552 QVideoSurfaceFormat format2( in compare()
554 QVideoSurfaceFormat format3( in compare()
556 QVideoSurfaceFormat format4( in compare()
681 QVideoSurfaceFormat original( in copy()
685 QVideoSurfaceFormat copy(original); in copy()
707 QVideoSurfaceFormat copy( in assign()
[all …]
/dports/databases/py-qt5-sql/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/www/py-qt5-websockets/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/www/py-qt5-webkit/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/net/py-qt5-network/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/devel/py-qt5-remoteobjects/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/devel/py-qt5-test/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/misc/py-qt5-demo/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/lang/py-qt5-qml/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqvideosurfaceformat.sip23 class QVideoSurfaceFormat
46 QVideoSurfaceFormat();
47QVideoSurfaceFormat(const QSize &size, QVideoFrame::PixelFormat format, QAbstractVideoBuffer::Hand…
48 QVideoSurfaceFormat(const QVideoSurfaceFormat &format);
49 ~QVideoSurfaceFormat();
50 bool operator==(const QVideoSurfaceFormat &format) const;
51 bool operator!=(const QVideoSurfaceFormat &format) const;
62 QVideoSurfaceFormat::Direction scanLineDirection() const;
63 void setScanLineDirection(QVideoSurfaceFormat::Direction direction);
69 QVideoSurfaceFormat::YCbCrColorSpace yCbCrColorSpace() const;
[all …]

12345678910