Searched defs:jpeg_decompress_struct (Results 1 – 7 of 7) sorted by relevance
471 struct jpeg_decompress_struct { struct475 struct jpeg_source_mgr * src;480 JDIMENSION image_width; /* nominal image width (from SOF marker) */481 JDIMENSION image_height; /* nominal image height */482 int num_components; /* # of color components in JPEG image */483 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */490 J_COLOR_SPACE out_color_space; /* colorspace for output */492 unsigned int scale_num, scale_denom; /* fraction by which to scale image */494 double output_gamma; /* image gamma wanted in output */496 boolean buffered_image; /* TRUE=multiple output passes */[all …]
452 struct jpeg_decompress_struct { struct456 struct jpeg_source_mgr * src;461 JDIMENSION image_width; /* nominal image width (from SOF marker) */462 JDIMENSION image_height; /* nominal image height */463 int num_components; /* # of color components in JPEG image */464 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */471 J_COLOR_SPACE out_color_space; /* colorspace for output */473 unsigned int scale_num, scale_denom; /* fraction by which to scale image */475 double output_gamma; /* image gamma wanted in output */477 boolean buffered_image; /* TRUE=multiple output passes */[all …]
513 struct jpeg_decompress_struct { struct517 struct jpeg_source_mgr * src;522 JDIMENSION image_width; /* nominal image width (from SOF marker) */523 JDIMENSION image_height; /* nominal image height */524 int num_components; /* # of color components in JPEG image */525 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */532 J_COLOR_SPACE out_color_space; /* colorspace for output */534 unsigned int scale_num, scale_denom; /* fraction by which to scale image */536 double output_gamma; /* image gamma wanted in output */538 boolean buffered_image; /* TRUE=multiple output passes */[all …]
222 typedef struct jpeg_decompress_struct jpeg_decompress_struct; typedef
231 typedef struct jpeg_decompress_struct jpeg_decompress_struct; typedef
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...