Home
last modified time | relevance | path

Searched refs:getFrameWidth (Results 1 – 25 of 124) sorted by relevance

12345

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DFileVideoCapturer.java24 int getFrameWidth(); in getFrameWidth() method
46 public int getFrameWidth() { in getFrameWidth() method in FileVideoCapturer.VideoReaderY4M
150 private int getFrameWidth() { in getFrameWidth() method in FileVideoCapturer
151 return videoReader.getFrameWidth(); in getFrameWidth()
176 frameData, getFrameWidth(), getFrameHeight(), 0, captureTimeNs); in tick()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/toon/
H A Dfont.cpp102 curX = curX + MAX<int32>(_currentFont->getFrameWidth(curChar) - 2, 0); in renderText()
132 int16 charWidth = _currentFont->getFrameWidth(curChar) - 1; in computeSize()
226 int width = _currentFont->getFrameWidth(curChar); in renderMultiLineText()
293 curX = curX + MAX<int32>(_currentFont->getFrameWidth(curChar) - 2, 0); in renderMultiLineText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/piet/
H A DMediaQueryHelper.java61 (int) LayoutUtils.dpToPx(condition.getFrameWidth().getWidth(), mContext); in isMediaQueryMet()
62 switch (condition.getFrameWidth().getCondition()) { in isMediaQueryMet()
75 condition.getFrameWidth().getCondition().name())); in isMediaQueryMet()
/dports/games/scummvm/scummvm-2.5.1/engines/toon/
H A Dfont.cpp102 curX = curX + MAX<int32>(_currentFont->getFrameWidth(curChar) - 2, 0); in renderText()
132 int16 charWidth = _currentFont->getFrameWidth(curChar) - 1; in computeSize()
226 int width = _currentFont->getFrameWidth(curChar); in renderMultiLineText()
293 curX = curX + MAX<int32>(_currentFont->getFrameWidth(curChar) - 2, 0); in renderMultiLineText()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dgtwriter.cpp122 double gtWriter::getFrameWidth() in getFrameWidth() function in gtWriter
124 return m_action->getFrameWidth(); in getFrameWidth()
H A Dgtwriter.h57 double getFrameWidth();
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avfs/
H A Dvsfs.cpp274 p.width = vsapi->getFrameWidth(f, 0); in GetFrame()
324 int row_size = vsapi->getFrameWidth(f, 0) * fi->bytesPerSample; in GetFrame()
328 int row_size23 = vsapi->getFrameWidth(f, 1) * fi->bytesPerSample; in GetFrame()
334 vsapi->getStride(f, 2), vsapi->getFrameWidth(f, 2), in GetFrame()
339 vsapi->getStride(f, 1), vsapi->getFrameWidth(f, 1), in GetFrame()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtc/
H A DNativeToStack16.cpp114 const int w = _vsapi.getFrameWidth (&src, 0); in get_frame()
122 const int pw = _vsapi.getFrameWidth (&src, plane_index); in get_frame()
H A DStack16ToNative.cpp121 const int w = _vsapi.getFrameWidth (&src, 0); in get_frame()
140 const int pw = _vsapi.getFrameWidth (&src, plane_index); in get_frame()
/dports/multimedia/vapoursynth/vapoursynth-R54/sdk/
H A Dinvert_example.c46 int width = vsapi->getFrameWidth(src, 0); in invertGetFrame()
65 int w = vsapi->getFrameWidth(src, plane); in invertGetFrame()
H A Dvsscript_example.c91 int rowSize = vsapi->getFrameWidth(frame, p) * vi->format->bytesPerSample; in main()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/
H A Dmain-vs.cpp124 const int w = _vsapi.getFrameWidth (dst_ptr, 0); in get_frame()
163 const int w = _vsapi.getFrameWidth (dst_ptr, plane); in get_frame()
286 const int w = _vsapi.getFrameWidth (dst_ptr, plane); in get_frame()
405 const int w = _vsapi.getFrameWidth (dst_ptr, plane); in get_frame()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/vsutl/
H A DPlaneProcessor_vs.cpp342 const int dst_w = _vsapi.getFrameWidth (&dst, plane_index); in fill_plane()
393 const int dst_w = _vsapi.getFrameWidth (&dst, plane_index); in copy_plane()
399 const int src_w = _vsapi.getFrameWidth (&src, plane_index); in copy_plane()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dgenericfilters.cpp126 …VSFrameRef *dst = vsapi->newVideoFrame2(fi, vsapi->getFrameWidth(src, 0), vsapi->getFrameHeight(sr… in singlePixelGetFrame()
133 int width = vsapi->getFrameWidth(src, plane); in singlePixelGetFrame()
370 …if (vsapi->getFrameWidth(src, fi->numPlanes - 1) < 4 || vsapi->getFrameHeight(src, fi->numPlanes -… in genericGetframe()
386 …VSFrameRef *dst = vsapi->newVideoFrame2(fi, vsapi->getFrameWidth(src, 0), vsapi->getFrameHeight(sr… in genericGetframe()
403 int width = vsapi->getFrameWidth(src, plane); in genericGetframe()
795 …VSFrameRef *dst = vsapi->newVideoFrame2(fi, vsapi->getFrameWidth(src, 0), vsapi->getFrameHeight(sr… in levelsGetframe()
804 int w = vsapi->getFrameWidth(src, plane); in levelsGetframe()
837 …VSFrameRef *dst = vsapi->newVideoFrame2(fi, vsapi->getFrameWidth(src, 0), vsapi->getFrameHeight(sr… in levelsGetframeF()
846 int w = vsapi->getFrameWidth(src, plane); in levelsGetframeF()
H A Dsimplefilters.c192 int width = vsapi->getFrameWidth(src, 0); in cropGetframe()
360 int rowsize = vsapi->getFrameWidth(src, plane) * fi->bytesPerSample; in addBordersGetframe()
874 size_t row_size = vsapi->getFrameWidth(dst, plane) * fi->bytesPerSample; in doubleWeaveGetframe()
984 int w = vsapi->getFrameWidth(src, plane) - 1; in flipHorizontalGetframe()
1099 … size_t rowsize = vsapi->getFrameWidth(src, plane) * d->vi.format->bytesPerSample; in stackGetframe()
1506 …if (d->vi.width != vsapi->getFrameWidth(frame, 0) || d->vi.height != vsapi->getFrameHeight(frame, … in frameEvalGetFrameWithProps()
1560 …if (d->vi.width != vsapi->getFrameWidth(frame, 0) || d->vi.height != vsapi->getFrameHeight(frame, … in frameEvalGetFrameNoProps()
1770 width = vsapi->getFrameWidth(src, plane); in transposeGetFrame()
1847 int width = vsapi->getFrameWidth(src, plane); in pemVerifierGetFrame()
2001 int width = vsapi->getFrameWidth(src1, d->plane); in planeStatsGetFrame()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/controls/
H A Dcsegmentbutton.cpp394 bool drawLines = getFrameWidth () != 0. && getFrameColor ().alpha != 0; in drawRect()
395 auto lineWidth = getFrameWidth (); in drawRect()
547 auto lineWidth = getFrameWidth (); in getFocusPath()
/dports/misc/visp/visp-3.4.0/modules/sensor/include/visp3/sensor/
H A DvpUeyeGrabber.h98 unsigned int getFrameWidth() const;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/
H A Dcgradientview.h48 CCoord getFrameWidth () const { return frameWidth; } in getFrameWidth() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/
H A Dcgradientview.h49 CCoord getFrameWidth () const { return frameWidth; } in getFrameWidth() function
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/misc/
H A Dmiscfilters.cpp152 int width = vsapi->getFrameWidth(dst, plane); in averageFramesI()
194 int width = vsapi->getFrameWidth(dst, plane); in averageFramesF()
223 int width = vsapi->getFrameWidth(dst, plane); in averageFramesByteSSE2()
353 int width = vsapi->getFrameWidth(dst, plane); in averageFramesWordSSE2()
466 int width = vsapi->getFrameWidth(dst, plane); in averageFramesFloatSSE2()
541 …VSFrameRef *dst = vsapi->newVideoFrame2(fi, vsapi->getFrameWidth(center, 0), vsapi->getFrameHeight… in averageFramesGetFrame()
736 const int width = vsapi->getFrameWidth(src1, plane); in process_frame_hysteresis()
805 …VSFrameRef * dst = vsapi->newVideoFrame2(fi, vsapi->getFrameWidth(src1, 0), vsapi->getFrameHeight(… in hysteresisGetFrame()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/controls/
H A Dcsegmentbutton.cpp426 bool drawLines = getFrameWidth () != 0. && getFrameColor ().alpha != 0; in drawRect()
427 auto lineWidth = getFrameWidth (); in drawRect()
613 auto lineWidth = getFrameWidth (); in getFocusPath()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/vfw/
H A Dvsvfw.cpp746 p.width = vsapi->getFrameWidth(f, 0); in ReadFrame()
796 int row_size = vsapi->getFrameWidth(f, 0) * fi->bytesPerSample; in ReadFrame()
800 int row_size23 = vsapi->getFrameWidth(f, 1) * fi->bytesPerSample; in ReadFrame()
810 vsapi->getStride(f, plane2), vsapi->getFrameWidth(f, plane2), in ReadFrame()
815 vsapi->getStride(f, plane3), vsapi->getFrameWidth(f, plane3), in ReadFrame()
/dports/multimedia/ffms2/ffms2-2.40/src/vapoursynth/
H A Dvapoursource.cpp361 vsapi->getFrameWidth(Dst, i) * fi->bytesPerSample, vsapi->getFrameHeight(Dst, i)); in OutputFrame()
365 vsapi->getFrameWidth(Dst, i) * fi->bytesPerSample, vsapi->getFrameHeight(Dst, i)); in OutputFrame()
372 vsapi->getFrameWidth(Dst, 0) * fi->bytesPerSample, vsapi->getFrameHeight(Dst, 0)); in OutputAlphaFrame()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Dassets.h103 …int getFrameWidth(int index) { assert (index < _frameCount); return _frames[index]._bounds.width()… in getFrameWidth() function
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Dassets.h103 …int getFrameWidth(int index) { assert (index < _frameCount); return _frames[index]._bounds.width()… in getFrameWidth() function

12345