Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Dcdjpeg.h30 struct cjpeg_source_struct { struct
31 void (*start_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
32 JDIMENSION (*get_pixel_rows) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
33 void (*finish_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
35 FILE *input_file;
37 JSAMPARRAY buffer;
38 JDIMENSION buffer_height;
40 JDIMENSION max_pixels;
/third_party/libjpeg-turbo/
Dcdjpeg.h29 struct cjpeg_source_struct { struct
30 void (*start_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
31 JDIMENSION (*get_pixel_rows) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
32 void (*finish_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
34 FILE *input_file;
36 JSAMPARRAY buffer;
37 JDIMENSION buffer_height;
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dcdjpeg.h29 struct cjpeg_source_struct { struct
30 void (*start_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
31 JDIMENSION (*get_pixel_rows) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
32 void (*finish_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
34 FILE *input_file;
36 JSAMPARRAY buffer;
37 JDIMENSION buffer_height;