Lines Matching refs:jpeg_read_scanlines
147 jpeg_read_scanlines(...);
160 into in-memory buffers passed to jpeg_read_scanlines().
656 jpeg_read_scanlines(...);
658 Now you can read the decompressed image data by calling jpeg_read_scanlines()
660 to be read (ie, the height of your working buffer); jpeg_read_scanlines()
680 jpeg_read_scanlines() reads at least one scanline per call, until the
684 jpeg_read_scanlines() fills it. (The current implementation returns only a
686 always provide a loop that calls jpeg_read_scanlines() repeatedly until the
1174 buffer passed to jpeg_read_scanlines(). If the buffer is smaller, the
1608 * jpeg_read_scanlines(): will return the number of scanlines already
1612 the input buffer, and repeat the call. In the case of jpeg_read_scanlines(),
1797 jpeg_read_scanlines()
1827 repeating the jpeg_start_output()/jpeg_read_scanlines()/jpeg_finish_output()
1991 * jpeg_read_scanlines(), as always, returns the number of scanlines that it
2578 Then call jpeg_read_raw_data() in place of jpeg_read_scanlines(). The
2606 and jpeg_read_scanlines(), call jpeg_read_coefficients(). This will read the
2691 (the jpeg_read_scanlines or jpeg_write_scanlines loop), any additional passes
2702 transferring pass, only one call occurs per call of jpeg_read_scanlines or