/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
|