Searched defs:jpeg_source_mgr (Results 1 – 7 of 7) sorted by relevance
801 struct jpeg_source_mgr { struct802 const JOCTET * next_input_byte; /* => next byte to read from buffer */803 size_t bytes_in_buffer; /* # of bytes remaining in buffer */805 void (*init_source) (j_decompress_ptr cinfo);806 boolean (*fill_input_buffer) (j_decompress_ptr cinfo);807 void (*skip_input_data) (j_decompress_ptr cinfo, long num_bytes);808 boolean (*resync_to_restart) (j_decompress_ptr cinfo, int desired);809 void (*term_source) (j_decompress_ptr cinfo);
777 struct jpeg_source_mgr { struct778 const JOCTET * next_input_byte; /* => next byte to read from buffer */779 size_t bytes_in_buffer; /* # of bytes remaining in buffer */
827 struct jpeg_source_mgr { struct828 const JOCTET * next_input_byte; /* => next byte to read from buffer */829 size_t bytes_in_buffer; /* # of bytes remaining in buffer */
130 typedef struct jpeg_source_mgr jpeg_source_mgr; typedef
232 typedef struct jpeg_source_mgr jpeg_source_mgr; typedef
122 typedef struct jpeg_source_mgr jpeg_source_mgr; typedef
223 typedef struct jpeg_source_mgr jpeg_source_mgr; typedef