| /expo/packages/expo-face-detector/ios/EXFaceDetector/ |
| H A D | EXCSBufferOrientationCalculator.m | 83 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 D | EXCSBufferOrientationCalculator.h | 18 andVideoHeight:(CGFloat)videoHeight
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/video/ |
| H A D | VideoTextureView.java | 42 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 D | VideoTextureView.java | 42 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 D | VideoTextureView.java | 42 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 D | VideoTextureView.java | 42 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 D | WebCameraUtils.js | 7 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 D | WebCameraUtils.d.ts | 8 export declare function getImageSize(videoWidth: number, videoHeight: number, scale: number): Image…
|
| H A D | WebCameraUtils.js.map | 1 …videoHeight: number, scale: number): ImageSize {\n const width = videoWidth * scale;\n const rat…
|
| /expo/packages/expo-camera/src/ |
| H A D | WebCameraUtils.ts | 23 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 D | AssetUtils.kt | 232 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 D | AssetUtils.kt | 232 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 D | AssetUtils.kt | 232 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 D | AssetUtils.kt | 232 val videoHeight = in getAssetDimensionsFromCursor() constant 237 return maybeRotateAssetSize(videoWidth, videoHeight, videoOrientation) in getAssetDimensionsFromCursor()
|