Searched refs:jpeg_write_raw_data (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcapistd.c | 121 jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data, in jpeg_write_raw_data() function
|
D | jpeglib.h | 920 #define jpeg_write_raw_data jWrtRawData macro 1013 EXTERN(JDIMENSION) jpeg_write_raw_data JPP((j_compress_ptr cinfo,
|
/external/jpeg/ |
D | jcapistd.c | 120 jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data, in jpeg_write_raw_data() function
|
D | jpeglib.h | 917 #define jpeg_write_raw_data jWrtRawData macro 1008 EXTERN(JDIMENSION) jpeg_write_raw_data JPP((j_compress_ptr cinfo,
|
D | change.log | 142 jpeg_write_raw_data() now supports output suspension.
|
D | libjpeg.doc | 2505 compression, except that you call jpeg_write_raw_data() in place of 2519 To pass raw data to the library, call jpeg_write_raw_data() in place of 2521 jpeg_write_raw_data takes a JSAMPIMAGE data array rather than JSAMPARRAY. 2522 The scanlines count passed to and returned from jpeg_write_raw_data is 2525 jpeg_write_raw_data() processes one MCU row per call, which is to say 2556 scanlines on each call to jpeg_write_raw_data(), which is to say 16 actual 2564 destination module suspends, jpeg_write_raw_data() will return 0.
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jpeglib.h | 920 #define jpeg_write_raw_data jWrtRawData macro 1013 EXTERN(JDIMENSION) jpeg_write_raw_data JPP((j_compress_ptr cinfo,
|