Home
last modified time | relevance | path

Searched refs:rgb2yvu (Results 1 – 4 of 4) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic/
DImageUtils.h62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
DMosaic.cpp121 ImageUtils::rgb2yvu(imageYVU, imageRGB, width, height); in addFrameRGB()
DImageUtils.cpp73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) in rgb2yvu() function in ImageUtils
/development/perftests/panorama/
Dbenchmark.cpp45 ImageUtils::rgb2yvu(yvuFrames[i], rgbFrame, width, height); in loadImages()