Home
last modified time | relevance | path

Searched refs:outAspectRatio (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/QtAV/QtAV-1.13.0/src/QtAV/private/
H A DVideoRenderer_p.h73 bool computeOutParameters(qreal outAspectRatio) { in computeOutParameters() argument
86 const qreal dar = (rotate % 180) ? 1.0/outAspectRatio : outAspectRatio; in computeOutParameters()
99 out_aspect_ratio = outAspectRatio; in computeOutParameters()
/dports/multimedia/QtAV/QtAV-1.13.0/widgets/QtAVWidgets/
H A DWidgetRenderer.h42 …Q_PROPERTY(qreal outAspectRatio READ outAspectRatio WRITE setOutAspectRatio NOTIFY outAspectRatioC…
H A DGLWidgetRenderer2.h49 …Q_PROPERTY(qreal outAspectRatio READ outAspectRatio WRITE setOutAspectRatio NOTIFY outAspectRatioC…
H A DOpenGLWidgetRenderer.h47 …Q_PROPERTY(qreal outAspectRatio READ outAspectRatio WRITE setOutAspectRatio NOTIFY outAspectRatioC…
H A DGraphicsItemRenderer.h56 …Q_PROPERTY(qreal outAspectRatio READ outAspectRatio WRITE setOutAspectRatio NOTIFY outAspectRatioC…
/dports/multimedia/QtAV/QtAV-1.13.0/src/QtAV/
H A DOpenGLWindowRenderer.h42 …Q_PROPERTY(qreal outAspectRatio READ outAspectRatio WRITE setOutAspectRatio NOTIFY outAspectRatioC…
H A DVideoOutput.h46 …Q_PROPERTY(qreal outAspectRatio READ outAspectRatio WRITE setOutAspectRatio NOTIFY outAspectRatioC…
H A DVideoRenderer.h119 qreal outAspectRatio() const;//
/dports/multimedia/QtAV/QtAV-1.13.0/python/sip/QtAVWidgets/
H A DWidgetRenderer.sip16 qreal outAspectRatio();
H A DGLWidgetRenderer2.sip25 qreal outAspectRatio();
H A DOpenGLWidgetRenderer.sip25 qreal outAspectRatio();
H A DGraphicsItemRenderer.sip25 qreal outAspectRatio();
/dports/multimedia/QtAV/QtAV-1.13.0/src/output/video/
H A DVideoRenderer.cpp190 qreal VideoRenderer::outAspectRatio() const in outAspectRatio() function in QtAV::VideoRenderer
308 onSetOutAspectRatio(outAspectRatio()); in setOrientation()
H A DVideoOutput.cpp81 out_aspect_ratio = impl->outAspectRatio(); in VideoOutputPrivate()
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DAVPlayer.cpp150 r->setOutAspectRatio(vo->outAspectRatio()); in setRenderer()