Home
last modified time | relevance | path

Searched refs:videoArea (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/elements/gstqtvideosink/utils/
H A Dutils.cpp30 videoArea = targetArea; in calculate()
46 videoArea = videoRect; in calculate()
49 videoArea = targetArea; in calculate()
53 videoArea.width() / videoRect.width(), in calculate()
62 || videoArea == targetArea) { in calculate()
68 videoArea.left() == targetArea.left() ? in calculate()
70 videoArea.top() == targetArea.top() ? in calculate()
75 videoArea.right() == targetArea.right() ? in calculate()
76 targetArea.left() : videoArea.right(), in calculate()
78 targetArea.top() : videoArea.bottom(), in calculate()
[all …]
H A Dutils.h63 QRectF videoArea; member
/dports/multimedia/kamoso/kamoso-21.12.3/src/elements/gstqtvideosink/utils/
H A Dutils.cpp20 videoArea = targetArea; in calculate()
36 videoArea = videoRect; in calculate()
39 videoArea = targetArea; in calculate()
43 videoArea.width() / videoRect.width(), in calculate()
44 videoArea.height() / videoRect.height()); in calculate()
52 || videoArea == targetArea) { in calculate()
58 videoArea.left() == targetArea.left() ? in calculate()
60 videoArea.top() == targetArea.top() ? in calculate()
65 videoArea.right() == targetArea.right() ? in calculate()
66 targetArea.left() : videoArea.right(), in calculate()
[all …]
H A Dutils.h53 QRectF videoArea; member
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/elements/gstqtvideosink/painters/
H A Dvideonode.cpp86 setGeom(v + 0, areas.videoArea.topLeft()); in updateGeometry()
87 setGeom(v + 1, areas.videoArea.bottomLeft()); in updateGeometry()
88 setGeom(v + 2, areas.videoArea.topRight()); in updateGeometry()
89 setGeom(v + 3, areas.videoArea.bottomRight()); in updateGeometry()
102 setGeom(v + 0, areas.videoArea.topLeft()); in updateGeometry()
103 setGeom(v + 1, areas.videoArea.bottomLeft()); in updateGeometry()
104 setGeom(v + 2, areas.videoArea.topRight()); in updateGeometry()
105 setGeom(v + 3, areas.videoArea.bottomRight()); in updateGeometry()
H A Dgenericsurfacepainter.cpp100 painter->drawImage(areas.videoArea, image, sourceRect); in paint()
/dports/multimedia/kamoso/kamoso-21.12.3/src/elements/gstqtvideosink/painters/
H A Dvideonode.cpp77 setGeom(v + 0, areas.videoArea.topLeft()); in updateGeometry()
78 setGeom(v + 1, areas.videoArea.bottomLeft()); in updateGeometry()
79 setGeom(v + 2, areas.videoArea.topRight()); in updateGeometry()
80 setGeom(v + 3, areas.videoArea.bottomRight()); in updateGeometry()
93 setGeom(v + 0, areas.videoArea.topLeft()); in updateGeometry()
94 setGeom(v + 1, areas.videoArea.bottomLeft()); in updateGeometry()
95 setGeom(v + 2, areas.videoArea.topRight()); in updateGeometry()
96 setGeom(v + 3, areas.videoArea.bottomRight()); in updateGeometry()
H A Dgenericsurfacepainter.cpp90 painter->drawImage(areas.videoArea, image, sourceRect); in paint()
/dports/www/firefox-esr/firefox-91.8.0/media/gmp-clearkey/0.1/
H A DWMFUtils.cpp95 MFVideoArea videoArea; in GetPictureRegion() local
96 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
98 hr = aMediaType->GetBlob(MF_MT_PAN_SCAN_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
105 hr = aMediaType->GetBlob(MF_MT_MINIMUM_DISPLAY_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
112 hr = aMediaType->GetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
118 IntRect picture = IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
119 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
120 videoArea.Area.cx, videoArea.Area.cy); in GetPictureRegion()
/dports/www/firefox/firefox-99.0/media/gmp-clearkey/0.1/
H A DWMFUtils.cpp96 MFVideoArea videoArea; in GetPictureRegion() local
97 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
99 hr = aMediaType->GetBlob(MF_MT_PAN_SCAN_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
106 hr = aMediaType->GetBlob(MF_MT_MINIMUM_DISPLAY_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
113 hr = aMediaType->GetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
119 IntRect picture = IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
120 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
121 videoArea.Area.cx, videoArea.Area.cy); in GetPictureRegion()
/dports/lang/spidermonkey60/firefox-60.9.0/media/gmp-clearkey/0.1/
H A DWMFUtils.cpp105 MFVideoArea videoArea; in GetPictureRegion() local
106 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
108 hr = aMediaType->GetBlob(MF_MT_PAN_SCAN_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
115 hr = aMediaType->GetBlob(MF_MT_MINIMUM_DISPLAY_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
122 hr = aMediaType->GetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
128 IntRect picture = IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
129 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
130 videoArea.Area.cx, videoArea.Area.cy); in GetPictureRegion()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/gmp-clearkey/0.1/
H A DWMFUtils.cpp135 MFVideoArea videoArea; in GetPictureRegion() local
136 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
139 (UINT8*)&videoArea, in GetPictureRegion()
148 (UINT8*)&videoArea, in GetPictureRegion()
157 (UINT8*)&videoArea, in GetPictureRegion()
164 IntRect picture = IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
165 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
166 videoArea.Area.cx, in GetPictureRegion()
167 videoArea.Area.cy); in GetPictureRegion()
/dports/mail/thunderbird/thunderbird-91.8.0/media/gmp-clearkey/0.1/
H A DWMFUtils.cpp95 MFVideoArea videoArea; in GetPictureRegion() local
96 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
98 hr = aMediaType->GetBlob(MF_MT_PAN_SCAN_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
105 hr = aMediaType->GetBlob(MF_MT_MINIMUM_DISPLAY_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
112 hr = aMediaType->GetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
118 IntRect picture = IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
119 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
120 videoArea.Area.cx, videoArea.Area.cy); in GetPictureRegion()
/dports/lang/spidermonkey78/firefox-78.9.0/media/gmp-clearkey/0.1/
H A DWMFUtils.cpp95 MFVideoArea videoArea; in GetPictureRegion() local
96 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
98 hr = aMediaType->GetBlob(MF_MT_PAN_SCAN_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
105 hr = aMediaType->GetBlob(MF_MT_MINIMUM_DISPLAY_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
112 hr = aMediaType->GetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
118 IntRect picture = IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
119 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
120 videoArea.Area.cx, videoArea.Area.cy); in GetPictureRegion()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/wmf/
H A DWMFUtils.cpp98 MFVideoArea videoArea; in GetPictureRegion() local
99 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
102 (UINT8*)&videoArea, in GetPictureRegion()
111 (UINT8*)&videoArea, in GetPictureRegion()
120 (UINT8*)&videoArea, in GetPictureRegion()
127 aOutPictureRegion = nsIntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
128 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
129 videoArea.Area.cx, in GetPictureRegion()
130 videoArea.Area.cy); in GetPictureRegion()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp113 MFVideoArea videoArea; in GetPictureRegion() local
114 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
116 hr = aMediaType->GetBlob(MF_MT_PAN_SCAN_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
123 hr = aMediaType->GetBlob(MF_MT_MINIMUM_DISPLAY_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
130 hr = aMediaType->GetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
136 aOutPictureRegion = gfx::IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
137 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
138 videoArea.Area.cx, videoArea.Area.cy); in GetPictureRegion()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp117 MFVideoArea videoArea; in GetPictureRegion() local
118 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
120 hr = aMediaType->GetBlob(MF_MT_PAN_SCAN_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
127 hr = aMediaType->GetBlob(MF_MT_MINIMUM_DISPLAY_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
134 hr = aMediaType->GetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
140 aOutPictureRegion = gfx::IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
141 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
142 videoArea.Area.cx, videoArea.Area.cy); in GetPictureRegion()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp119 MFVideoArea videoArea; in GetPictureRegion() local
120 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
122 hr = aMediaType->GetBlob(MF_MT_PAN_SCAN_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
129 hr = aMediaType->GetBlob(MF_MT_MINIMUM_DISPLAY_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
136 hr = aMediaType->GetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
142 aOutPictureRegion = gfx::IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
143 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
144 videoArea.Area.cx, videoArea.Area.cy); in GetPictureRegion()
/dports/www/firefox/firefox-99.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp119 MFVideoArea videoArea; in GetPictureRegion() local
120 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
122 hr = aMediaType->GetBlob(MF_MT_PAN_SCAN_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
129 hr = aMediaType->GetBlob(MF_MT_MINIMUM_DISPLAY_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
136 hr = aMediaType->GetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
142 aOutPictureRegion = gfx::IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
143 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
144 videoArea.Area.cx, videoArea.Area.cy); in GetPictureRegion()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp119 MFVideoArea videoArea; in GetPictureRegion() local
120 memset(&videoArea, 0, sizeof(MFVideoArea)); in GetPictureRegion()
122 hr = aMediaType->GetBlob(MF_MT_PAN_SCAN_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
129 hr = aMediaType->GetBlob(MF_MT_MINIMUM_DISPLAY_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
136 hr = aMediaType->GetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&videoArea, in GetPictureRegion()
142 aOutPictureRegion = gfx::IntRect(MFOffsetToInt32(videoArea.OffsetX), in GetPictureRegion()
143 MFOffsetToInt32(videoArea.OffsetY), in GetPictureRegion()
144 videoArea.Area.cx, videoArea.Area.cy); in GetPictureRegion()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Edge/src/
H A Dedgeelement.cpp128 int videoArea = src.width() * src.height(); in iVideoStream() local
129 in.resize(videoArea); in iVideoStream()
130 memcpy(in.data(), src.constBits(), size_t(videoArea)); in iVideoStream()
251 int videoArea = image.width() * image.height(); in equalize() local
253 QVector<quint8> out(videoArea); in equalize()
258 for (int i = 0; i < videoArea; i++) { in equalize()
267 memset(outPtr, minGray, size_t(videoArea)); in equalize()
271 for (int i = 0; i < videoArea; i++) in equalize()
/dports/multimedia/kamoso/kamoso-21.12.3/src/elements/gstqtvideosink/
H A Dautotest.cpp306 QFETCH(QRectF, videoArea); in paintAreasTest()
313 QCOMPARE(areas.videoArea, videoArea); in paintAreasTest()
346 areas.videoArea = areas.targetArea; in genericSurfacePainterFormatsTest()
451 areas.videoArea = areas.targetArea; in glSurfacePainterFormatsTest()
690 barsArea = areas.videoArea.toRect(); in imageCompare()
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/elements/gstqtvideosink/
H A Dautotest.cpp325 QFETCH(QRectF, videoArea); in paintAreasTest()
332 QCOMPARE(areas.videoArea, videoArea); in paintAreasTest()
365 areas.videoArea = areas.targetArea; in genericSurfacePainterFormatsTest()
472 areas.videoArea = areas.targetArea; in glSurfacePainterFormatsTest()
993 barsArea = areas.videoArea.toRect(); in imageCompare()
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/elements/gstqtvideosink/delegates/
H A Dqtquick2videosinkdelegate.cpp75 QRECTF_FORMAT_ARGS(m_areas.videoArea), in updateNode()
/dports/multimedia/kamoso/kamoso-21.12.3/src/elements/gstqtvideosink/delegates/
H A Dqtquick2videosinkdelegate.cpp66 QRECTF_FORMAT_ARGS(m_areas.videoArea), in updateNode()

12