HomeSort by relevance Sort by last modified time
    Searched refs:rgb2yvu (Results 1 - 7 of 7) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
Mosaic.cpp 121 ImageUtils::rgb2yvu(imageYVU, imageRGB, width, height);
ImageUtils.cpp 73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) function in class:ImageUtils
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
Mosaic.cpp 124 ImageUtils::rgb2yvu(imageYVU, imageRGB, width, height);
ImageUtils.cpp 73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) function in class:ImageUtils
  /development/perftests/panorama/
benchmark.cpp 45 ImageUtils::rgb2yvu(yvuFrames[i], rgbFrame, width, height);

Completed in 40 milliseconds