Home
last modified time | relevance | path

Searched refs:yuvSizes (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiViewTest.java519 Size yuvSizes[] = getStaticInfo(cameraId).getAvailableSizesForFormatChecked( in testSharedSurfaceYUVImageReaderSwitch() local
521 if (yuvSizes != null) { in testSharedSurfaceYUVImageReaderSwitch()
522 frameSize = yuvSizes[0]; in testSharedSurfaceYUVImageReaderSwitch()
DExtendedCameraCharacteristicsTest.java186 Size[] yuvSizes = config.getOutputSizes(ImageFormat.YUV_420_888); in testAvailableStreamConfigs() local
192 CameraTestUtils.assertArrayNotEmpty(yuvSizes, in testAvailableStreamConfigs()
287 ArrayList<Size> yuvSizesList = new ArrayList<>(Arrays.asList(yuvSizes)); in testAvailableStreamConfigs()