Searched refs:empty_output_buffer (Results 1 – 14 of 14) sorted by relevance
81 empty_output_buffer (j_compress_ptr cinfo) in empty_output_buffer() function148 dest->pub.empty_output_buffer = empty_output_buffer; in jpeg_stdio_dest()
115 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
210 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer()
283 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer()
779 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
1406 is filled. The manager's empty_output_buffer method must reset the pointer1418 empty_output_buffer (j_compress_ptr cinfo)1544 already.) The basic idea is that the empty_output_buffer() or1553 For compression suspension, use an empty_output_buffer() routine that returns1563 data when restarted. Therefore, although empty_output_buffer() is only1673 having empty_output_buffer() or fill_input_buffer() set the pointer and count
451 static boolean empty_output_buffer(j_compress_ptr cinfo) in empty_output_buffer() function477 this->jdst.empty_output_buffer=empty_output_buffer; in _tjInitCompress()
153 this->empty_output_buffer = sk_empty_output_buffer; in skjpeg_destination_mgr()
116 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
211 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer()
785 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
287 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer()
157 dest.empty_output_buffer = _dest_empty; in _JpegEncode()