Searched refs:yuvSizes (Results 1 – 2 of 2) sorted by relevance
519 Size yuvSizes[] = getStaticInfo(cameraId).getAvailableSizesForFormatChecked( in testSharedSurfaceYUVImageReaderSwitch() local521 if (yuvSizes != null) { in testSharedSurfaceYUVImageReaderSwitch()522 frameSize = yuvSizes[0]; in testSharedSurfaceYUVImageReaderSwitch()
186 Size[] yuvSizes = config.getOutputSizes(ImageFormat.YUV_420_888); in testAvailableStreamConfigs() local192 CameraTestUtils.assertArrayNotEmpty(yuvSizes, in testAvailableStreamConfigs()287 ArrayList<Size> yuvSizesList = new ArrayList<>(Arrays.asList(yuvSizes)); in testAvailableStreamConfigs()