Searched refs:jpeg_abort (Results 1 – 5 of 5) sorted by relevance
106 jpeg_abort((j_common_ptr) cinfo); /* use common routine */ in jpeg_abort_decompress()263 jpeg_abort((j_common_ptr) cinfo); /* sets state = DSTATE_START */ in jpeg_read_header()399 jpeg_abort((j_common_ptr) cinfo); in jpeg_finish_decompress()
102 jpeg_abort((j_common_ptr) cinfo); /* use common routine */ in jpeg_abort_compress()180 jpeg_abort((j_common_ptr) cinfo); in jpeg_finish_compress()
29 jpeg_abort (j_common_ptr cinfo) in jpeg_abort() function
941 #define jpeg_abort jAbort macro1111 EXTERN(void) jpeg_abort JPP((j_common_ptr cinfo));
163 by calling jpeg_abort(); or, if you do not need to retain the JPEG object,451 jpeg_abort() as discussed below.495 jpeg_abort() which works on both compression and decompression objects.497 jpeg_abort() is allowed at any time after successful object creation.503 jpeg_destroy() and jpeg_abort() are the only safe calls to make on a JPEG589 jpeg_abort() to return it to an idle state before selecting a new data705 jpeg_abort() as discussed below.728 jpeg_abort_decompress() or jpeg_abort() if you want to reuse the object.1319 clean up the JPEG object with jpeg_abort() or jpeg_destroy().1435 term_destination() is NOT called by jpeg_abort() or jpeg_destroy(). If you[all …]