Searched refs:defaultCrop (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | TaskConvertImageToRGBPreview.java | 223 Rect defaultCrop = new Rect(0, 0, img.getWidth(), img.getHeight()); in colorInscribedDataCircleFromYuvImage() local 225 return colorInscribedDataCircleFromYuvImage(img, defaultCrop, subsample); in colorInscribedDataCircleFromYuvImage() 502 Rect defaultCrop = new Rect(0, 0, img.getWidth(), img.getHeight()); in colorSubSampleFromYuvImage() local 504 return colorSubSampleFromYuvImage(img, defaultCrop, subsample, enableSquareInscribe); in colorSubSampleFromYuvImage()
|