Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskConvertImageToRGBPreview.java222 protected int[] colorInscribedDataCircleFromYuvImage(ImageProxy img, int subsample) { in colorInscribedDataCircleFromYuvImage() method in TaskConvertImageToRGBPreview
225 return colorInscribedDataCircleFromYuvImage(img, defaultCrop, subsample); in colorInscribedDataCircleFromYuvImage()
228 protected int[] colorInscribedDataCircleFromYuvImage(ImageProxy img, Rect crop, int subsample) { in colorInscribedDataCircleFromYuvImage() method in TaskConvertImageToRGBPreview
852 return colorInscribedDataCircleFromYuvImage(img, crop, subsample); in runSelectedConversion()