Lines Matching refs:jpeg_read_scanlines
148 jpeg_read_scanlines(...);
161 into in-memory buffers passed to jpeg_read_scanlines().
657 jpeg_read_scanlines(...);
659 Now you can read the decompressed image data by calling jpeg_read_scanlines()
661 to be read (ie, the height of your working buffer); jpeg_read_scanlines()
681 jpeg_read_scanlines() reads at least one scanline per call, until the
685 jpeg_read_scanlines() fills it. (The current implementation returns only a
687 always provide a loop that calls jpeg_read_scanlines() repeatedly until the
778 to jpeg_read_scanlines() (since it will actually call jpeg_read_scanlines().)
787 jpeg_start_decompress() and before any calls to jpeg_read_scanlines() or
803 jpeg_read_scanlines().
1330 buffer passed to jpeg_read_scanlines(). If the buffer is smaller, the
1767 * jpeg_read_scanlines(): will return the number of scanlines already
1771 the input buffer, and repeat the call. In the case of jpeg_read_scanlines(),
1956 jpeg_read_scanlines()
1986 repeating the jpeg_start_output()/jpeg_read_scanlines()/jpeg_finish_output()
2150 * jpeg_read_scanlines(), as always, returns the number of scanlines that it
2737 Then call jpeg_read_raw_data() in place of jpeg_read_scanlines(). The
2765 and jpeg_read_scanlines(), call jpeg_read_coefficients(). This will read the
2850 (the jpeg_read_scanlines or jpeg_write_scanlines loop), any additional passes
2861 transferring pass, only one call occurs per call of jpeg_read_scanlines or