Home
last modified time | relevance | path

Searched defs:sourceHeight (Results 1 – 1 of 1) sorted by relevance

/camera/camera-core/src/main/java/androidx/camera/core/internal/utils/
DImageUtil.java359 int sourceHeight = sourceSize.getHeight(); in computeCropRectFromAspectRatio() local
426 int sourceHeight = sourceSize.getHeight(); in isCropAspectRatioHasEffect() local
475 public static boolean shouldCropImage(int sourceWidth, int sourceHeight, int cropRectWidth, in shouldCropImage()