Searched defs:jpeg_destination_mgr (Results 1 – 5 of 5) sorted by relevance
789 struct jpeg_destination_mgr { struct790 JOCTET * next_output_byte; /* => next byte to write in buffer */791 size_t free_in_buffer; /* # of byte spaces remaining in buffer */793 void (*init_destination) (j_compress_ptr cinfo);794 boolean (*empty_output_buffer) (j_compress_ptr cinfo);795 void (*term_destination) (j_compress_ptr cinfo);
765 struct jpeg_destination_mgr { struct766 JOCTET * next_output_byte; /* => next byte to write in buffer */767 size_t free_in_buffer; /* # of byte spaces remaining in buffer */
815 struct jpeg_destination_mgr { struct816 JOCTET * next_output_byte; /* => next byte to write in buffer */817 size_t free_in_buffer; /* # of byte spaces remaining in buffer */
129 typedef struct jpeg_destination_mgr jpeg_destination_mgr; typedef
121 typedef struct jpeg_destination_mgr jpeg_destination_mgr; typedef