Home
last modified time | relevance | path

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

/expo/packages/expo-face-detector/ios/EXFaceDetector/
H A DEXCSBufferOrientationCalculator.m82 andVideoWidth:(CGFloat)videoWidth
89 …tionCalculator rotationWithTranslation:rotationTransform forVideoWidth:videoWidth forVideoHeight:v…
91 …oforBufferWidth:bufferWidth andBufferHeight:bufferHeight andVideoWidth:videoWidth andVideoHeight:v…
93 … andBufferWidth:bufferWidth andBufferHeight:bufferHeight andVideoWidth:videoWidth andVideoHeight:v…
129 forVideoWidth:(CGFloat)videoWidth
134 …n = CGAffineTransformTranslate(CGAffineTransformIdentity, translateX ? videoWidth : 0, translateY …
140 andVideoWidth:(CGFloat)videoWidth
143 float widthFactor = videoWidth / bufferWidth;
153 andVideoWidth:(CGFloat)videoWidth
156 float xOffset = -((bufferWidth * scale) - videoWidth) / 2;
H A DEXCSBufferOrientationCalculator.h17 andVideoWidth:(CGFloat)videoWidth
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/video/
H A DVideoTextureView.java41 final int videoWidth = videoWidthHeight.first; 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.java41 final int videoWidth = videoWidthHeight.first; 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.java41 final int videoWidth = videoWidthHeight.first; 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.java41 final int videoWidth = videoWidthHeight.first; 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
8 const width = videoWidth * scale;
9 const ratio = videoWidth / width;
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.map1videoWidth: number, videoHeight: number, scale: number): ImageSize {\n const width = videoWidth *…
/expo/packages/expo-camera/src/
H A DWebCameraUtils.ts23 export function getImageSize(videoWidth: number, videoHeight: number, scale: number): ImageSize {
24 const width = videoWidth * scale;
25 const ratio = videoWidth / width;
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.kt230 val videoWidth = 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.kt230 val videoWidth = 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.kt230 val videoWidth = 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.kt230 val videoWidth = in getAssetDimensionsFromCursor() constant
237 return maybeRotateAssetSize(videoWidth, videoHeight, videoOrientation) in getAssetDimensionsFromCursor()