Searched refs:empty_output_buffer (Results 1 – 9 of 9) sorted by relevance
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()
117 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
274 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer_s()289 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer_e()
777 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
123 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
1500 is filled. The manager's empty_output_buffer method must reset the pointer1512 empty_output_buffer (j_compress_ptr cinfo)1639 already.) The basic idea is that the empty_output_buffer() or1648 For compression suspension, use an empty_output_buffer() routine that returns1658 data when restarted. Therefore, although empty_output_buffer() is only1768 having empty_output_buffer() or fill_input_buffer() set the pointer and count
428 static boolean empty_output_buffer(j_compress_ptr cinfo) in empty_output_buffer() function461 dest->pub.empty_output_buffer = empty_output_buffer; in jpeg_SDL_RW_dest()
496 sp->dest.empty_output_buffer = std_empty_output_buffer; in TIFFjpeg_data_dest()560 sp->dest.empty_output_buffer = tables_empty_output_buffer; in TIFFjpeg_tables_dest()
Completed in 117 milliseconds