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

  /packages/apps/Camera/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
  /packages/apps/Camera2/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
  /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

Completed in 51 milliseconds