Searched defs:cjpeg_source_struct (Results 1 – 3 of 3) sorted by relevance
30 struct cjpeg_source_struct { struct31 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;
29 struct cjpeg_source_struct { struct30 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;