Searched refs:empty_output_buffer (Results 1 – 24 of 24) sorted by relevance
114 empty_output_buffer (j_compress_ptr cinfo) in empty_output_buffer() function224 dest->pub.empty_output_buffer = empty_output_buffer; in jpeg_stdio_dest()262 dest->pub.empty_output_buffer = empty_mem_output_buffer; in jpeg_mem_dest()
173 dest->pub.empty_output_buffer = empty_mem_output_buffer; in jpeg_mem_dest_tj()
119 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
794 boolean (*empty_output_buffer) (j_compress_ptr cinfo); member
212 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer()
319 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer()
125 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
1564 is filled. The manager's empty_output_buffer method must reset the pointer1576 empty_output_buffer (j_compress_ptr cinfo)1703 already.) The basic idea is that the empty_output_buffer() or1712 For compression suspension, use an empty_output_buffer() routine that returns1722 data when restarted. Therefore, although empty_output_buffer() is only1832 having empty_output_buffer() or fill_input_buffer() set the pointer and count
108 empty_output_buffer (j_compress_ptr cinfo) in empty_output_buffer() function214 dest->pub.empty_output_buffer = empty_output_buffer; in jpeg_stdio_dest()254 dest->pub.empty_output_buffer = empty_mem_output_buffer; in jpeg_mem_dest()
274 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer_s()289 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer_e()
117 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
770 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
123 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
507 empty_output_buffer (j_compress_ptr cinfo) in empty_output_buffer() function524 destination->pub.empty_output_buffer = empty_output_buffer; in jpeg_buffer_dest()
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()
115 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
210 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer()
286 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer()
820 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
171 dest.empty_output_buffer = _dest_empty; in _JpegEncode()
442 sp->dest.empty_output_buffer = std_empty_output_buffer; in TIFFjpeg_data_dest()506 sp->dest.empty_output_buffer = tables_empty_output_buffer; in TIFFjpeg_tables_dest()
456 sp->dest.empty_output_buffer = std_empty_output_buffer; in TIFFjpeg_data_dest()520 sp->dest.empty_output_buffer = tables_empty_output_buffer; in TIFFjpeg_tables_dest()
3921 dest.pub.empty_output_buffer = dng_empty_output_buffer; in WriteData()4048 dest.pub.empty_output_buffer = dng_empty_output_buffer; in EncodeJPEGPreview()