Home | History | Annotate | Download | only in jpeg

Lines Matching full:jpeg_write_scanlines

120 		jpeg_write_scanlines(...);
132 The image data to be compressed is supplied to jpeg_write_scanlines() from
380 jpeg_write_scanlines(...);
382 Now write all the required image data by calling jpeg_write_scanlines()
412 jpeg_write_scanlines(&cinfo, row_pointer, 1);
415 jpeg_write_scanlines() returns the number of scanlines actually written.
1555 compressor to return to the caller of jpeg_write_scanlines(), with the return
1558 buffer pointer/count appropriately, and then call jpeg_write_scanlines()
1574 call jpeg_write_scanlines() unless there is a reasonable amount of space in
1749 into a buffer array as jpeg_write_scanlines() is called, and will emit all
2350 call to jpeg_write_scanlines(). When you do this, the markers appear after
2506 jpeg_write_scanlines(). Before calling jpeg_start_compress(), you must do
2520 jpeg_write_scanlines(). The two routines work similarly except that
2647 jpeg_start_compress() and jpeg_write_scanlines(). Thus the sequence is
2691 (the jpeg_read_scanlines or jpeg_write_scanlines loop), any additional passes
2703 jpeg_write_scanlines, so don't pass a large number of scanlines at once if