Home
last modified time | relevance | path

Searched defs:jpeg_decompress_struct (Results 1 – 2 of 2) sorted by relevance

/third_party/libjpeg/
Djpeglib.h459 struct jpeg_decompress_struct { struct
463 struct jpeg_source_mgr * src;
468 JDIMENSION image_width; /* nominal image width (from SOF marker) */
469 JDIMENSION image_height; /* nominal image height */
470 int num_components; /* # of color components in JPEG image */
471 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
478 J_COLOR_SPACE out_color_space; /* colorspace for output */
480 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
482 double output_gamma; /* image gamma wanted in output */
484 boolean buffered_image; /* TRUE=multiple output passes */
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h472 struct jpeg_decompress_struct { struct
476 struct jpeg_source_mgr *src;
481 JDIMENSION image_width; /* nominal image width (from SOF marker) */
482 JDIMENSION image_height; /* nominal image height */
483 int num_components; /* # of color components in JPEG image */
484 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
491 J_COLOR_SPACE out_color_space; /* colorspace for output */
493 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
495 double output_gamma; /* image gamma wanted in output */
497 boolean buffered_image; /* TRUE=multiple output passes */
[all …]