Home
last modified time | relevance | path

Searched refs:videoWidth (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/multimedia/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2/libffmpegthumbnailer/
H A Dfilmstripfilter.cpp25 static const uint8_t* determineFilmStrip(uint32_t videoWidth, uint32_t& filmStripWidth, uint32_t& f… in determineFilmStrip() argument
27 if (videoWidth <= SMALLEST_FILM_STRIP_WIDTH * 2) in determineFilmStrip()
32 if (videoWidth <= 96) in determineFilmStrip()
38 if (videoWidth <= 192) in determineFilmStrip()
44 if (videoWidth <= 384) in determineFilmStrip()
50 if (videoWidth <= 768) in determineFilmStrip()
/dports/multimedia/kdemultimedia-ffmpegthumbs/ffmpegthumbs-21.12.3/ffmpegthumbnailer/
H A Dfilmstripfilter.cpp16 static const quint8* determineFilmStrip(quint32 videoWidth, quint32& filmStripWidth, quint32& filmS… in determineFilmStrip() argument
18 if (videoWidth <= SMALLEST_FILM_STRIP_WIDTH * 2) in determineFilmStrip()
23 if (videoWidth <= 96) in determineFilmStrip()
29 if (videoWidth <= 192) in determineFilmStrip()
35 if (videoWidth <= 384) in determineFilmStrip()
41 if (videoWidth <= 768) in determineFilmStrip()
/dports/graphics/digikam/digikam-7.4.0/core/libs/threadimageio/video/
H A Dvideostripfilter.cpp596 static const quint8* determineFilmStrip(quint32 videoWidth, quint32& videoStripWidth, quint32& vide… in determineFilmStrip() argument
598 if (videoWidth <= (SMALLEST_FILM_STRIP_WIDTH * 2)) in determineFilmStrip()
603 if (videoWidth <= 96) in determineFilmStrip()
609 if (videoWidth <= 192) in determineFilmStrip()
615 if (videoWidth <= 384) in determineFilmStrip()
621 if (videoWidth <= 768) in determineFilmStrip()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/
H A Dguidealgorithms.cpp488 const int videoWidth, in findLocalStarPosition() argument
708 if (bbox_rb.x > videoWidth) in findLocalStarPosition()
709 bbox_rb.x = videoWidth; in findLocalStarPosition()
722 offset = j * videoWidth; in findLocalStarPosition()
738 offset = j * videoWidth; in findLocalStarPosition()
754 offset = j * videoWidth; in findLocalStarPosition()
770 offset = j * videoWidth; in findLocalStarPosition()
788 psrc += videoWidth; in findLocalStarPosition()
810 psrc += videoWidth; in findLocalStarPosition()
835 psrc += videoWidth; in findLocalStarPosition()
[all …]
H A Dguidealgorithms.h28 const int videoWidth,
35 const int videoWidth,
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/opengl/
H A Dvid_opengl.cpp13 static int videoWidth = 0; variable
96 BurnDrvGetFullSize(&videoWidth, &videoHeight); in oglInit()
100 BurnDrvGetFullSize(&videoWidth, &videoHeight); in oglInit()
105 videoPitch = videoWidth * videoBpp; in oglInit()
155 …glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, videoWidth, videoHeight, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5… in oglPaint()
181 stockShader->setUniform("width", static_cast<float>(videoWidth)); in oglPaint()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/opengl/
H A Dvid_opengl.cpp13 static int videoWidth = 0; variable
96 BurnDrvGetFullSize(&videoWidth, &videoHeight); in oglInit()
100 BurnDrvGetFullSize(&videoWidth, &videoHeight); in oglInit()
105 videoPitch = videoWidth * videoBpp; in oglInit()
155 …glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, videoWidth, videoHeight, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5… in oglPaint()
181 stockShader->setUniform("width", static_cast<float>(videoWidth)); in oglPaint()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DHomeEnvironment.java72 private int videoWidth; field in HomeEnvironment
145 this.videoWidth = 320; in HomeEnvironment()
161 this.videoWidth = 320; in readObject()
517 return this.videoWidth; in getVideoWidth()
525 public void setVideoWidth(int videoWidth) { in setVideoWidth() argument
526 if (this.videoWidth != videoWidth) { in setVideoWidth()
527 int oldVideoWidth = this.videoWidth; in setVideoWidth()
528 this.videoWidth = videoWidth; in setVideoWidth()
529 firePropertyChange(Property.VIDEO_WIDTH.name(), oldVideoWidth, videoWidth); in setVideoWidth() local
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DVideoRendererGui.java133 private int videoWidth; field in VideoRendererGui.YuvImageRenderer
192 + displayLayout.width() + " x " + displayLayout.height() + ". Video: " + videoWidth in updateLayoutMatrix()
195 ? (float) videoWidth / videoHeight in updateLayoutMatrix()
196 : (float) videoHeight / videoWidth; in updateLayoutMatrix()
263 drawer.drawYuv(yuvTextures, texMatrix, videoWidth, videoHeight, displayLayout.left, in draw()
266 drawer.drawRgb(textureCopy.getTextureId(), texMatrix, videoWidth, videoHeight, in draw() local
322 private void setSize(final int videoWidth, final int videoHeight, final int rotation) { in setSize() argument
323 if (videoWidth == this.videoWidth && videoHeight == this.videoHeight in setSize()
330 rendererEvents.onFrameResolutionChanged(videoWidth, videoHeight, rotation); in setSize()
334 Logging.d(TAG, "ID: " + id + ". YuvImageRenderer.setSize: " + videoWidth + " x " in setSize()
[all …]
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/video/
H A Dmovie.cpp176 int videoWidth, videoHeight; in PlayMovie() local
178 videoWidth = Video.ViewportWidth; in PlayMovie()
181 videoWidth = Video.Width; in PlayMovie()
205 rect.w = videoWidth; in PlayMovie()
206 rect.h = videoWidth * data.tinfo.frame_height / data.tinfo.frame_width; in PlayMovie()
212 rect.x = (videoWidth - rect.w) / 2; in PlayMovie()
/dports/games/libretro-prosystem/prosystem-libretro-a812cab/core/
H A Dlibretro.c29 static int videoWidth = 320; variable
225 info->geometry.base_width = videoWidth; in retro_get_system_av_info()
417 videoWidth = Rect_GetLength(&maria_visibleArea); in retro_run()
425 for(x = 0; x < videoWidth; x += 4) in retro_run()
433 buffer += videoWidth; in retro_run()
436 video_cb(videoBuffer, videoWidth, videoHeight, videoWidth << 2); in retro_run()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/scripts/
H A Dlavtc.sh360 video_width*) videoWidth=${value} ;;
445 …deinterlaceArgs="-H 0 -f ${cineRate},1 -M 0 -g ${videoWidth}x${videoHeight} -e ${audioInRate},${au…
538 assertRange ${geometry[0]} ${videoWidth} "frame width"
540 assertRange ${geometry[2]} ${videoWidth} "frame x offset"
547 let clipRight=${videoWidth}-${geometry[0]}-${geometry[2]}
552 assertRange ${clipLeft=0} ${videoWidth} "left clipping parameter"
553 assertRange ${clipRight=0} ${videoWidth} "right clipping paramter"
563 let clippedWidth="${videoWidth}-${clipLeft}-${clipRight}"
664 log_info "input video: ${videoWidth}x${videoHeight}"
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOVIDEO.cpp289 LONG videoWidth; in play() local
293 iBasicVideo->GetVideoSize(&videoWidth, &videoHeight) == 0) in play()
296 if( screenWidth >= videoWidth * 2 && in play()
299 videoWidth *= 2; in play()
305 (screenWidth-videoWidth)/2, (screenHeight-videoHeight)/2, in play()
306 videoWidth, videoHeight); in play()
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dvideo.shared.tsx20 const {containerHeight, containerWidth, videoHeight, videoWidth} = state
24 if (!isPositive(videoHeight) || !isPositive(videoWidth)) {
30 const idealHeight = (containerWidth * videoHeight) / videoWidth
60 videoWidth: videoNaturalWidth,
H A Dvideo.desktop.tsx13 videoWidth: 0,
33 videoWidth: target.videoWidth,
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Type/
H A DMediaInfo.php79 if(count($xml->videoWidth))
80 $this->videoWidth = (int)$xml->videoWidth;
207 public $videoWidth = null; variable in Kaltura\\Client\\Type\\MediaInfo
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/
H A Dlibretro.cxx38 static int videoWidth, videoHeight; variable
252 videoWidth = tia.width(); in retro_load_game()
356 videoWidth = tia.width(); in retro_run()
361 for (int i = 0; i < videoHeight * videoWidth; ++i) in retro_run()
364 video_cb(frameBuffer, videoWidth, videoHeight, videoWidth << 2); in retro_run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/
H A DSurfaceViewRenderer.java274 public void onFrameResolutionChanged(int videoWidth, int videoHeight, int rotation) { in onFrameResolutionChanged() argument
276 rendererEvents.onFrameResolutionChanged(videoWidth, videoHeight, rotation); in onFrameResolutionChanged()
278 int rotatedWidth = rotation == 0 || rotation == 180 ? videoWidth : videoHeight; in onFrameResolutionChanged()
279 int rotatedHeight = rotation == 0 || rotation == 180 ? videoHeight : videoWidth; in onFrameResolutionChanged()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/
H A DSurfaceViewRenderer.java274 public void onFrameResolutionChanged(int videoWidth, int videoHeight, int rotation) { in onFrameResolutionChanged() argument
276 rendererEvents.onFrameResolutionChanged(videoWidth, videoHeight, rotation); in onFrameResolutionChanged()
278 int rotatedWidth = rotation == 0 || rotation == 180 ? videoWidth : videoHeight; in onFrameResolutionChanged()
279 int rotatedHeight = rotation == 0 || rotation == 180 ? videoHeight : videoWidth; in onFrameResolutionChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/
H A DSurfaceViewRenderer.java274 public void onFrameResolutionChanged(int videoWidth, int videoHeight, int rotation) { in onFrameResolutionChanged() argument
276 rendererEvents.onFrameResolutionChanged(videoWidth, videoHeight, rotation); in onFrameResolutionChanged()
278 int rotatedWidth = rotation == 0 || rotation == 180 ? videoWidth : videoHeight; in onFrameResolutionChanged()
279 int rotatedHeight = rotation == 0 || rotation == 180 ? videoHeight : videoWidth; in onFrameResolutionChanged()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/api/org/webrtc/
H A DSurfaceViewRenderer.java274 public void onFrameResolutionChanged(int videoWidth, int videoHeight, int rotation) { in onFrameResolutionChanged() argument
276 rendererEvents.onFrameResolutionChanged(videoWidth, videoHeight, rotation); in onFrameResolutionChanged()
278 int rotatedWidth = rotation == 0 || rotation == 180 ? videoWidth : videoHeight; in onFrameResolutionChanged()
279 int rotatedHeight = rotation == 0 || rotation == 180 ? videoHeight : videoWidth; in onFrameResolutionChanged()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/media/video/
H A Dvideo.cpp389 int videoWidth, videoHeight; local
390 APEG_STREAM *oggVid = get_theora_size(reader, &videoWidth, &videoHeight);
392 if (videoWidth == 0)
404 …calculate_destination_size_maintain_aspect_ratio(videoWidth, videoHeight, &fliTargetWidth, &fliTar…
406 if ((fliTargetWidth == videoWidth) && (fliTargetHeight == videoHeight) && (stretch_flc))
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/backend-mplayer/
H A Dmplayermediawidget.cpp29 timerId(0), videoWidth(0), videoHeight(0), videoAspectRatio(1) in MPlayerMediaWidget()
415 videoWidth = line.mid(10).toInt(); in readStandardOutput()
417 if (videoWidth < 0) { in readStandardOutput()
418 videoWidth = 0; in readStandardOutput()
440 videoAspectRatio = (videoWidth / float(videoHeight)); in readStandardOutput()
511 videoWidth = 0; in resetState()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/ituneslibrary/
H A DITLibMediaItemVideoInfo.inc30 function videoWidth: NSUInteger; message 'videoWidth';
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDSubtitles/
H A DDVDSubtitlesLibass.cpp151 ASS_Image* CDVDSubtitlesLibass::RenderImage(int frameWidth, int frameHeight, int videoWidth, int vi… in RenderImage() argument
162 double dar = (double)videoWidth / videoHeight; in RenderImage()
165 int leftmargin = (frameWidth - videoWidth) / 2; in RenderImage()

12345678910>>...13