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

12

  /external/opencv3/3rdparty/libjpeg/
jctrans.c 79 dstinfo->in_color_space = srcinfo->jpeg_color_space;
jcparam.c 380 * Select an appropriate JPEG colorspace for in_color_space.
386 switch (cinfo->in_color_space) {
jpeglib.h 291 * outer application before starting compression. in_color_space must
298 J_COLOR_SPACE in_color_space; /* colorspace of input image */ member in struct:jpeg_compress_struct
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jctrans.c 78 dstinfo->in_color_space = srcinfo->jpeg_color_space;
fpdfapi_jcparam.c 355 * Select an appropriate JPEG colorspace for in_color_space.
361 switch (cinfo->in_color_space) {
jpeglib.h 377 * outer application before starting compression. in_color_space must
384 J_COLOR_SPACE in_color_space; /* colorspace of input image */ member in struct:jpeg_compress_struct
    [all...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 57 cinfo->in_color_space = JCS_YCbCr;
  /external/libjpeg-turbo/
cjpeg.c 525 cinfo.in_color_space = JCS_RGB; /* arbitrary guess */
rdbmp.c 442 cinfo->in_color_space = JCS_RGB;
jpeglib.h 303 * outer application before starting compression. in_color_space must
310 J_COLOR_SPACE in_color_space; /* colorspace of input image */ member in struct:jpeg_compress_struct
    [all...]
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 492 cinfo.in_color_space = JCS_YCbCr;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 422 cinfo.in_color_space = JCS_YCbCr;
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp 598 cinfo.in_color_space = channels > 1 ? JCS_RGB : JCS_GRAYSCALE;
  /external/dng_sdk/source/
dng_image_writer.cpp     [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 862 cinfo.in_color_space = JCS_RGB;
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 457 cinfo.in_color_space = channels > 1 ? JCS_RGB : JCS_GRAYSCALE;
    [all...]

Completed in 451 milliseconds

12