OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageGray
(Results
1 - 6
of
6
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
AlignFeatures.h
89
ImageType
imageGray
;
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
);
/packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.h
89
ImageType
imageGray
;
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
);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.h
89
ImageType
imageGray
;
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
);
Completed in 154 milliseconds