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/
DImageReaderTest.java480 Size maxJpegSize = CameraTestUtils.getMaxSize(jpegSizes); in testAllOutputYUVResolutions() local
492 + maxJpegSize + " for camera " + mCamera.getId()); in testAllOutputYUVResolutions()
507 jpegReader = createImageReader(maxJpegSize, in testAllOutputYUVResolutions()
525 + " ,jpeg:" + maxJpegSize + "} for camera " in testAllOutputYUVResolutions()
532 ((maxJpegSize.getWidth() > FULL_HD.getWidth()) || in testAllOutputYUVResolutions()
533 (maxJpegSize.getHeight() > FULL_HD.getHeight()))) { in testAllOutputYUVResolutions()
535 + " ,jpeg:" + maxJpegSize + "} for camera " in testAllOutputYUVResolutions()
542 maxJpegSize + ", yuv: " + captureSz + "}"); in testAllOutputYUVResolutions()
582 CameraTestUtils.validateImage(jpegImage, maxJpegSize.getWidth(), in testAllOutputYUVResolutions()
583 maxJpegSize.getHeight(), ImageFormat.JPEG, /*filePath*/null); in testAllOutputYUVResolutions()
DStaticMetadataTest.java115 Size maxJpegSize = CameraTestUtils.getMaxSize(jpegSizes); in testHwSupportedLevel() local
119 … float maxJpegAspectRatio = (float)maxJpegSize.getWidth() / (float)maxJpegSize.getHeight(); in testHwSupportedLevel()
128 croppedSensorSize, maxJpegSize, SIZE_ERROR_MARGIN); in testHwSupportedLevel()
DExtendedCameraCharacteristicsTest.java599 Size maxJpegSize = CameraTestUtils.getMaxSize(snapshotSizes); in verifyRecommendedSnapshotConfiguration() local
602 maxJpegSize.toString(), arraySize.toString(), cameraId), in verifyRecommendedSnapshotConfiguration()
603 isSizeWithinSensorMargin(maxJpegSize, arraySize).first.booleanValue()); in verifyRecommendedSnapshotConfiguration()
1205 Size maxJpegSize = CameraTestUtils.getMaxSize(CameraTestUtils.getSupportedSizeForFormat( in testStaticBurstCharacteristics() local
1209 (maxJpegSize.getWidth() <= maxYuvSize.getWidth() && in testStaticBurstCharacteristics()
1210 maxJpegSize.getHeight() <= maxYuvSize.getHeight()) : false; in testStaticBurstCharacteristics()
DPerformanceTest.java1086 Size maxJpegSize = mOrderedStillSizes.get(0); in prepareReprocessCapture() local
1099 maxJpegSize, ImageFormat.JPEG, MAX_JPEG_IMAGES, mJpegListener, mHandler); in prepareReprocessCapture()
DStillCaptureTest.java103 Size maxJpegSize = mOrderedStillSizes.get(0); in testJpegExif() local
104 stillExifTestByCamera(ImageFormat.JPEG, maxJpegSize); in testJpegExif()