OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagegray
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp
46
if (
imageGray
!= ImageUtils::IMAGE_TYPE_NOIMAGE)
47
ImageUtils::freeImage(
imageGray
);
90
imageGray
= ImageUtils::allocateImage(width, height, 1);
100
ImageUtils::rgb2gray(
imageGray
, imageRGB, width, height);
101
return addFrame(
imageGray
);
AlignFeatures.h
89
ImageType
imageGray
;
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
AlignFeatures.cpp
46
if (
imageGray
!= ImageUtils::IMAGE_TYPE_NOIMAGE)
47
ImageUtils::freeImage(
imageGray
);
90
imageGray
= ImageUtils::allocateImage(width, height, 1);
100
ImageUtils::rgb2gray(
imageGray
, imageRGB, width, height);
101
return addFrame(
imageGray
);
AlignFeatures.h
89
ImageType
imageGray
;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp
46
if (
imageGray
!= ImageUtils::IMAGE_TYPE_NOIMAGE)
47
ImageUtils::freeImage(
imageGray
);
90
imageGray
= ImageUtils::allocateImage(width, height, 1);
100
ImageUtils::rgb2gray(
imageGray
, imageRGB, width, height);
101
return addFrame(
imageGray
);
AlignFeatures.h
89
ImageType
imageGray
;
Completed in 99 milliseconds