Lines Matching refs:jpeg_read_scanlines
150 jpeg_read_scanlines(...);
163 into in-memory buffers passed to jpeg_read_scanlines().
659 jpeg_read_scanlines(...);
661 Now you can read the decompressed image data by calling jpeg_read_scanlines()
663 to be read (ie, the height of your working buffer); jpeg_read_scanlines()
683 jpeg_read_scanlines() reads at least one scanline per call, until the
687 jpeg_read_scanlines() fills it. (The current implementation returns only a
689 always provide a loop that calls jpeg_read_scanlines() repeatedly until the
782 to jpeg_read_scanlines() (since it will actually call jpeg_read_scanlines().)
791 jpeg_start_decompress() and before any calls to jpeg_read_scanlines() or
807 jpeg_read_scanlines().
1355 buffer passed to jpeg_read_scanlines(). If the buffer is smaller, the
1792 * jpeg_read_scanlines(): will return the number of scanlines already
1796 the input buffer, and repeat the call. In the case of jpeg_read_scanlines(),
1981 jpeg_read_scanlines()
2011 repeating the jpeg_start_output()/jpeg_read_scanlines()/jpeg_finish_output()
2175 * jpeg_read_scanlines(), as always, returns the number of scanlines that it
2800 Then call jpeg_read_raw_data() in place of jpeg_read_scanlines(). The
2828 and jpeg_read_scanlines(), call jpeg_read_coefficients(). This will read the
2913 (the jpeg_read_scanlines or jpeg_write_scanlines loop), any additional passes
2924 transferring pass, only one call occurs per call of jpeg_read_scanlines or