Home
last modified time | relevance | path

Searched refs:getImageSizeForOrientation (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DTaskCompressImageToJpeg.java242 Size resultSize = getImageSizeForOrientation(img.crop.width(), in run()
434 private Size getImageSizeForOrientation(int originalWidth, int originalHeight, in getImageSizeForOrientation() method in TaskCompressImageToJpeg
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraZslImpl.java619 Size size = getImageSizeForOrientation(image.getWidth(), image.getHeight(), in savePicture()
993 private Size getImageSizeForOrientation(int originalWidth, int originalHeight, in getImageSizeForOrientation() method in OneCameraZslImpl