Home
last modified time | relevance | path

Searched refs:jpeg_start_output (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Djpeglibmangler.h104 #define jpeg_start_output chromium_jpeg_start_output macro
Dlibjpeg.txt1979 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 input
2005 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(): call
2068 The target scan number passed to jpeg_start_output() is saved in the
2114 jpeg_start_output(&cinfo, cinfo.input_scan_number);
2124 jpeg_start_output(&cinfo, cinfo.input_scan_number);
[all …]
Djdapistd.c628 jpeg_start_output(j_decompress_ptr cinfo, int scan_number) in jpeg_start_output() function
Djpeglib.h1019 EXTERN(boolean) jpeg_start_output(j_decompress_ptr cinfo, int scan_number);