Home
last modified time | relevance | path

Searched refs:videoHeight (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-face-detector/ios/EXFaceDetector/
H A DEXCSBufferOrientationCalculator.m83 andVideoHeight:(CGFloat)videoHeight
89 …tor rotationWithTranslation:rotationTransform forVideoWidth:videoWidth forVideoHeight:videoHeight];
91 …idth:bufferWidth andBufferHeight:bufferHeight andVideoWidth:videoWidth andVideoHeight:videoHeight];
93 …idth:bufferWidth andBufferHeight:bufferHeight andVideoWidth:videoWidth andVideoHeight:videoHeight];
130 forVideoHeight:(CGFloat)videoHeight
134 …ormTranslate(CGAffineTransformIdentity, translateX ? videoWidth : 0, translateY ? videoHeight : 0);
141 andVideoHeight:(CGFloat)videoHeight
144 float heightFactor = videoHeight / bufferHeight;
154 andVideoHeight:(CGFloat)videoHeight
157 float yOffset = -((bufferHeight * scale) - videoHeight) / 2;
H A DEXCSBufferOrientationCalculator.h18 andVideoHeight:(CGFloat)videoHeight
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/video/
H A DVideoTextureView.java42 final int videoHeight = videoWidthHeight.second; in scaleVideoSize() local
44 if (videoWidth == 0 || videoHeight == 0) { in scaleVideoSize()
49 final Size videoSize = new Size(videoWidth, videoHeight); in scaleVideoSize()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/video/
H A DVideoTextureView.java42 final int videoHeight = videoWidthHeight.second; in scaleVideoSize() local
44 if (videoWidth == 0 || videoHeight == 0) { in scaleVideoSize()
49 final Size videoSize = new Size(videoWidth, videoHeight); in scaleVideoSize()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/video/
H A DVideoTextureView.java42 final int videoHeight = videoWidthHeight.second; in scaleVideoSize() local
44 if (videoWidth == 0 || videoHeight == 0) { in scaleVideoSize()
49 final Size videoSize = new Size(videoWidth, videoHeight); in scaleVideoSize()
/expo/packages/expo-av/android/src/main/java/expo/modules/av/video/
H A DVideoTextureView.java42 final int videoHeight = videoWidthHeight.second; in scaleVideoSize() local
44 if (videoWidth == 0 || videoHeight == 0) { in scaleVideoSize()
49 final Size videoSize = new Size(videoWidth, videoHeight); in scaleVideoSize()
/expo/packages/expo-camera/build/
H A DWebCameraUtils.js7 export function getImageSize(videoWidth, videoHeight, scale) { argument
10 const height = videoHeight / ratio;
57 const { videoWidth, videoHeight } = video;
58 const { width, height } = getImageSize(videoWidth, videoHeight, scale);
H A DWebCameraUtils.d.ts8 export declare function getImageSize(videoWidth: number, videoHeight: number, scale: number): Image…
H A DWebCameraUtils.js.map1videoHeight: number, scale: number): ImageSize {\n const width = videoWidth * scale;\n const rat…
/expo/packages/expo-camera/src/
H A DWebCameraUtils.ts23 export function getImageSize(videoWidth: number, videoHeight: number, scale: number): ImageSize {
26 const height = videoHeight / ratio;
105 const { videoWidth, videoHeight } = video; constant
106 const { width, height } = getImageSize(videoWidth, videoHeight, scale!);
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/medialibrary/assets/
H A DAssetUtils.kt232 val videoHeight = in getAssetDimensionsFromCursor() constant
237 return maybeRotateAssetSize(videoWidth, videoHeight, videoOrientation) in getAssetDimensionsFromCursor()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/medialibrary/assets/
H A DAssetUtils.kt232 val videoHeight = in getAssetDimensionsFromCursor() constant
237 return maybeRotateAssetSize(videoWidth, videoHeight, videoOrientation) in getAssetDimensionsFromCursor()
/expo/packages/expo-media-library/android/src/main/java/expo/modules/medialibrary/assets/
H A DAssetUtils.kt232 val videoHeight = in getAssetDimensionsFromCursor() constant
237 return maybeRotateAssetSize(videoWidth, videoHeight, videoOrientation) in getAssetDimensionsFromCursor()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/medialibrary/assets/
H A DAssetUtils.kt232 val videoHeight = in getAssetDimensionsFromCursor() constant
237 return maybeRotateAssetSize(videoWidth, videoHeight, videoOrientation) in getAssetDimensionsFromCursor()