Searched refs:getMaxZoomRatio (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java634 public float getMaxZoomRatio() { method in class:CameraCapabilities
687 if (settings.getCurrentZoomRatio() > getMaxZoomRatio()) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DParameterUtils.java699 public static float getMaxZoomRatio(Camera.Parameters params) { method in class:ParameterUtils
H A DLegacyMetadataMapper.java930 m.set(SCALER_AVAILABLE_MAX_DIGITAL_ZOOM, ParameterUtils.getMaxZoomRatio(p));

Completed in 66 milliseconds