Searched refs:jpeg_abort (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcomapi.c33 jpeg_abort (j_common_ptr cinfo) function
H A Djdapimin.c109 jpeg_abort((j_common_ptr) cinfo); /* use common routine */
227 * the data need not be decompressed. In that case, call jpeg_abort or
232 * It is unnecessary (but OK) to call jpeg_abort in this case.
263 * call jpeg_abort, but we can't change it now for compatibility reasons.
266 jpeg_abort((j_common_ptr) cinfo); /* sets state = DSTATE_START */
396 /* We can use jpeg_abort to release memory and reset global_state */
397 jpeg_abort((j_common_ptr) cinfo);
H A Djcapimin.c106 jpeg_abort((j_common_ptr) cinfo); /* use common routine */
183 /* We can use jpeg_abort to release memory and reset global_state */
184 jpeg_abort((j_common_ptr) cinfo);
273 * In library releases up through v6a, we called jpeg_abort() here to free
281 * An app that prefers the old behavior can call jpeg_abort for itself after
H A Djpeglib.h881 #define jpeg_abort jAbort macro
1034 /* Generic versions of jpeg_abort and jpeg_destroy that work on either
1037 EXTERN(void) jpeg_abort JPP((j_common_ptr cinfo));
H A DimageioJPEG.c611 jpeg_abort(cinfo); // Frees any markers, but not tables
636 jpeg_abort(cinfo); // Does not reset tables
2102 * the passes, so use jpeg_abort instead of jpeg_finish_decompress.
2940 * so use jpeg_abort instead of jpeg_finish_compress.
2945 jpeg_abort((j_common_ptr)cinfo);

Completed in 62 milliseconds