Home
last modified time | relevance | path

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

12345678910>>...16

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimedia/video/
H A Dqabstractvideosurface.cpp69 QAbstractVideoSurface::Error error;
136 QAbstractVideoSurface::QAbstractVideoSurface(QObject *parent) in QAbstractVideoSurface() function in QAbstractVideoSurface
145 QAbstractVideoSurface::~QAbstractVideoSurface() in ~QAbstractVideoSurface()
202 Q_D(const QAbstractVideoSurface); in surfaceFormat()
224 Q_D(QAbstractVideoSurface); in start()
245 void QAbstractVideoSurface::stop() in stop()
247 Q_D(QAbstractVideoSurface); in stop()
264 Q_D(const QAbstractVideoSurface); in isActive()
304 QAbstractVideoSurface::Error QAbstractVideoSurface::error() const in error()
318 Q_D(QAbstractVideoSurface); in setError()
[all …]
H A Dqabstractvideosurface.h53 class Q_MULTIMEDIA_EXPORT QAbstractVideoSurface : public QObject
67 explicit QAbstractVideoSurface(QObject *parent = nullptr);
68 ~QAbstractVideoSurface();
99 Q_DECLARE_PRIVATE(QAbstractVideoSurface)
104 Q_MULTIMEDIA_EXPORT QDebug operator<<(QDebug, const QAbstractVideoSurface::Error &);
109 Q_DECLARE_METATYPE(QAbstractVideoSurface*)
110 Q_DECLARE_METATYPE(QAbstractVideoSurface::Error)
H A Dqvideosurfaces.cpp44 QVideoSurfaces::QVideoSurfaces(const QVector<QAbstractVideoSurface *> &s, QObject *parent) in QVideoSurfaces()
45 : QAbstractVideoSurface(parent) in QVideoSurfaces()
49 connect(a, &QAbstractVideoSurface::supportedFormatsChanged, this, [this, a] { in QVideoSurfaces()
83 return result && QAbstractVideoSurface::start(format); in start()
91 QAbstractVideoSurface::stop(); in stop()
H A Dqvideosurfaces_p.h59 class QVideoSurfaces : public QAbstractVideoSurface
62 QVideoSurfaces(const QVector<QAbstractVideoSurface *> &surfaces, QObject *parent = nullptr);
71 QVector<QAbstractVideoSurface *> m_surfaces;
H A Dqvideosurfaceoutput_p.h62 class QAbstractVideoSurface; variable
75 void setVideoSurface(QAbstractVideoSurface *surface);
81 QPointer<QAbstractVideoSurface> m_surface;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/multimedia/video/
H A Dqabstractvideosurface.cpp86 QAbstractVideoSurface::QAbstractVideoSurface(QObject *parent) in QAbstractVideoSurface() function in QAbstractVideoSurface
95 QAbstractVideoSurface::QAbstractVideoSurface(QAbstractVideoSurfacePrivate &dd, QObject *parent) in QAbstractVideoSurface() function in QAbstractVideoSurface
104 QAbstractVideoSurface::~QAbstractVideoSurface() in ~QAbstractVideoSurface()
162 QVideoSurfaceFormat QAbstractVideoSurface::surfaceFormat() const in surfaceFormat()
185 Q_D(QAbstractVideoSurface); in start()
207 void QAbstractVideoSurface::stop() in stop()
209 Q_D(QAbstractVideoSurface); in stop()
226 bool QAbstractVideoSurface::isActive() const in isActive()
267 QAbstractVideoSurface::Error QAbstractVideoSurface::error() const in error()
276 void QAbstractVideoSurface::setError(Error error) in setError()
[all …]
H A Dqabstractvideosurface.h59 class Q_MULTIMEDIA_EXPORT QAbstractVideoSurface : public QObject
73 explicit QAbstractVideoSurface(QObject *parent = 0);
74 ~QAbstractVideoSurface();
98 QAbstractVideoSurface(QAbstractVideoSurfacePrivate &dd, QObject *parent);
103 Q_DECLARE_PRIVATE(QAbstractVideoSurface)
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qabstractvideosurface/
H A Dtst_qabstractvideosurface.cpp74 Q_DECLARE_METATYPE(QAbstractVideoSurface::Error);
76 class QtTestVideoSurface : public QAbstractVideoSurface
92 using QAbstractVideoSurface::setError;
124 qRegisterMetaType<QAbstractVideoSurface::Error>(); in setError()
128 QCOMPARE(surface.error(), QAbstractVideoSurface::NoError); in setError()
130 surface.setError(QAbstractVideoSurface::StoppedError); in setError()
133 surface.setError(QAbstractVideoSurface::ResourceError); in setError()
136 surface.setError(QAbstractVideoSurface::NoError); in setError()
137 QCOMPARE(surface.error(), QAbstractVideoSurface::NoError); in setError()
274 surface.setError(QAbstractVideoSurface::ResourceError); in start()
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimediawidgets/
H A Dqpaintervideosurface.cpp84 QAbstractVideoSurface::Error paint(
179 return QAbstractVideoSurface::NoError; in setCurrentFrame()
224 return QAbstractVideoSurface::NoError; in paint()
269 QAbstractVideoSurface::Error paint(
668 QAbstractVideoSurface::Error paint(
727 QAbstractVideoSurface::Error error = QAbstractVideoSurface::NoError; in start()
1063 QAbstractVideoSurface::Error paint(
1101 QAbstractVideoSurface::Error error = QAbstractVideoSurface::NoError; in start()
1350 : QAbstractVideoSurface(parent) in QPainterVideoSurface()
1426 QAbstractVideoSurface::stop(); in start()
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/gsttools/
H A Dqgstvideorenderersink_p.h79 class QAbstractVideoSurface; variable
87 GstCaps *getCaps(QAbstractVideoSurface *surface) override;
88 bool start(QAbstractVideoSurface *surface, GstCaps *caps) override;
89 void stop(QAbstractVideoSurface *surface) override;
93 bool present(QAbstractVideoSurface *surface, GstBuffer *buffer) override;
94 void flush(QAbstractVideoSurface *surface) override;
107 QVideoSurfaceGstDelegate(QAbstractVideoSurface *surface);
132 QPointer<QAbstractVideoSurface> m_surface;
159 static QGstVideoRendererSink *createSink(QAbstractVideoSurface *surface);
160 static void setSurface(QAbstractVideoSurface *surface);
H A Dqgstvideorendererplugin_p.h64 class QAbstractVideoSurface; variable
73 virtual GstCaps *getCaps(QAbstractVideoSurface *surface) = 0;
74 virtual bool start(QAbstractVideoSurface *surface, GstCaps *caps) = 0;
75 …virtual void stop(QAbstractVideoSurface *surface) = 0; // surface may be null if unexpectedly del…
78 virtual bool present(QAbstractVideoSurface *surface, GstBuffer *buffer) = 0;
79 …virtual void flush(QAbstractVideoSurface *surface) = 0; // surface may be null if unexpectedly del…
H A Dqvideosurfacegstsink_p.h80 class QAbstractVideoSurface;
86 QVideoSurfaceGstDelegate(QAbstractVideoSurface *surface);
118 QPointer<QAbstractVideoSurface> m_surface;
141 static QVideoSurfaceGstSink *createSink(QAbstractVideoSurface *surface);
142 static void setSurface(QAbstractVideoSurface *surface) { Q_UNUSED(surface); }
H A Dqgstreamervideorenderer_p.h71 QAbstractVideoSurface *surface() const override;
72 void setSurface(QAbstractVideoSurface *surface) override;
89 QPointer<QAbstractVideoSurface> m_surface;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/s60installs/bwins/
H A DQtMultimediau.def4 …??0QAbstractVideoSurface@@IAE@AAVQAbstractVideoSurfacePrivate@@PAVQObject@@@Z @ 3 NONAME ; QAbstra…
5 …??0QAbstractVideoSurface@@QAE@PAVQObject@@@Z @ 4 NONAME ; QAbstractVideoSurface::QAbstractVideoSur…
30 ??1QAbstractVideoSurface@@UAE@XZ @ 29 NONAME ; QAbstractVideoSurface::~QAbstractVideoSurface(void)
54 …??_EQAbstractVideoSurface@@UAE@I@Z @ 53 NONAME ; QAbstractVideoSurface::~QAbstractVideoSurface(uns…
61 …?activeChanged@QAbstractVideoSurface@@IAEX_N@Z @ 60 NONAME ; void QAbstractVideoSurface::activeCha…
87 …?error@QAbstractVideoSurface@@QBE?AW4Error@1@XZ @ 86 NONAME ; enum QAbstractVideoSurface::Error QA…
113 …?isActive@QAbstractVideoSurface@@QBE_NXZ @ 112 NONAME ; bool QAbstractVideoSurface::isActive(void)…
167 …?qt_metacast@QAbstractVideoSurface@@UAEPAXPBD@Z @ 166 NONAME ; void * QAbstractVideoSurface::qt_me…
185 …?setError@QAbstractVideoSurface@@IAEXW4Error@1@@Z @ 184 NONAME ; void QAbstractVideoSurface::setEr…
216 ?stop@QAbstractVideoSurface@@UAEXXZ @ 215 NONAME ; void QAbstractVideoSurface::stop(void)
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/avfoundation/mediaplayer/
H A Davfvideorenderercontrol.h64 QAbstractVideoSurface *surface() const override;
65 void setSurface(QAbstractVideoSurface *surface) override;
73 void surfaceChanged(QAbstractVideoSurface *surface);
79 QAbstractVideoSurface *m_surface;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimedia/doc/snippets/multimedia-snippets/
H A Dvideo.cpp55 class MyVideoSurface : public QAbstractVideoSurface
80 Q_PROPERTY(QAbstractVideoSurface *videoSurface READ videoSurface WRITE setVideoSurface)
83 QAbstractVideoSurface* videoSurface() const { return m_surface; } in videoSurface()
85 void setVideoSurface(QAbstractVideoSurface *surface) in setVideoSurface()
105 QAbstractVideoSurface *m_surface;
129 QAbstractVideoSurface *myVideoSurface;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/avfoundation/camera/
H A Davfcamerarenderercontrol.h64 QAbstractVideoSurface *surface() const override;
65 void setSurface(QAbstractVideoSurface *surface) override;
80 void surfaceChanged(QAbstractVideoSurface *surface);
87 QAbstractVideoSurface *m_surface;
/dports/net-im/nheko/nheko-0.9.0/src/ui/
H A DMxcMediaProxy.h26 Q_PROPERTY(QAbstractVideoSurface *videoSurface READ getVideoSurface WRITE setVideoSurface)
46 void setVideoSurface(QAbstractVideoSurface *surface);
47 QAbstractVideoSurface *getVideoSurface();
67 QAbstractVideoSurface *m_surface = nullptr;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimedia/controls/
H A Dqvideorenderercontrol.h47 class QAbstractVideoSurface; variable
55 virtual QAbstractVideoSurface *surface() const = 0;
56 virtual void setSurface(QAbstractVideoSurface *surface) = 0;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/directshow/camera/
H A Ddsvideorenderer.h56 QAbstractVideoSurface *surface() const override;
57 void setSurface(QAbstractVideoSurface *surface) override;
62 QAbstractVideoSurface* m_surface = nullptr;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/android/src/mediaplayer/
H A Dqandroidmediaplayervideorenderercontrol.h57 QAbstractVideoSurface *surface() const override;
58 void setSurface(QAbstractVideoSurface *surface) override;
62 QAbstractVideoSurface *m_surface;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/wmf/player/
H A Dmfvideorenderercontrol.h58 QAbstractVideoSurface *surface() const;
59 void setSurface(QAbstractVideoSurface *surface);
74 QAbstractVideoSurface *m_surface;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/android/src/mediacapture/
H A Dqandroidcameravideorenderercontrol.h58 QAbstractVideoSurface *surface() const override;
59 void setSurface(QAbstractVideoSurface *surface) override;
65 QAbstractVideoSurface *m_surface;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/qnx/mediaplayer/
H A Dmmrendererplayervideorenderercontrol.h59 QAbstractVideoSurface *surface() const override;
60 void setSurface(QAbstractVideoSurface *surface) override;
74 QPointer<QAbstractVideoSurface> m_surface;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/directshow/player/
H A Ddirectshowvideorenderercontrol.h64 QAbstractVideoSurface *surface() const override;
65 void setSurface(QAbstractVideoSurface *surface) override;
75 QAbstractVideoSurface *m_surface = nullptr;

12345678910>>...16