Searched refs:jpeg_destroy (Results 1 – 9 of 9) sorted by relevance
69 jpeg_destroy (j_common_ptr cinfo) in jpeg_destroy() function
40 jpeg_destroy(sig_cinfo); /* clean up memory allocation & temp files */ in signal_catcher()
76 jpeg_destroy(cinfo); in error_exit()
90 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */ in jpeg_destroy_compress()
942 #define jpeg_destroy jDestroy macro1112 EXTERN(void) jpeg_destroy JPP((j_common_ptr cinfo));
94 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */ in jpeg_destroy_decompress()
164 simply release it by calling jpeg_destroy().168 jpeg_destroy() can work on either type of object.468 the previous state of the object). Or you can call jpeg_destroy(), which472 of the passed pointer. To avoid gripes from ANSI C compilers, jpeg_destroy()476 it is your responsibility --- jpeg_destroy() won't. Ditto for the error490 jpeg_destroy_compress() or jpeg_destroy() to release memory. This is503 jpeg_destroy() and jpeg_abort() are the only safe calls to make on a JPEG588 call jpeg_destroy() when you are done with the JPEG object, or call716 jpeg_destroy_decompress() or jpeg_destroy(). The previous discussion of727 jpeg_destroy() if you don't need the JPEG object any more, or[all …]
888 jpeg_destroy) upon abnormal termination. This may require a SIGINT signal
211 jpeg_destroy(cinfo); in skjpeg_error_exit()