Home
last modified time | relevance | path

Searched refs:landscapeHeight (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/
H A DVideoSource.java102 int landscapeWidth, int landscapeHeight, int portraitWidth, int portraitHeight, int fps) { in adaptOutputFormat() argument
103 adaptOutputFormat(new AspectRatio(landscapeWidth, landscapeHeight), in adaptOutputFormat()
104 /* maxLandscapePixelCount= */ landscapeWidth * landscapeHeight, in adaptOutputFormat()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/
H A DVideoSource.java102 int landscapeWidth, int landscapeHeight, int portraitWidth, int portraitHeight, int fps) { in adaptOutputFormat() argument
103 adaptOutputFormat(new AspectRatio(landscapeWidth, landscapeHeight), in adaptOutputFormat()
104 /* maxLandscapePixelCount= */ landscapeWidth * landscapeHeight, in adaptOutputFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/
H A DVideoSource.java102 int landscapeWidth, int landscapeHeight, int portraitWidth, int portraitHeight, int fps) { in adaptOutputFormat() argument
103 adaptOutputFormat(new AspectRatio(landscapeWidth, landscapeHeight), in adaptOutputFormat()
104 /* maxLandscapePixelCount= */ landscapeWidth * landscapeHeight, in adaptOutputFormat()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/api/org/webrtc/
H A DVideoSource.java102 int landscapeWidth, int landscapeHeight, int portraitWidth, int portraitHeight, int fps) { in adaptOutputFormat() argument
103 adaptOutputFormat(new AspectRatio(landscapeWidth, landscapeHeight), in adaptOutputFormat()
104 /* maxLandscapePixelCount= */ landscapeWidth * landscapeHeight, in adaptOutputFormat()
/dports/games/scorched3d/scorched/src/common/weapons/
H A DWeaponTeleport.cpp82 fixed landscapeHeight = context.getLandscapeMaps().getGroundMaps().getInterpHeight( in fireWeapon() local
84 if (landscapeHeight >= allowedHeight - 1) in fireWeapon()
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWWindView.cpp195 int landscapeHeight = ScorchedClient::instance()->getLandscapeMaps(). in drawScene() local
211 float yPer = float(y) / float(landscapeHeight); in drawScene()
212 float yPer2 = float(y + sqSizeH) / float(landscapeHeight); in drawScene()
/dports/games/scorched3d/scorched/src/client/GLEXT/
H A DGLImageModifier.cpp613 …int landscapeHeight = ScorchedClient::instance()->getLandscapeMaps().getGroundMaps().getLandscapeH… in makeArenaBitmap() local
616 int ly = arenaY * handle.getHeight() / landscapeHeight; in makeArenaBitmap()
618 int lh = ly + (arenaHeight * handle.getHeight() / landscapeHeight); in makeArenaBitmap()
665 …int landscapeHeight = ScorchedClient::instance()->getLandscapeMaps().getGroundMaps().getLandscapeH… in addBorderToBitmap() local
668 int borderY = int(float(arenaY) / float(landscapeHeight) * float(destBitmap.getHeight())); in addBorderToBitmap()
670 …int borderHeight = int(float(arenaHeight) / float(landscapeHeight) * float(destBitmap.getHeight())… in addBorderToBitmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DNativeAndroidVideoTrackSource.java91 int landscapeWidth, int landscapeHeight, @Nullable Integer maxLandscapePixelCount, in nativeAdaptOutputFormat() argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/src/java/org/webrtc/
H A DNativeAndroidVideoTrackSource.java91 int landscapeWidth, int landscapeHeight, @Nullable Integer maxLandscapePixelCount, in nativeAdaptOutputFormat() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DNativeAndroidVideoTrackSource.java91 int landscapeWidth, int landscapeHeight, @Nullable Integer maxLandscapePixelCount, in nativeAdaptOutputFormat() argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/src/java/org/webrtc/
H A DNativeAndroidVideoTrackSource.java91 int landscapeWidth, int landscapeHeight, @Nullable Integer maxLandscapePixelCount, in nativeAdaptOutputFormat() argument
/dports/games/scorched3d/scorched/src/common/landscapemap/
H A DMovementMap.cpp349 fixed landscapeHeight = context_.getLandscapeMaps().getGroundMaps().getInterpHeight( in tankBurried() local
356 if (landscapeHeight > tankHeight + MaxTankClimbHeight) in tankBurried()