Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dcdjpeg.h28 struct cjpeg_source_struct { struct
29 void (*start_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
30 JDIMENSION (*get_pixel_rows) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
31 void (*finish_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
33 FILE *input_file;
35 JSAMPARRAY buffer;
36 JDIMENSION buffer_height;
/external/pdfium/third_party/libjpeg/
Dcdjpeg.h26 struct cjpeg_source_struct { struct
34 FXSYS_FILE *input_file;
36 JSAMPARRAY buffer;
37 JDIMENSION buffer_height;