Searched refs:checkImage (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 597 checkImage(image, mSize.getWidth(), mSize.getHeight(), mFormat); in onImageAvailable() 1758 public static void checkImage(Image image, int width, int height, int format) { in checkImage() method in CameraTestUtils 1759 checkImage(image, width, height, format, /*colorSpace*/null); in checkImage() 1765 public static void checkImage(Image image, int width, int height, int format, in checkImage() method in CameraTestUtils 2650 checkImage(image, width, height, format, colorSpace); in validateImage()
|