Home
last modified time | relevance | path

Searched refs:convertedSetting (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-camera/src/
H A DWebCameraUtils.ts321 const convertedSetting = converter(settings[settingsKey]); constant
325 convertedSetting,
431 convertedSetting: T;
436 const { constraintKey, settingsKey, convertedSetting, capabilities, settings, cameraType } = constant
441 convertedSetting &&
442 !capabilities[constraintKey].includes(convertedSetting)
447 …` { ${settingsKey}: "${setting}" } (converted to "${convertedSetting}" in the browser) is not supp…
452 return convertedSetting;
/expo/packages/expo-camera/build/
H A DWebCameraUtils.js209 const convertedSetting = converter(settings[settingsKey]);
213 convertedSetting,
293 …const { constraintKey, settingsKey, convertedSetting, capabilities, settings, cameraType } = props;
296 convertedSetting &&
297 !capabilities[constraintKey].includes(convertedSetting)) {
300 …console.warn(` { ${settingsKey}: "${setting}" } (converted to "${convertedSetting}" in the browser…
304 return convertedSetting;
H A DWebCameraUtils.js.map1convertedSetting = converter(settings[settingsKey]);\n return validatedConstrainedValue({\n …