Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java135 Size maxJpegSize = CameraTestUtils.getMaxSize(jpegSizes); in testHwSupportedLevel() local
139 … float maxJpegAspectRatio = (float)maxJpegSize.getWidth() / (float)maxJpegSize.getHeight(); in testHwSupportedLevel()
148 croppedSensorSize, maxJpegSize, SIZE_ERROR_MARGIN); in testHwSupportedLevel()
DImageReaderTest.java1086 Size maxJpegSize = CameraTestUtils.getMaxSize(jpegSizes); in testAllOutputYUVResolutions() local
1098 + maxJpegSize + " for camera " + mCamera.getId()); in testAllOutputYUVResolutions()
1113 jpegReader = createImageReader(maxJpegSize, in testAllOutputYUVResolutions()
1131 + " ,jpeg:" + maxJpegSize + "} for camera " in testAllOutputYUVResolutions()
1138 ((maxJpegSize.getWidth() > FULL_HD.getWidth()) || in testAllOutputYUVResolutions()
1139 (maxJpegSize.getHeight() > FULL_HD.getHeight()))) { in testAllOutputYUVResolutions()
1141 + " ,jpeg:" + maxJpegSize + "} for camera " in testAllOutputYUVResolutions()
1148 maxJpegSize + ", yuv: " + captureSz + "}"); in testAllOutputYUVResolutions()
1188 CameraTestUtils.validateImage(jpegImage, maxJpegSize.getWidth(), in testAllOutputYUVResolutions()
1189 maxJpegSize.getHeight(), ImageFormat.JPEG, /*filePath*/null); in testAllOutputYUVResolutions()
[all …]
DExtendedCameraCharacteristicsTest.java833 Size maxJpegSize = CameraTestUtils.getMaxSize(snapshotSizes); in verifyRecommendedSnapshotConfiguration() local
836 maxJpegSize.toString(), arraySize.toString(), cameraId), in verifyRecommendedSnapshotConfiguration()
837 isSizeWithinSensorMargin(maxJpegSize, arraySize).first.booleanValue()); in verifyRecommendedSnapshotConfiguration()
1459 Size maxJpegSize = CameraTestUtils.getMaxSize(CameraTestUtils.getSupportedSizeForFormat( in testStaticBurstCharacteristics() local
1463 (maxJpegSize.getWidth() <= maxYuvSize.getWidth() && in testStaticBurstCharacteristics()
1464 maxJpegSize.getHeight() <= maxYuvSize.getHeight()) : false; in testStaticBurstCharacteristics()
DStillCaptureTest.java109 Size maxJpegSize = mOrderedStillSizes.get(0); in testJpegExif() local
110 stillExifTestByCamera(ImageFormat.JPEG, maxJpegSize); in testJpegExif()
DPerformanceTest.java1694 Size maxJpegSize = mTestRule.getOrderedStillSizes().get(0);
1708 maxJpegSize, ImageFormat.JPEG, MAX_JPEG_IMAGES,