Home
last modified time | relevance | path

Searched defs:jpeg_compress_struct (Results 1 – 3 of 3) sorted by relevance

/external/jpeg/
Djpeglib.h272 struct jpeg_compress_struct { struct
276 struct jpeg_destination_mgr * dest;
283 JDIMENSION image_width; /* input image width */
284 JDIMENSION image_height; /* input image height */
285 int input_components; /* # of color components in input image */
286 J_COLOR_SPACE in_color_space; /* colorspace of input image */
288 double input_gamma; /* image gamma of input image */
298 int data_precision; /* bits of precision in image data */
300 int num_components; /* # of color components in JPEG image */
301 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
[all …]
/external/pdfium/core/src/fxcodec/libjpeg/
Djpeglib.h335 struct jpeg_compress_struct { struct
339 struct jpeg_destination_mgr * dest;
346 JDIMENSION image_width; /* input image width */
347 JDIMENSION image_height; /* input image height */
348 int input_components; /* # of color components in input image */
349 J_COLOR_SPACE in_color_space; /* colorspace of input image */
351 double input_gamma; /* image gamma of input image */
361 int data_precision; /* bits of precision in image data */
363 int num_components; /* # of color components in JPEG image */
364 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
[all …]
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h335 struct jpeg_compress_struct { struct
339 struct jpeg_destination_mgr * dest;
346 JDIMENSION image_width; /* input image width */
347 JDIMENSION image_height; /* input image height */
348 int input_components; /* # of color components in input image */
349 J_COLOR_SPACE in_color_space; /* colorspace of input image */
351 double input_gamma; /* image gamma of input image */
361 int data_precision; /* bits of precision in image data */
363 int num_components; /* # of color components in JPEG image */
364 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
[all …]