Searched defs:jpeg_destination_mgr (Results 1 – 3 of 3) sorted by relevance
772 struct jpeg_destination_mgr { struct773 JOCTET * next_output_byte; /* => next byte to write in buffer */774 size_t free_in_buffer; /* # of byte spaces remaining in buffer */
124 typedef struct jpeg_destination_mgr jpeg_destination_mgr; typedef
Completed in 15 milliseconds