Searched refs:jpegImage (Results 1 – 2 of 2) sorted by relevance
377 Image jpegImage = jpegListener.getImage(CAPTURE_WAIT_TIMEOUT_MS); in testAllOutputYUVResolutions() local382 CameraTestUtils.validateImage(jpegImage, maxJpegSize.getWidth(), in testAllOutputYUVResolutions()386 RectF jpegDimens = new RectF(0, 0, jpegImage.getWidth(), in testAllOutputYUVResolutions()387 jpegImage.getHeight()); in testAllOutputYUVResolutions()419 byte[] compressedJpegData = CameraTestUtils.getDataFromImage(jpegImage); in testAllOutputYUVResolutions()
794 Image jpegImage = jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in fullRawCaptureTestByCamera() local795 basicValidateJpegImage(jpegImage, maxStillSz); in fullRawCaptureTestByCamera()813 byte[] jpegBuffer = getDataFromImage(jpegImage); in fullRawCaptureTestByCamera()