Searched refs:jpegImage (Results 1 – 3 of 3) sorted by relevance
577 Image jpegImage = jpegListener.getImage(CAPTURE_WAIT_TIMEOUT_MS); in testAllOutputYUVResolutions() local582 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()
334 Image jpegImage = jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps() local338 jpegImage, result2.second); in testResultTimestamps()340 jpegImage.close(); in testResultTimestamps()
1142 Image jpegImage = jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in fullRawCaptureTestByCamera() local1143 basicValidateBlobImage(jpegImage, maxStillSz, ImageFormat.JPEG); in fullRawCaptureTestByCamera()1161 byte[] jpegBuffer = getDataFromImage(jpegImage); in fullRawCaptureTestByCamera()