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

  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 91 static ImageType rgb2gray(ImageType in, int width, int height);
92 static ImageType rgb2gray(ImageType out, ImageType in, int width, int height);
AlignFeatures.cpp 100 ImageUtils::rgb2gray(imageGray, imageRGB, width, height);
ImageUtils.cpp 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) function in class:ImageUtils
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) function in class:ImageUtils
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 91 static ImageType rgb2gray(ImageType in, int width, int height);
92 static ImageType rgb2gray(ImageType out, ImageType in, int width, int height);
AlignFeatures.cpp 100 ImageUtils::rgb2gray(imageGray, imageRGB, width, height);
ImageUtils.cpp 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) function in class:ImageUtils
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) function in class:ImageUtils
  /external/skia/samplecode/
ClockFaceView.cpp 23 static inline SkPMColor rgb2gray(SkPMColor c) { function
38 result[i] = rgb2gray(src[i]);
SampleAll.cpp 41 static inline SkPMColor rgb2gray(SkPMColor c) { function
56 result[i] = rgb2gray(src[i]);

Completed in 886 milliseconds