• Home
  • Raw
  • Download

Lines Matching refs:jpeg_consume_input

2006 output.  This is done by calling the routine jpeg_consume_input().
2019 The library's output processing will automatically call jpeg_consume_input()
2021 display requires no direct calls to jpeg_consume_input(). But by adding
2022 calls to jpeg_consume_input(), you can absorb data in advance of what is
2029 jpeg_consume_input() with your display operations and any other processing
2031 call jpeg_consume_input() only after a hundred or so new bytes have arrived.
2033 library currently is not thread-safe. You must not call jpeg_consume_input()
2044 jpeg_consume_input() repeatedly until it returns JPEG_SUSPENDED or
2049 jpeg_consume_input() whenever the current input scan number and row within
2070 through the image, jpeg_consume_input() will store data into the buffered
2090 absorb any waiting input by calling jpeg_consume_input()
2102 absorb any waiting input by calling jpeg_consume_input()
2120 from jpeg_consume_input(), or equivalently by testing jpeg_input_complete().)
2142 quickly. To skip to the next scan, call jpeg_consume_input() until it
2158 (But it reads no input if jpeg_consume_input() has already reached the
2272 It is also worth noting that when you use jpeg_consume_input() to let input
2282 In some applications it may be convenient to use jpeg_consume_input() for all
2284 wish to call jpeg_consume_input() instead of jpeg_read_header() during
2288 jpeg_start_decompress() before jpeg_consume_input() will consume more input;
2290 tables-only file this way, jpeg_consume_input() will return JPEG_REACHED_EOI
2293 jpeg_abort() to reset it. It is OK to call jpeg_consume_input() even when not