Home
last modified time | relevance | path

Searched refs:yvu2rgb (Results 1 – 3 of 3) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic/
DImageUtils.h76 static void yvu2rgb(ImageType out, ImageType in, int width, int height);
DImageUtils.cpp190 void ImageUtils::yvu2rgb(ImageType out, ImageType in, int width, int height) in yvu2rgb() function in ImageUtils
/development/perftests/panorama/
Dbenchmark.cpp122 ImageUtils::yvu2rgb(imageRGB, resultYVU, mosaicWidth, in main()