HomeSort by relevance Sort by last modified time
    Searched refs:in_color_space (Results 51 - 55 of 55) sorted by null

1 23

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcparam.c 356 * Select an appropriate JPEG colorspace for in_color_space.
362 switch (cinfo->in_color_space) {
jpeglib.h 342 * outer application before starting compression. in_color_space must
349 J_COLOR_SPACE in_color_space; /* colorspace of input image */ member in struct:jpeg_compress_struct
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcparam.c 355 * Select an appropriate JPEG colorspace for in_color_space.
361 switch (cinfo->in_color_space) {
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...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 457 cinfo.in_color_space = channels > 1 ? JCS_RGB : JCS_GRAYSCALE;
    [all...]

Completed in 58 milliseconds

1 23