Home
last modified time | relevance | path

Searched refs:QGstreamerVideoWidgetControl (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/gsttools/
H A Dqgstreamervideowidget.cpp96 QGstreamerVideoWidgetControl::QGstreamerVideoWidgetControl(QObject *parent, const QByteArray &eleme… in QGstreamerVideoWidgetControl() function in QGstreamerVideoWidgetControl
114 QGstreamerVideoWidgetControl::~QGstreamerVideoWidgetControl() in ~QGstreamerVideoWidgetControl()
119 void QGstreamerVideoWidgetControl::createVideoWidget() in createVideoWidget()
130 GstElement *QGstreamerVideoWidgetControl::videoSink() in videoSink()
145 void QGstreamerVideoWidgetControl::stopRenderer() in stopRenderer()
214 QWidget *QGstreamerVideoWidgetControl::videoWidget() in videoWidget()
240 int QGstreamerVideoWidgetControl::brightness() const in brightness()
250 int QGstreamerVideoWidgetControl::contrast() const in contrast()
260 int QGstreamerVideoWidgetControl::hue() const in hue()
265 void QGstreamerVideoWidgetControl::setHue(int hue) in setHue()
[all …]
H A Dqgstreamervideowidget_p.h65 class Q_GSTTOOLS_EXPORT QGstreamerVideoWidgetControl
74 …explicit QGstreamerVideoWidgetControl(QObject *parent = 0, const QByteArray &elementName = QByteAr…
75 virtual ~QGstreamerVideoWidgetControl();
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/gstreamer/mediacapture/
H A Dqgstreamercaptureservice.h59 class QGstreamerVideoWidgetControl; variable
94 QGstreamerVideoWidgetControl *m_videoWidgetControl;
H A Dqgstreamercaptureservice.cpp119 m_videoWidgetControl = new QGstreamerVideoWidgetControl(this); in QGstreamerCaptureService()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/gstreamer/camerabin/
H A Dcamerabinservice.h58 class QGstreamerVideoWidgetControl; variable
93 QGstreamerVideoWidgetControl *m_videoWidgetControl;
H A Dcamerabinservice.cpp123 m_videoWidgetControl = new QGstreamerVideoWidgetControl(this); in CameraBinService()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/gstreamer/mediaplayer/
H A Dqgstreamerplayerservice.h60 class QGstreamerVideoWidgetControl; variable
89 QGstreamerVideoWidgetControl *m_videoWidget = nullptr;
H A Dqgstreamerplayerservice.cpp88 m_videoWidget = new QGstreamerVideoWidgetControl(this); in QGstreamerPlayerService()