Searched refs:yvu2rgb (Results 1 – 3 of 3) sorted by relevance
76 static void yvu2rgb(ImageType out, ImageType in, int width, int height);
190 void ImageUtils::yvu2rgb(ImageType out, ImageType in, int width, int height) in yvu2rgb() function in ImageUtils
122 ImageUtils::yvu2rgb(imageRGB, resultYVU, mosaicWidth, in main()