Lines Matching refs:fill_input_buffer
1454 is emptied. The manager's fill_input_buffer method must reset the pointer and
1463 bytes_in_buffer set to 0 (in which case a fill_input_buffer() call
1466 fill_input_buffer (j_decompress_ptr cinfo)
1503 For both fill_input_buffer() and skip_input_data(), there is no such thing
1545 fill_input_buffer() routine is a no-op, merely returning FALSE to indicate
1602 For decompression suspension, use a fill_input_buffer() routine that simply
1616 convenient restart point before suspending. When fill_input_buffer() is
1633 call fill_input_buffer(), which should return FALSE, which will cause a
1642 within fill_input_buffer(); the latter is probably more efficient. If
1643 fill_input_buffer() knows that no more data is available, it can set the
1673 having empty_output_buffer() or fill_input_buffer() set the pointer and count
1677 could back up into an earlier buffer. For example, when fill_input_buffer()
1679 Since fill_input_buffer() will set the pointer and count to refer to a new
1681 call to fill_input_buffer() occurs in the same library call, and no
1682 additional input data is available, so fill_input_buffer must return FALSE.
1693 It's much simpler to use only a single buffer; when fill_input_buffer() is