Searched refs:J_COLOR_SPACE (Results 1 – 10 of 10) sorted by relevance
248 } J_COLOR_SPACE; typedef317 J_COLOR_SPACE in_color_space; /* colorspace of input image */345 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */490 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */497 J_COLOR_SPACE out_color_space; /* colorspace for output */937 J_COLOR_SPACE colorspace);
324 jpeg_set_colorspace(j_compress_ptr cinfo, J_COLOR_SPACE colorspace) in jpeg_set_colorspace()
168 static J_COLOR_SPACE pf2cs[TJ_NUMPF] = {
334 assigned one of the J_COLOR_SPACE enum constants, typically JCS_RGB or891 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace)1005 J_COLOR_SPACE jpeg_color_space1193 J_COLOR_SPACE jpeg_color_space Colorspace of image1212 J_COLOR_SPACE out_color_space
78 J_COLOR_SPACE jpegColorType = JCS_EXT_RGBA; in setParams()
79 J_COLOR_SPACE jpegColorType = JCS_EXT_RGBA; in setParams()
351 J_COLOR_SPACE encodedColorType = fDecoderMgr->dinfo()->jpeg_color_space; in conversionSupported()511 static inline bool needs_swizzler_to_convert_from_cmyk(J_COLOR_SPACE jpegColorType, in needs_swizzler_to_convert_from_cmyk()
401 J_COLOR_SPACE encodedColorType = fDecoderMgr->dinfo()->jpeg_color_space; in conversionSupported()561 static inline bool needs_swizzler_to_convert_from_cmyk(J_COLOR_SPACE jpegColorType, in needs_swizzler_to_convert_from_cmyk()
321 TIFFjpeg_set_colorspace(JPEGState* sp, J_COLOR_SPACE colorspace) in TIFFjpeg_set_colorspace()
2544 if ((J_COLOR_SPACE) colorspace == jpeg_info->in_color_space) in WriteJPEGImage_()