Searched refs:yuvSizes (Results 1 – 3 of 3) sorted by relevance
499 Size yuvSizes[] = getStaticInfo(cameraId).getAvailableSizesForFormatChecked( in testSharedSurfaceYUVImageReaderSwitch() local501 if (yuvSizes != null) { in testSharedSurfaceYUVImageReaderSwitch()502 frameSize = yuvSizes[0]; in testSharedSurfaceYUVImageReaderSwitch()
179 Size[] yuvSizes = config.getOutputSizes(ImageFormat.YUV_420_888); in testAvailableStreamConfigs() local183 CameraTestUtils.assertArrayNotEmpty(yuvSizes, in testAvailableStreamConfigs()222 ArrayList<Size> yuvSizesList = new ArrayList<>(Arrays.asList(yuvSizes)); in testAvailableStreamConfigs()
1368 Size[] yuvSizes = sm.getAvailableSizesForFormatChecked(ImageFormat.YUV_420_888, in MaxStreamSizes() local1381 maxYuvSizes[PREVIEW] = getMaxSize(yuvSizes, maxPreviewSize); in MaxStreamSizes()1395 maxYuvSizes[MAXIMUM] = CameraTestUtils.getMaxSize(yuvSizes); in MaxStreamSizes()