Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h301 struct jpeg_compress_struct { struct
305 struct jpeg_destination_mgr *dest;
312 JDIMENSION image_width; /* input image width */
313 JDIMENSION image_height; /* input image height */
314 int input_components; /* # of color components in input image */
315 J_COLOR_SPACE in_color_space; /* colorspace of input image */
317 double input_gamma; /* image gamma of input image */
328 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
330 JDIMENSION jpeg_width; /* scaled JPEG image width */
331 JDIMENSION jpeg_height; /* scaled JPEG image height */
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djpeglib.h297 struct jpeg_compress_struct { struct
301 struct jpeg_destination_mgr *dest;
308 JDIMENSION image_width; /* input image width */
309 JDIMENSION image_height; /* input image height */
310 int input_components; /* # of color components in input image */
311 J_COLOR_SPACE in_color_space; /* colorspace of input image */
313 double input_gamma; /* image gamma of input image */
324 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
326 JDIMENSION jpeg_width; /* scaled JPEG image width */
327 JDIMENSION jpeg_height; /* scaled JPEG image height */
[all …]
/third_party/libjpeg-turbo/
Djpeglib.h297 struct jpeg_compress_struct { struct
301 struct jpeg_destination_mgr *dest;
308 JDIMENSION image_width; /* input image width */
309 JDIMENSION image_height; /* input image height */
310 int input_components; /* # of color components in input image */
311 J_COLOR_SPACE in_color_space; /* colorspace of input image */
313 double input_gamma; /* image gamma of input image */
324 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
326 JDIMENSION jpeg_width; /* scaled JPEG image width */
327 JDIMENSION jpeg_height; /* scaled JPEG image height */
[all …]