Searched refs:term_destination (Results 1 – 7 of 7) sorted by relevance
163 term_destination (j_compress_ptr cinfo) in term_destination() function215 dest->pub.term_destination = term_destination; in jpeg_stdio_dest()255 dest->pub.term_destination = term_mem_destination; in jpeg_mem_dest()
186 (*cinfo->dest->term_destination) (cinfo); in jpeg_finish_compress()275 (*cinfo->dest->term_destination) (cinfo); in jpeg_write_tables()
778 JMETHOD(void, term_destination, (j_compress_ptr cinfo));
499 responsibility; neither of these routines will call term_destination().1523 term_destination (j_compress_ptr cinfo)1529 term_destination() is NOT called by jpeg_abort() or jpeg_destroy(). If you2401 flush the output buffer at term_destination() time. This would speed things
440 static void term_destination(j_compress_ptr cinfo) in term_destination() function462 dest->pub.term_destination = term_destination; in jpeg_SDL_RW_dest()
497 sp->dest.term_destination = std_term_destination; in TIFFjpeg_data_dest()561 sp->dest.term_destination = tables_term_destination; in TIFFjpeg_tables_dest()
Completed in 25 milliseconds