Searched refs:yuvImage (Results 1 – 2 of 2) sorted by relevance
550 private static ByteBuffer convertToRGB(Image yuvImage) { in convertToRGB() argument552 int width = yuvImage.getWidth(); in convertToRGB()553 int height = yuvImage.getHeight(); in convertToRGB()556 Image.Plane yPlane = yuvImage.getPlanes()[0]; in convertToRGB()557 Image.Plane uPlane = yuvImage.getPlanes()[1]; in convertToRGB()558 Image.Plane vPlane = yuvImage.getPlanes()[2]; in convertToRGB()
38 YUVCanvas(YUVImage &yuvImage);