Searched refs:jpeg_start_output (Results 1 – 8 of 8) sorted by relevance
94 jpeg_start_output @ 93 ;
91 jpeg_start_output @ 90 ;
89 jpeg_start_output @ 88 ;
1961 jpeg_start_output() /* start a new output pass */1980 jpeg_start_output(&cinfo, cinfo.input_scan_number);1981 The second parameter to jpeg_start_output() indicates which scan of the input1987 will be incremented by the time control arrives back at jpeg_start_output()).1993 repeating the jpeg_start_output()/jpeg_read_scanlines()/jpeg_finish_output()2043 cinfo.input_scan_number as the target scan number to jpeg_start_output().2046 emptying the input buffer just before calling jpeg_start_output(): call2050 The target scan number passed to jpeg_start_output() is saved in the2096 jpeg_start_output(&cinfo, cinfo.input_scan_number);2106 jpeg_start_output(&cinfo, cinfo.input_scan_number);[all …]
593 jpeg_start_output(j_decompress_ptr cinfo, int scan_number) in jpeg_start_output() function
1013 EXTERN(boolean) jpeg_start_output(j_decompress_ptr cinfo, int scan_number);