Lines Matching refs:jpeg_finish_decompress
151 jpeg_finish_decompress(...);
563 jpeg_finish_decompress(). If you wish to read a series of JPEG images from
565 jpeg_finish_decompress() sequence without reinitializing either the JPEG
693 7. jpeg_finish_decompress(...);
695 After all the image data has been read, call jpeg_finish_decompress() to
701 jpeg_finish_decompress(&cinfo);
706 It is an error to call jpeg_finish_decompress() before reading the correct
1261 pointed to by this field is released by jpeg_finish_decompress().
1666 Terminate source --- called by jpeg_finish_decompress() after all
1776 * jpeg_finish_decompress(): will return FALSE, rather than its usual TRUE.
1968 jpeg_finish_decompress()
2004 When done with the image, be sure to call jpeg_finish_decompress() to release
2163 * jpeg_finish_decompress() will read until the end of file, and thus can
2166 jpeg_start_output(), jpeg_finish_output(), and jpeg_finish_decompress()
2449 jpeg_finish_decompress(&cinfo);
2462 repeating the jpeg_read_header() ... jpeg_finish_decompress() sequence,
2597 The marker list remains stored until you call jpeg_finish_decompress or
2673 any point between jpeg_read_header() and jpeg_finish_decompress().
2828 When you are done using the virtual arrays, call jpeg_finish_decompress()
2843 until you call jpeg_finish_decompress().
2877 JPEG input file --- that is, it should be awaiting jpeg_finish_decompress().
2969 jpeg_finish_compress, jpeg_finish_decompress, or jpeg_abort. You can call the