Searched refs:jpegSizes (Results 1 – 3 of 3) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ExtendedCameraCharacteristicsTest.java | 188 Size[] jpegSizes = config.getOutputSizes(ImageFormat.JPEG); in testAvailableStreamConfigs() local 239 ImageFormat.JPEG, mAllCameraIds[i]), jpegSizes, in testAvailableStreamConfigs() 253 ImageFormat.JPEG, mAllCameraIds[i]), jpegSizes, HD); in testAvailableStreamConfigs() 265 ImageFormat.JPEG, mAllCameraIds[i]), jpegSizes, VGA); in testAvailableStreamConfigs() 277 ImageFormat.JPEG, mAllCameraIds[i]), jpegSizes, QVGA); in testAvailableStreamConfigs() 286 ArrayList<Size> jpegSizesList = new ArrayList<>(Arrays.asList(jpegSizes)); in testAvailableStreamConfigs() 1515 Size[] jpegSizes = configs.getOutputSizes(ImageFormat.JPEG); in testDepthOutputCharacteristics() local 1532 if ((jpegSizes != null) && (!jpegSizeMatch)) { in testDepthOutputCharacteristics() 1533 for (Size jpegSize : jpegSizes) { in testDepthOutputCharacteristics()
|
D | StaticMetadataTest.java | 114 Size[] jpegSizes = mStaticInfo.getJpegOutputSizesChecked(); in testHwSupportedLevel() local 115 Size maxJpegSize = CameraTestUtils.getMaxSize(jpegSizes); in testHwSupportedLevel()
|
D | ImageReaderTest.java | 475 Size[] jpegSizes = mStaticInfo.getAvailableSizesForFormatChecked(ImageFormat.JPEG, in testAllOutputYUVResolutions() local 478 ", at least one JPEG output is required.", jpegSizes.length == 0); in testAllOutputYUVResolutions() 480 Size maxJpegSize = CameraTestUtils.getMaxSize(jpegSizes); in testAllOutputYUVResolutions()
|