HomeSort by relevance Sort by last modified time
    Searched defs:monochrome (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/utility/cloud_print/
pwg_encoder.cc 21 // Coefficients used to convert from RGB to monochrome.
132 bool monochrome,
144 // NOTE: the algorithm is not optimal especially in case of monochrome.
155 if (monochrome)
177 if (monochrome)
219 bool monochrome = pwg_header_info.color_space == PwgHeaderInfo::SGRAY; local
250 EncodeRow<InputStruct>(pos, row_end, monochrome, output);
255 monochrome, local
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay.c 20 int monochrome; variable
35 void RGBtoYUV(Uint8 *rgb, int *yuv, int monochrome, int luminance)
37 if (monochrome)
81 void ConvertRGBtoYV12(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance)
106 RGBtoYUV(p, yuv, monochrome, luminance);
121 void ConvertRGBtoIYUV(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance)
146 RGBtoYUV(p,yuv, monochrome, luminance);
161 void ConvertRGBtoUYVY(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance)
176 RGBtoYUV(p, yuv, monochrome, luminance);
194 void ConvertRGBtoYVYU(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance
    [all...]

Completed in 3032 milliseconds