Searched refs:jpeg_destination_mgr (Results 1 – 15 of 15) sorted by relevance
26 struct jpeg_destination_mgr pub; /* public fields */141 cinfo->dest = (struct jpeg_destination_mgr *) in jpeg_stdio_dest()
276 struct jpeg_destination_mgr * dest;774 struct jpeg_destination_mgr { struct
111 struct jpeg_destination_mgr * dest = cinfo->dest; in emit_byte()
208 struct jpeg_destination_mgr * dest = entropy->cinfo->dest; in dump_buffer()
281 struct jpeg_destination_mgr * dest = state->cinfo->dest; in dump_buffer()
225 jpeg_destination_mgr, but adds extra fields.)
1439 You will also need code to create a jpeg_destination_mgr struct, fill in its
54 struct skjpeg_destination_mgr : jpeg_destination_mgr {
339 struct jpeg_destination_mgr * dest;780 struct jpeg_destination_mgr { struct
112 struct jpeg_destination_mgr * dest = cinfo->dest; in emit_byte()
209 struct jpeg_destination_mgr * dest = entropy->cinfo->dest; in dump_buffer()
285 struct jpeg_destination_mgr * dest = state->cinfo->dest; in dump_buffer()
91 struct jpeg_destination_mgr jdst;
154 struct jpeg_destination_mgr dest; in _JpegEncode()