Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DImageReaderTest.java376 Image yuvImage = yuvListener.getImage(CAPTURE_WAIT_TIMEOUT_MS); in testAllOutputYUVResolutions() local
380 CameraTestUtils.validateImage(yuvImage, captureSz.getWidth(), in testAllOutputYUVResolutions()
388 RectF yuvDimens = new RectF(0, 0, yuvImage.getWidth(), in testAllOutputYUVResolutions()
389 yuvImage.getHeight()); in testAllOutputYUVResolutions()
415 yuvPatch.height(), yuvPatch.left, yuvPatch.top, yuvImage); in testAllOutputYUVResolutions()
448 int[] fullYUVColors = convertPixelYuvToRgba(yuvImage.getWidth(), in testAllOutputYUVResolutions()
449 yuvImage.getHeight(), 0, 0, yuvImage); in testAllOutputYUVResolutions()
451 yuvImage.getWidth(), yuvImage.getHeight(), in testAllOutputYUVResolutions()
489 Image yuvImage) { in convertPixelYuvToRgba() argument
495 assertNotNull(yuvImage); in convertPixelYuvToRgba()
[all …]