Home
last modified time | relevance | path

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

/external/libjpeg-turbo/win/
Djpeg8.def94 jpeg_start_output @ 93 ;
Djpeg7-memsrcdst.def91 jpeg_start_output @ 90 ;
Djpeg62-memsrcdst.def89 jpeg_start_output @ 88 ;
Djpeg62.def89 jpeg_start_output @ 88 ;
Djpeg7.def91 jpeg_start_output @ 90 ;
/external/libjpeg-turbo/
Dlibjpeg.txt1961 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 input
1987 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(): call
2050 The target scan number passed to jpeg_start_output() is saved in the
2096 jpeg_start_output(&cinfo, cinfo.input_scan_number);
2106 jpeg_start_output(&cinfo, cinfo.input_scan_number);
[all …]
Djdapistd.c593 jpeg_start_output(j_decompress_ptr cinfo, int scan_number) in jpeg_start_output() function
Djpeglib.h1013 EXTERN(boolean) jpeg_start_output(j_decompress_ptr cinfo, int scan_number);