HomeSort by relevance Sort by last modified time
    Searched full:in_color_space (Results 1 - 13 of 13) sorted by null

  /external/jpeg/
jccolor.c 431 /* Make sure input_components agrees with in_color_space */
432 switch (cinfo->in_color_space) {
467 if (cinfo->in_color_space == JCS_GRAYSCALE)
469 else if (cinfo->in_color_space == JCS_RGB) {
472 } else if (cinfo->in_color_space == JCS_YCbCr)
481 if (cinfo->in_color_space == JCS_RGB && RGB_PIXELSIZE == 3)
490 if (cinfo->in_color_space == JCS_RGB) {
493 } else if (cinfo->in_color_space == JCS_YCbCr)
502 if (cinfo->in_color_space == JCS_CMYK)
511 if (cinfo->in_color_space == JCS_CMYK)
    [all...]
rdppm.c 340 cinfo->in_color_space = JCS_GRAYSCALE;
348 cinfo->in_color_space = JCS_RGB;
356 cinfo->in_color_space = JCS_GRAYSCALE;
371 cinfo->in_color_space = JCS_RGB;
rdrle.c 146 cinfo->in_color_space = JCS_GRAYSCALE;
149 cinfo->in_color_space = JCS_RGB;
rdtarga.c 381 cinfo->in_color_space = JCS_RGB;
410 cinfo->in_color_space = JCS_GRAYSCALE;
example.c 128 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
130 * (You must set at least cinfo.in_color_space before calling this,
jcparam.c 355 * Select an appropriate JPEG colorspace for in_color_space.
361 switch (cinfo->in_color_space) {
jctrans.c 78 dstinfo->in_color_space = srcinfo->jpeg_color_space;
rdbmp.c 399 cinfo->in_color_space = JCS_RGB;
libjpeg.doc 325 in_color_space Color space of source image
330 color spaces", later, for more info.) The in_color_space field must be
341 You must set in_color_space correctly before calling jpeg_set_defaults(),
352 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
    [all...]
jpeglib.h 279 * outer application before starting compression. in_color_space must
286 J_COLOR_SPACE in_color_space; /* colorspace of input image */ member in struct:jpeg_compress_struct
    [all...]
cjpeg.c 502 cinfo.in_color_space = JCS_RGB; /* arbitrary guess */
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 55 cinfo->in_color_space = JCS_YCbCr;
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 875 cinfo.in_color_space = JCS_YCbCr;
877 cinfo.in_color_space = JCS_RGB;

Completed in 181 milliseconds