Searched refs:rgb2yvu (Results 1 – 4 of 4) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | ImageUtils.h | 62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
|
D | Mosaic.cpp | 121 ImageUtils::rgb2yvu(imageYVU, imageRGB, width, height); in addFrameRGB()
|
D | ImageUtils.cpp | 73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) in rgb2yvu() function in ImageUtils
|
/development/perftests/panorama/ |
D | benchmark.cpp | 45 ImageUtils::rgb2yvu(yvuFrames[i], rgbFrame, width, height); in loadImages()
|