Searched defs:jpeg_source_mgr (Results 1 – 1 of 1) sorted by relevance
786 struct jpeg_source_mgr { struct787 const JOCTET * next_input_byte; /* => next byte to read from buffer */788 const JOCTET * start_input_byte; /* => first byte to read from input */789 size_t bytes_in_buffer; /* # of bytes remaining in buffer */790 size_t current_offset; /* current readed input offset */