Home
last modified time | relevance | path

Searched refs:QAbstractVideoSurface (Results 76 – 100 of 377) sorted by relevance

12345678910>>...16

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/directshow/camera/
H A Ddsvideorenderer.cpp54 QAbstractVideoSurface* DSVideoRendererControl::surface() const in surface()
59 void DSVideoRendererControl::setSurface(QAbstractVideoSurface *surface) in setSurface()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/qnx/camera/
H A Dbbvideorenderercontrol.h54 QAbstractVideoSurface *surface() const override;
55 void setSurface(QAbstractVideoSurface *surface) override;
H A Dbbcamerasession.h86 QAbstractVideoSurface *surface() const;
87 void setSurface(QAbstractVideoSurface *surface);
187 QPointer<QAbstractVideoSurface> m_surface;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/directshow/player/
H A Dvideosurfacefilter.h53 class QAbstractVideoSurface; variable
65 …VideoSurfaceFilter(QAbstractVideoSurface *surface, DirectShowEventLoop *loop, QObject *parent = nu…
136 QAbstractVideoSurface *m_surface;
H A Ddirectshowvideorenderercontrol.cpp69 QAbstractVideoSurface *DirectShowVideoRendererControl::surface() const in surface()
74 void DirectShowVideoRendererControl::setSurface(QAbstractVideoSurface *surface) in setSurface()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/multimedia/videowidget/
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 Dvideoplayer.h49 class QAbstractVideoSurface; variable
73 QAbstractVideoSurface *surface;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/android/src/mediaplayer/
H A Dqandroidmediaplayervideorenderercontrol.cpp62 QAbstractVideoSurface *QAndroidMediaPlayerVideoRendererControl::surface() const in surface()
67 void QAndroidMediaPlayerVideoRendererControl::setSurface(QAbstractVideoSurface *surface) in setSurface()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtmultimedia/examples/multimediawidgets/customvideosurface/customvideowidget/
H A Dvideowidgetsurface.cpp58 : QAbstractVideoSurface(parent) in VideoWidgetSurface()
104 QAbstractVideoSurface::start(format); in start()
122 QAbstractVideoSurface::stop(); in stop()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimediawidgets/
H A Dqvideowidget.h54 class QAbstractVideoSurface; variable
66 Q_PROPERTY(QAbstractVideoSurface* videoSurface READ videoSurface CONSTANT)
73 QAbstractVideoSurface *videoSurface() const;
H A Dqgraphicsvideoitem.h63 Q_PROPERTY(QAbstractVideoSurface* videoSurface READ videoSurface CONSTANT)
69 QAbstractVideoSurface *videoSurface() const;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/qnx/mediaplayer/
H A Dmmrendererplayervideorenderercontrol.cpp69 QAbstractVideoSurface *MmRendererPlayerVideoRendererControl::surface() const in surface()
74 void MmRendererPlayerVideoRendererControl::setSurface(QAbstractVideoSurface *surface) in setSurface()
76 m_surface = QPointer<QAbstractVideoSurface>(surface); in setSurface()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HW/
H A DCamera.h38 class MyViewfinder : public QAbstractVideoSurface {
48 static QAbstractVideoSurface *qt_viewfinder;
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HW/
H A DCamera.h38 class MyViewfinder : public QAbstractVideoSurface {
48 static QAbstractVideoSurface *qt_viewfinder;
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HW/
H A DCamera.h38 class MyViewfinder : public QAbstractVideoSurface {
48 static QAbstractVideoSurface *qt_viewfinder;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/winrt/
H A Dqwinrtabstractvideorenderercontrol.h66 QAbstractVideoSurface *surface() const override;
67 void setSurface(QAbstractVideoSurface *surface) override;
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/examples/
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/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/qtmultimediaquicktools/
H A Dqdeclarativevideooutput_render.cpp193 if (q->source()->property("videoSurface").value<QAbstractVideoSurface*>() == m_surface) in releaseSource()
194 … q->source()->setProperty("videoSurface", QVariant::fromValue<QAbstractVideoSurface*>(0)); in releaseSource()
384 QAbstractVideoSurface *QDeclarativeVideoRendererBackend::videoSurface() const in videoSurface()
426 : QAbstractVideoSurface(parent), in QSGVideoItemSurface()
466 return QAbstractVideoSurface::start(format); in start()
472 QAbstractVideoSurface::stop(); in stop()
H A Dqdeclarativevideooutput_backend_p.h63 class QAbstractVideoSurface; variable
86 virtual QAbstractVideoSurface *videoSurface() const = 0;
H A Dqdeclarativevideooutput_p.h70 class QAbstractVideoSurface; variable
84 Q_PROPERTY(QAbstractVideoSurface* videoSurface READ videoSurface CONSTANT REVISION 15)
107 QAbstractVideoSurface *videoSurface() const;
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/gsttools/
H A Dqgstreamervideorenderer.cpp94 QAbstractVideoSurface *QGstreamerVideoRenderer::surface() const in surface()
99 void QGstreamerVideoRenderer::setSurface(QAbstractVideoSurface *surface) in setSurface()
H A Dqgstreamervideowindow_p.h63 class QAbstractVideoSurface; variable
105 QAbstractVideoSurface *surface() const;
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/qrreader/qtmultimedia/
H A Dvideo_surface.py28 from PyQt5.QtMultimedia import (QVideoFrame, QAbstractVideoBuffer, QAbstractVideoSurface,
40 class QrReaderVideoSurface(QAbstractVideoSurface):
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/common/evr/
H A Devrcustompresenter.h56 class QAbstractVideoSurface; variable
222 EVRCustomPresenter(QAbstractVideoSurface *surface = 0);
259 void setSurface(QAbstractVideoSurface *surface);
368 QAbstractVideoSurface *m_surface;

12345678910>>...16