Home
last modified time | relevance | path

Searched refs:maxJpegSize (Results 1 – 4 of 4) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java541 Size maxJpegSize = CameraTestUtils.getMaxSize(jpegSizes); in testAllOutputYUVResolutions() local
553 + maxJpegSize + " for camera " + mCamera.getId()); in testAllOutputYUVResolutions()
568 jpegReader = createImageReader(maxJpegSize, in testAllOutputYUVResolutions()
586 + " ,jpeg:" + maxJpegSize + "} for camera " in testAllOutputYUVResolutions()
593 ((maxJpegSize.getWidth() > FULL_HD.getWidth()) || in testAllOutputYUVResolutions()
594 (maxJpegSize.getHeight() > FULL_HD.getHeight()))) { in testAllOutputYUVResolutions()
596 + " ,jpeg:" + maxJpegSize + "} for camera " in testAllOutputYUVResolutions()
603 maxJpegSize + ", yuv: " + captureSz + "}"); in testAllOutputYUVResolutions()
643 CameraTestUtils.validateImage(jpegImage, maxJpegSize.getWidth(), in testAllOutputYUVResolutions()
644 maxJpegSize.getHeight(), ImageFormat.JPEG, /*filePath*/null); in testAllOutputYUVResolutions()
DStaticMetadataTest.java125 Size maxJpegSize = CameraTestUtils.getMaxSize(jpegSizes); in testHwSupportedLevel() local
129 … float maxJpegAspectRatio = (float)maxJpegSize.getWidth() / (float)maxJpegSize.getHeight(); in testHwSupportedLevel()
138 croppedSensorSize, maxJpegSize, SIZE_ERROR_MARGIN); in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java622 Size maxJpegSize = CameraTestUtils.getMaxSize(snapshotSizes); in verifyRecommendedSnapshotConfiguration() local
625 maxJpegSize.toString(), arraySize.toString(), cameraId), in verifyRecommendedSnapshotConfiguration()
626 isSizeWithinSensorMargin(maxJpegSize, arraySize).first.booleanValue()); in verifyRecommendedSnapshotConfiguration()
1233 Size maxJpegSize = CameraTestUtils.getMaxSize(CameraTestUtils.getSupportedSizeForFormat( in testStaticBurstCharacteristics() local
1237 (maxJpegSize.getWidth() <= maxYuvSize.getWidth() && in testStaticBurstCharacteristics()
1238 maxJpegSize.getHeight() <= maxYuvSize.getHeight()) : false; in testStaticBurstCharacteristics()
DStillCaptureTest.java106 Size maxJpegSize = mOrderedStillSizes.get(0); in testJpegExif() local
107 stillExifTestByCamera(ImageFormat.JPEG, maxJpegSize); in testJpegExif()