Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcomapi.c72 jpeg_destroy(j_common_ptr cinfo) in jpeg_destroy() function
Djerror.c75 jpeg_destroy(cinfo); in error_exit()
Djcapimin.c105 jpeg_destroy((j_common_ptr)cinfo); /* use common routine */ in jpeg_destroy_compress()
Djdapimin.c105 jpeg_destroy((j_common_ptr)cinfo); /* use common routine */ in jpeg_destroy_decompress()
Djpeglib.h1060 EXTERN(void) jpeg_destroy(j_common_ptr cinfo);
Dlibjpeg.txt167 simply release it by calling jpeg_destroy().
171 jpeg_destroy() can work on either type of object.
471 the previous state of the object). Or you can call jpeg_destroy(), which
475 of the passed pointer. To avoid gripes from ANSI C compilers, jpeg_destroy()
479 it is your responsibility --- jpeg_destroy() won't. Ditto for the error
493 jpeg_destroy_compress() or jpeg_destroy() to release memory. This is
506 jpeg_destroy() and jpeg_abort() are the only safe calls to make on a JPEG
591 call jpeg_destroy() when you are done with the JPEG object, or call
719 jpeg_destroy_decompress() or jpeg_destroy(). The previous discussion of
730 jpeg_destroy() if you don't need the JPEG object any more, or
[all …]
Dexample.txt411 * think that jpeg_destroy can do an error exit, but why assume anything...)
Dstructure.txt844 (typically via jpeg_destroy) upon abnormal termination. This may require a
/external/libjpeg-turbo/win/
Djpeg8.def46 jpeg_destroy @ 45 ;
Djpeg7-memsrcdst.def45 jpeg_destroy @ 44 ;
Djpeg62-memsrcdst.def43 jpeg_destroy @ 42 ;
Djpeg62.def43 jpeg_destroy @ 42 ;
Djpeg7.def45 jpeg_destroy @ 44 ;
/external/skia/src/images/
DSkJPEGWriteUtility.cpp61 jpeg_destroy(cinfo); in skjpeg_error_exit()
/external/skqp/src/images/
DSkJPEGWriteUtility.cpp61 jpeg_destroy(cinfo); in skjpeg_error_exit()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_handle.cc35 jpeg_destroy(cinfo); in CatchError()
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc81 jpeg_destroy(cinfo); in CatchError()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c382 return CALLVJPEG(sp, jpeg_destroy(&sp->cinfo.comm)); in TIFFjpeg_destroy()
Dtif_ojpeg.c1263 jpeg_destroy((jpeg_common_struct*)(&(sp->libjpeg_jpeg_decompress_struct))); in OJPEGLibjpegSessionAbort()