Searched refs:jpeg_start_output (Results 1 – 20 of 20) sorted by relevance
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/win/ |
D | jpeg62-memsrcdst.def | 89 jpeg_start_output @ 88 ;
|
D | jpeg62.def | 89 jpeg_start_output @ 88 ;
|
D | jpeg7.def | 91 jpeg_start_output @ 90 ;
|
D | jpeg8.def | 94 jpeg_start_output @ 93 ;
|
D | jpeg7-memsrcdst.def | 91 jpeg_start_output @ 90 ;
|
/third_party/libjpeg-turbo/win/ |
D | jpeg62.def | 89 jpeg_start_output @ 88 ;
|
D | jpeg62-memsrcdst.def | 89 jpeg_start_output @ 88 ;
|
D | jpeg7-memsrcdst.def | 91 jpeg_start_output @ 90 ;
|
D | jpeg8.def | 94 jpeg_start_output @ 93 ;
|
D | jpeg7.def | 91 jpeg_start_output @ 90 ;
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jpeglibmangler.h | 104 #define jpeg_start_output chromium_jpeg_start_output macro
|
D | libjpeg.txt | 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 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 …]
|
D | jdapistd.c | 628 jpeg_start_output(j_decompress_ptr cinfo, int scan_number) in jpeg_start_output() function
|
D | jpeglib.h | 1017 EXTERN(boolean) jpeg_start_output(j_decompress_ptr cinfo, int scan_number);
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | libjpeg.txt | 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 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 …]
|
D | jpeglib.h | 1013 EXTERN(boolean) jpeg_start_output(j_decompress_ptr cinfo, int scan_number);
|
D | jdapistd.c | 649 jpeg_start_output(j_decompress_ptr cinfo, int scan_number) in jpeg_start_output() function
|
/third_party/libjpeg-turbo/ |
D | libjpeg.txt | 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 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 …]
|
D | jdapistd.c | 649 jpeg_start_output(j_decompress_ptr cinfo, int scan_number) in jpeg_start_output() function
|
D | jpeglib.h | 1013 EXTERN(boolean) jpeg_start_output(j_decompress_ptr cinfo, int scan_number);
|