Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java637 Image yuvImage = yuvListener.getImage(CAPTURE_WAIT_TIMEOUT_MS); in testAllOutputYUVResolutions() local
641 CameraTestUtils.validateImage(yuvImage, captureSz.getWidth(), in testAllOutputYUVResolutions()
649 RectF yuvDimens = new RectF(0, 0, yuvImage.getWidth(), in testAllOutputYUVResolutions()
650 yuvImage.getHeight()); in testAllOutputYUVResolutions()
676 yuvPatch.height(), yuvPatch.left, yuvPatch.top, yuvImage); in testAllOutputYUVResolutions()
712 int[] fullYUVColors = convertPixelYuvToRgba(yuvImage.getWidth(), in testAllOutputYUVResolutions()
713 yuvImage.getHeight(), 0, 0, yuvImage); in testAllOutputYUVResolutions()
715 yuvImage.getWidth(), yuvImage.getHeight(), in testAllOutputYUVResolutions()
727 yuvImage.close(); in testAllOutputYUVResolutions()
800 Image yuvImage) { in convertPixelYuvToRgba() argument
[all …]