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.java447 Image jpegImage = jpegListener.getImage(CAPTURE_WAIT_TIMEOUT_MS); in testAllOutputYUVResolutions() local
452 CameraTestUtils.validateImage(jpegImage, maxJpegSize.getWidth(), in testAllOutputYUVResolutions()
456 RectF jpegDimens = new RectF(0, 0, jpegImage.getWidth(), in testAllOutputYUVResolutions()
457 jpegImage.getHeight()); in testAllOutputYUVResolutions()
489 byte[] compressedJpegData = CameraTestUtils.getDataFromImage(jpegImage); in testAllOutputYUVResolutions()
537 jpegImage.close(); in testAllOutputYUVResolutions()
DCaptureResultTest.java331 Image jpegImage = jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps() local
335 jpegImage, result2.second); in testResultTimestamps()
337 jpegImage.close(); in testResultTimestamps()
DStillCaptureTest.java837 Image jpegImage = jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in fullRawCaptureTestByCamera() local
838 basicValidateJpegImage(jpegImage, maxStillSz); in fullRawCaptureTestByCamera()
856 byte[] jpegBuffer = getDataFromImage(jpegImage); in fullRawCaptureTestByCamera()