Searched refs:jpeg_start_output (Results 1 – 4 of 4) sorted by relevance
104 #define jpeg_start_output chromium_jpeg_start_output macro
1979 jpeg_start_output() /* start a new output pass */1998 jpeg_start_output(&cinfo, cinfo.input_scan_number);1999 The second parameter to jpeg_start_output() indicates which scan of the input2005 will be incremented by the time control arrives back at jpeg_start_output()).2011 repeating the jpeg_start_output()/jpeg_read_scanlines()/jpeg_finish_output()2061 cinfo.input_scan_number as the target scan number to jpeg_start_output().2064 emptying the input buffer just before calling jpeg_start_output(): call2068 The target scan number passed to jpeg_start_output() is saved in the2114 jpeg_start_output(&cinfo, cinfo.input_scan_number);2124 jpeg_start_output(&cinfo, cinfo.input_scan_number);[all …]
628 jpeg_start_output(j_decompress_ptr cinfo, int scan_number) in jpeg_start_output() function
1019 EXTERN(boolean) jpeg_start_output(j_decompress_ptr cinfo, int scan_number);