Home
last modified time | relevance | path

Searched refs:QAbstractVideoSurface (Results 1 – 25 of 377) sorted by path

12345678910>>...16

/dports/comms/py-qt5-sensors/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqabstractvideosurface.sip23 class QAbstractVideoSurface : QObject
139 explicit QAbstractVideoSurface(QObject *parent /TransferThis/ = 0);
140 virtual ~QAbstractVideoSurface();
149 QAbstractVideoSurface::Error error() const;
157 void setError(QAbstractVideoSurface::Error error);
H A Dqcamera.sip129 void setViewfinder(QAbstractVideoSurface *surface);
H A Dqmediaplayer.sip78 void setVideoOutput(QAbstractVideoSurface *surface);
80 void setVideoOutput(const QVector<QAbstractVideoSurface *> &surfaces);
H A Dqvideorenderercontrol.sip31 virtual QAbstractVideoSurface *surface() const = 0;
32 virtual void setSurface(QAbstractVideoSurface *surface) = 0;
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/sip/QtMultimediaWidgets/
H A Dqgraphicsvideoitem.sip58 QAbstractVideoSurface *videoSurface() const;
H A Dqvideowidget.sip102 QAbstractVideoSurface *videoSurface() const;
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/sip/QtMultimedia/
H A Dqabstractvideosurface.sip23 class QAbstractVideoSurface : QObject
139 explicit QAbstractVideoSurface(QObject *parent /TransferThis/ = 0);
140 virtual ~QAbstractVideoSurface();
149 QAbstractVideoSurface::Error error() const;
157 void setError(QAbstractVideoSurface::Error error);
H A Dqcamera.sip129 void setViewfinder(QAbstractVideoSurface *surface);
H A Dqmediaplayer.sip78 void setVideoOutput(QAbstractVideoSurface *surface);
80 void setVideoOutput(const QVector<QAbstractVideoSurface *> &surfaces);
H A Dqvideorenderercontrol.sip31 virtual QAbstractVideoSurface *surface() const = 0;
32 virtual void setSurface(QAbstractVideoSurface *surface) = 0;
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/sip/QtMultimediaWidgets/
H A Dqgraphicsvideoitem.sip58 QAbstractVideoSurface *videoSurface() const;
H A Dqvideowidget.sip102 QAbstractVideoSurface *videoSurface() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/mobile/qcamera/
H A Dcameraexample.cpp52 : QAbstractVideoSurface(parent) in MyVideoSurface()
71 QAbstractVideoSurface::start(format); in start()
H A Dcameraexample.h69 class MyVideoSurface: public QAbstractVideoSurface
/dports/converters/wkhtmltopdf/qt-5db36ec/dist/
H A Dchanges-4.6.052 - QAbstractVideoSurface, QVideoFrame
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/demos/
H A Dqcamera.qdoc39 …The application uses own MyVideoSurface video surface derived from QAbstractVideoSurface for showi…
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/examples/
H A Dvideographicsitem.qdoc33 graphics scene using QtMultimedia's QAbstractVideoSurface.
H A Dvideowidget.qdoc33 QtMultimedia's QAbstractVideoSurface
41 The VideoWidgetSurface class inherits QAbstractVideoSurface and paints
43 QAbstractVideoSurface and QWidget inherit QObject.
45 In addition to the functions from QAbstractVideoSurface, VideoWidgetSurface
68 QAbstractVideoSurface implementation of isFormatSupported() will verify
80 by calling QAbstractVideoSurface::start(). Finally since the video size may
104 \l {QAbstractVideoSurface::UnsupportedFormatError}{UnsupportedFormatError}
121 stopped by calling QAbstractVideoSurface::stop() which sets the started
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/multimedia/videographicsitem/
H A Dvideoitem.cpp110 QAbstractVideoSurface::start(format); in start()
125 QAbstractVideoSurface::stop(); in stop()
131 if (!QAbstractVideoSurface::isActive()) in present()
H A Dvideoitem.h48 : public QAbstractVideoSurface,
H A Dvideoplayer.h49 class QAbstractVideoSurface; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/multimedia/videowidget/
H A Dvideoplayer.h49 class QAbstractVideoSurface; variable
73 QAbstractVideoSurface *surface;
H A Dvideowidget.h49 class QAbstractVideoSurface; variable
62 QAbstractVideoSurface *videoSurface() const { return surface; } in videoSurface()
H A Dvideowidgetsurface.cpp46 : QAbstractVideoSurface(parent) in VideoWidgetSurface()
95 QAbstractVideoSurface::start(format); in start()
113 QAbstractVideoSurface::stop(); in stop()
H A Dvideowidgetsurface.h50 class VideoWidgetSurface : public QAbstractVideoSurface

12345678910>>...16