Searched refs:convertPixelYuvToRgba (Results 1 – 1 of 1) sorted by relevance
414 int[] yuvColors = convertPixelYuvToRgba(yuvPatch.width(), in testAllOutputYUVResolutions()448 int[] fullYUVColors = convertPixelYuvToRgba(yuvImage.getWidth(), in testAllOutputYUVResolutions()488 private static int[] convertPixelYuvToRgba(int w, int h, int wOffset, int hOffset, in convertPixelYuvToRgba() method in ImageReaderTest