Home
last modified time | relevance | path

Searched refs:jpeg_destroy (Results 1 – 9 of 9) sorted by relevance

/external/jpeg/
Djcomapi.c69 jpeg_destroy (j_common_ptr cinfo) in jpeg_destroy() function
Dcdjpeg.c40 jpeg_destroy(sig_cinfo); /* clean up memory allocation & temp files */ in signal_catcher()
Djerror.c76 jpeg_destroy(cinfo); in error_exit()
Djcapimin.c90 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */ in jpeg_destroy_compress()
Djpeglib.h942 #define jpeg_destroy jDestroy macro
1112 EXTERN(void) jpeg_destroy JPP((j_common_ptr cinfo));
Djdapimin.c94 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */ in jpeg_destroy_decompress()
Dlibjpeg.doc164 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(), which
472 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 error
490 jpeg_destroy_compress() or jpeg_destroy() to release memory. This is
503 jpeg_destroy() and jpeg_abort() are the only safe calls to make on a JPEG
588 call jpeg_destroy() when you are done with the JPEG object, or call
716 jpeg_destroy_decompress() or jpeg_destroy(). The previous discussion of
727 jpeg_destroy() if you don't need the JPEG object any more, or
[all …]
Dstructure.doc888 jpeg_destroy) upon abnormal termination. This may require a SIGINT signal
/external/skia/src/images/
DSkJpegUtility.cpp211 jpeg_destroy(cinfo); in skjpeg_error_exit()