Searched refs:YUVFormats (Results 1 – 1 of 1) sorted by relevance
293 final int[] YUVFormats = new int[] {ImageFormat.YUV_420_888, ImageFormat.YV12}; in testAllOutputYUVResolutions() local300 for (int format : YUVFormats) { in testAllOutputYUVResolutions()