Lines Matching refs:fill_input_buffer
1620 is emptied. The manager's fill_input_buffer method must reset the pointer and
1629 bytes_in_buffer set to 0 (in which case a fill_input_buffer() call
1632 fill_input_buffer (j_decompress_ptr cinfo)
1669 For both fill_input_buffer() and skip_input_data(), there is no such thing
1711 fill_input_buffer() routine is a no-op, merely returning FALSE to indicate
1768 For decompression suspension, use a fill_input_buffer() routine that simply
1782 convenient restart point before suspending. When fill_input_buffer() is
1799 call fill_input_buffer(), which should return FALSE, which will cause a
1808 within fill_input_buffer(); the latter is probably more efficient. If
1809 fill_input_buffer() knows that no more data is available, it can set the
1839 having empty_output_buffer() or fill_input_buffer() set the pointer and count
1843 could back up into an earlier buffer. For example, when fill_input_buffer()
1845 Since fill_input_buffer() will set the pointer and count to refer to a new
1847 call to fill_input_buffer() occurs in the same library call, and no
1848 additional input data is available, so fill_input_buffer must return FALSE.
1859 It's much simpler to use only a single buffer; when fill_input_buffer() is