Home
last modified time | relevance | path

Searched refs:hasValidConstraints (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-camera/build/
H A DWebCameraUtils.d.ts10 export declare function hasValidConstraints(preferredCameraType?: CameraType, width?: number | Cons…
H A DWebCameraUtils.js27 export function hasValidConstraints(preferredCameraType, width, height) { function
94 if (hasValidConstraints(preferredCameraType, width, height)) {
H A DWebCameraUtils.js.map1hasValidConstraints(\n preferredCameraType?: CameraType,\n width?: number | ConstrainLongRange,\…
/expo/packages/expo-camera/src/
H A DWebCameraUtils.ts58 export function hasValidConstraints( function
158 if (hasValidConstraints(preferredCameraType, width, height)) {