Home
last modified time | relevance | path

Searched refs:validateImage (Results 1 – 10 of 10) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java1186 CameraTestUtils.validateImage(yuvImage, captureSz.getWidth(), in testAllOutputYUVResolutions()
1188 CameraTestUtils.validateImage(jpegImage, maxJpegSize.getWidth(), in testAllOutputYUVResolutions()
1610 CameraTestUtils.validateImage(yuvImage, maxYuvSz.getWidth(), in bufferFormatWithYuvTestByCamera()
1612 CameraTestUtils.validateImage(captureImage, captureSz.getWidth(), in bufferFormatWithYuvTestByCamera()
1675 validateImage(SIZE, FORMAT, NUM_FRAME_VERIFIED, REPEATING, /*colorSpace*/ null); in discardFreeBuffersTestByCamera()
1682 validateImage(SIZE, FORMAT, NUM_FRAME_VERIFIED, REPEATING, /*colorSpace*/ null); in discardFreeBuffersTestByCamera()
1700 validateImage(SIZE, FORMAT, /*captureCount*/ 1, SINGLE, /*colorSpace*/ null); in discardFreeBuffersTestByCamera()
1826 validateImage(sz, format, numFrameVerified, repeating, colorSpace); in bufferFormatTestByCamera()
1898 CameraTestUtils.validateImage(img, sz.getWidth(), sz.getHeight(), format, in bufferFormatLongProcessingTimeTestByCamera()
2023 private void validateImage(Size sz, int format, int captureCount, boolean repeating, in validateImage() method in ImageReaderTest
[all …]
DMultiResolutionImageReaderTest.java460 validateImage(format, multiResolutionStreams, numFrameVerified, listener, in multiResolutionImageReaderFormatTestByCamera()
483 private void validateImage(int format, Collection<MultiResolutionStreamInfo> streams, in validateImage() method in MultiResolutionImageReaderTest
508 CameraTestUtils.validateImage(img, img.getWidth(), img.getHeight(), format, in validateImage()
DZoomCaptureTest.java338 CameraTestUtils.validateImage(img, mMaxSize.getWidth(), mMaxSize.getHeight(), in onImageAvailable()
DStillCaptureTest.java271 CameraTestUtils.validateImage(image, stillSize.getWidth(), stillSize.getHeight(), in stillJpegRTestByCamera()
1488 CameraTestUtils.validateImage(image, stillSize.getWidth(), stillSize.getHeight(), in stillDynamicDepthTestByCamera()
1692 CameraTestUtils.validateImage(image, rawSize.getWidth(), rawSize.getHeight(), in validateRaw16Image()
1707 CameraTestUtils.validateImage(image, jpegSize.getWidth(), jpegSize.getHeight(), in validateJpegCapture()
DCameraExtensionSessionTest.java676 validateImage(imgPostview, postviewSize.getWidth(), in testPostviewAndCapture()
693 validateImage(img, maxSize.getWidth(), in testPostviewAndCapture()
964 validateImage(img, maxSize.getWidth(), in test10bitRepeatingAndCaptureCombined()
1150 validateImage(img, maxSize.getWidth(), in testMultiFrameCapture()
1544 validateImage(img, captureMaxSize.getWidth(), in testRepeatingAndCaptureCombined()
2833 validateImage(img, captureMaxSize.getWidth(), in testFlash()
DCameraGPURecordingTest.java199 CameraTestUtils.validateImage(image, snapshotSize.getWidth(), in captureGpuEncoderPath()
DFeatureCombinationTest.java232 CameraTestUtils.validateImage(image, jpegReader.getWidth(), in testIsSessionConfigurationSupported()
DRecordingTest.java2609 CameraTestUtils.validateImage(image, size.getWidth(), size.getHeight(),
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DImageReaderDecoderTest.java534 validateImage(image, width, height, imageFormat, fileName); in decodeFramesToImage()
567 public static void validateImage( in validateImage() method in ImageReaderDecoderTest
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2630 public static void validateImage(Image image, int width, int height, int format, in validateImage() method in CameraTestUtils
2632 validateImage(image, width, height, format, filePath, /*colorSpace*/ null); in validateImage()
2648 public static void validateImage(Image image, int width, int height, int format, in validateImage() method in CameraTestUtils