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
1254 pointed to by this field is released by jpeg_finish_decompress().
1659 Terminate source --- called by jpeg_finish_decompress() after all
1769 * jpeg_finish_decompress(): will return FALSE, rather than its usual TRUE.
1961 jpeg_finish_decompress()
1997 When done with the image, be sure to call jpeg_finish_decompress() to release
2156 * jpeg_finish_decompress() will read until the end of file, and thus can
2159 jpeg_start_output(), jpeg_finish_output(), and jpeg_finish_decompress()
2442 jpeg_finish_decompress(&cinfo);
2455 repeating the jpeg_read_header() ... jpeg_finish_decompress() sequence,
2590 The marker list remains stored until you call jpeg_finish_decompress or
2783 When you are done using the virtual arrays, call jpeg_finish_decompress()
2798 until you call jpeg_finish_decompress().
2832 JPEG input file --- that is, it should be awaiting jpeg_finish_decompress().
2924 jpeg_finish_compress, jpeg_finish_decompress, or jpeg_abort. You can call the