Searched refs:rgb2yvu (Results 1 – 3 of 3) sorted by relevance
62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
124 ImageUtils::rgb2yvu(imageYVU, imageRGB, width, height); in addFrameRGB()
73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) in rgb2yvu() function in ImageUtils