Searched defs:jpeg_source_mgr (Results 1 – 3 of 3) sorted by relevance
802 struct jpeg_source_mgr { struct803 const JOCTET *next_input_byte; /* => next byte to read from buffer */804 size_t bytes_in_buffer; /* # of bytes remaining in buffer */806 void (*init_source) (j_decompress_ptr cinfo);807 boolean (*fill_input_buffer) (j_decompress_ptr cinfo);808 void (*skip_input_data) (j_decompress_ptr cinfo, long num_bytes);809 boolean (*resync_to_restart) (j_decompress_ptr cinfo, int desired);810 void (*term_source) (j_decompress_ptr cinfo);
130 typedef struct jpeg_source_mgr jpeg_source_mgr; typedef
232 typedef struct jpeg_source_mgr jpeg_source_mgr; typedef