Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java577 Image jpegImage = jpegListener.getImage(CAPTURE_WAIT_TIMEOUT_MS); in testAllOutputYUVResolutions() local
582 CameraTestUtils.validateImage(jpegImage, maxJpegSize.getWidth(), in testAllOutputYUVResolutions()
586 RectF jpegDimens = new RectF(0, 0, jpegImage.getWidth(), in testAllOutputYUVResolutions()
587 jpegImage.getHeight()); in testAllOutputYUVResolutions()
619 byte[] compressedJpegData = CameraTestUtils.getDataFromImage(jpegImage); in testAllOutputYUVResolutions()
667 jpegImage.close(); in testAllOutputYUVResolutions()
DCaptureResultTest.java334 Image jpegImage = jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps() local
338 jpegImage, result2.second); in testResultTimestamps()
340 jpegImage.close(); in testResultTimestamps()
DStillCaptureTest.java1142 Image jpegImage = jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in fullRawCaptureTestByCamera() local
1143 basicValidateBlobImage(jpegImage, maxStillSz, ImageFormat.JPEG); in fullRawCaptureTestByCamera()
1161 byte[] jpegBuffer = getDataFromImage(jpegImage); in fullRawCaptureTestByCamera()