Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiViewTest.java499 Size yuvSizes[] = getStaticInfo(cameraId).getAvailableSizesForFormatChecked( in testSharedSurfaceYUVImageReaderSwitch() local
501 if (yuvSizes != null) { in testSharedSurfaceYUVImageReaderSwitch()
502 frameSize = yuvSizes[0]; in testSharedSurfaceYUVImageReaderSwitch()
DExtendedCameraCharacteristicsTest.java179 Size[] yuvSizes = config.getOutputSizes(ImageFormat.YUV_420_888); in testAvailableStreamConfigs() local
183 CameraTestUtils.assertArrayNotEmpty(yuvSizes, in testAvailableStreamConfigs()
222 ArrayList<Size> yuvSizesList = new ArrayList<>(Arrays.asList(yuvSizes)); in testAvailableStreamConfigs()
DRobustnessTest.java1368 Size[] yuvSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.YUV_420_888, in MaxStreamSizes() local
1381 maxYuvSizes[PREVIEW] = getMaxSize(yuvSizes, maxPreviewSize); in MaxStreamSizes()
1395 maxYuvSizes[MAXIMUM] = CameraTestUtils.getMaxSize(yuvSizes); in MaxStreamSizes()