Lines Matching refs:jpeg_finish_decompress
149 jpeg_finish_decompress(...);
561 jpeg_finish_decompress(). If you wish to read a series of JPEG images from
563 jpeg_finish_decompress() sequence without reinitializing either the JPEG
691 7. jpeg_finish_decompress(...);
693 After all the image data has been read, call jpeg_finish_decompress() to
699 jpeg_finish_decompress(&cinfo);
704 It is an error to call jpeg_finish_decompress() before reading the correct
1258 pointed to by this field is released by jpeg_finish_decompress().
1663 Terminate source --- called by jpeg_finish_decompress() after all
1773 * jpeg_finish_decompress(): will return FALSE, rather than its usual TRUE.
1965 jpeg_finish_decompress()
2001 When done with the image, be sure to call jpeg_finish_decompress() to release
2160 * jpeg_finish_decompress() will read until the end of file, and thus can
2163 jpeg_start_output(), jpeg_finish_output(), and jpeg_finish_decompress()
2446 jpeg_finish_decompress(&cinfo);
2459 repeating the jpeg_read_header() ... jpeg_finish_decompress() sequence,
2594 The marker list remains stored until you call jpeg_finish_decompress or
2787 When you are done using the virtual arrays, call jpeg_finish_decompress()
2802 until you call jpeg_finish_decompress().
2836 JPEG input file --- that is, it should be awaiting jpeg_finish_decompress().
2928 jpeg_finish_compress, jpeg_finish_decompress, or jpeg_abort. You can call the