Searched refs:GRAYSCALE (Results 1 - 2 of 2) sorted by relevance

/external/libjpeg-turbo/
H A Drdrle.c44 * GRAYSCALE - 8 bits, no colormap
54 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind; enumerator in enum:__anon9745
127 source->visual = GRAYSCALE;
147 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) {
157 * (GRAYSCALE scanlines don't need converting)
159 if (source->visual != GRAYSCALE) {
185 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images.
273 case GRAYSCALE:
/external/opencv/cv/include/
H A Dcv.hpp349 enum { RECT=0, CROSS=1, ELLIPSE=2, CUSTOM=100, BINARY = 0, GRAYSCALE=256 }; enumerator in enum:CvMorphology::__anon14418

Completed in 347 milliseconds