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.java638 Image jpegImage = jpegListener.getImage(CAPTURE_WAIT_TIMEOUT_MS); in testAllOutputYUVResolutions() local
643 CameraTestUtils.validateImage(jpegImage, maxJpegSize.getWidth(), in testAllOutputYUVResolutions()
647 RectF jpegDimens = new RectF(0, 0, jpegImage.getWidth(), in testAllOutputYUVResolutions()
648 jpegImage.getHeight()); in testAllOutputYUVResolutions()
680 byte[] compressedJpegData = CameraTestUtils.getDataFromImage(jpegImage); in testAllOutputYUVResolutions()
728 jpegImage.close(); in testAllOutputYUVResolutions()
DCaptureResultTest.java341 Image jpegImage = jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps() local
345 jpegImage, result2.second); in testResultTimestamps()
347 jpegImage.close(); in testResultTimestamps()
DStillCaptureTest.java1145 Image jpegImage = jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in fullRawCaptureTestByCamera() local
1146 basicValidateBlobImage(jpegImage, maxStillSz, ImageFormat.JPEG); in fullRawCaptureTestByCamera()
1164 byte[] jpegBuffer = getDataFromImage(jpegImage); in fullRawCaptureTestByCamera()