Home
last modified time | relevance | path

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

/external/jpeg/
Djpeglib.h928 #define jpeg_start_output jStrtOutput macro
1064 EXTERN(boolean) jpeg_start_output JPP((j_decompress_ptr cinfo,
Djdapistd.c350 jpeg_start_output (j_decompress_ptr cinfo, int scan_number) in jpeg_start_output() function
Dlibjpeg.doc1795 jpeg_start_output() /* start a new output pass */
1814 jpeg_start_output(&cinfo, cinfo.input_scan_number);
1815 The second parameter to jpeg_start_output() indicates which scan of the input
1821 will be incremented by the time control arrives back at jpeg_start_output()).
1827 repeating the jpeg_start_output()/jpeg_read_scanlines()/jpeg_finish_output()
1877 cinfo.input_scan_number as the target scan number to jpeg_start_output().
1880 emptying the input buffer just before calling jpeg_start_output(): call
1884 The target scan number passed to jpeg_start_output() is saved in the
1930 jpeg_start_output(&cinfo, cinfo.input_scan_number);
1940 jpeg_start_output(&cinfo, cinfo.input_scan_number);
[all …]
/external/qemu/distrib/jpeg-6b/
Djpeglib.h928 #define jpeg_start_output jStrtOutput macro
1064 EXTERN(boolean) jpeg_start_output JPP((j_decompress_ptr cinfo,
Djdapistd.c350 jpeg_start_output (j_decompress_ptr cinfo, int scan_number) in jpeg_start_output() function
Dlibjpeg.doc1795 jpeg_start_output() /* start a new output pass */
1814 jpeg_start_output(&cinfo, cinfo.input_scan_number);
1815 The second parameter to jpeg_start_output() indicates which scan of the input
1821 will be incremented by the time control arrives back at jpeg_start_output()).
1827 repeating the jpeg_start_output()/jpeg_read_scanlines()/jpeg_finish_output()
1877 cinfo.input_scan_number as the target scan number to jpeg_start_output().
1880 emptying the input buffer just before calling jpeg_start_output(): call
1884 The target scan number passed to jpeg_start_output() is saved in the
1930 jpeg_start_output(&cinfo, cinfo.input_scan_number);
1940 jpeg_start_output(&cinfo, cinfo.input_scan_number);
[all …]
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp314 if (!jpeg_start_output(&m_info, scan)) in decode()