Searched refs:jpeg_write_raw_data (Results 1 – 13 of 13) sorted by relevance
/external/libjpeg-turbo/win/ |
D | jpeg7.def | 100 jpeg_write_raw_data @ 99 ;
|
D | jpeg62-memsrcdst.def | 98 jpeg_write_raw_data @ 97 ;
|
D | jpeg7-memsrcdst.def | 100 jpeg_write_raw_data @ 99 ;
|
D | jpeg62.def | 98 jpeg_write_raw_data @ 97 ;
|
D | jpeg8.def | 103 jpeg_write_raw_data @ 102 ;
|
/external/pdfium/third_party/libjpeg/ |
D | jpeglib.h | 112 #define jpeg_write_raw_data FOXIT_PREFIX(jpeg_write_raw_data) macro 955 #define jpeg_write_raw_data jWrtRawData macro 1048 EXTERN(JDIMENSION) jpeg_write_raw_data JPP((j_compress_ptr cinfo,
|
D | fpdfapi_jcapistd.c | 120 jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data, in jpeg_write_raw_data() function
|
/external/libjpeg-turbo/ |
D | jcapistd.c | 121 jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data, in jpeg_write_raw_data() function
|
D | jpeglib.h | 965 EXTERN(JDIMENSION) jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data,
|
D | change.log | 240 jpeg_write_raw_data() now supports output suspension.
|
D | libjpeg.txt | 2668 compression, except that you call jpeg_write_raw_data() in place of 2682 To pass raw data to the library, call jpeg_write_raw_data() in place of 2684 jpeg_write_raw_data takes a JSAMPIMAGE data array rather than JSAMPARRAY. 2685 The scanlines count passed to and returned from jpeg_write_raw_data is 2688 jpeg_write_raw_data() processes one MCU row per call, which is to say 2719 scanlines on each call to jpeg_write_raw_data(), which is to say 16 actual 2727 destination module suspends, jpeg_write_raw_data() will return 0.
|
D | turbojpeg.c | 1198 jpeg_write_raw_data(cinfo, yuvptr, cinfo->max_v_samp_factor*DCTSIZE); in tjCompressFromYUVPlanes()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 325 return CALLJPEG(sp, -1, (int) jpeg_write_raw_data(&sp->cinfo.c, in TIFFjpeg_write_raw_data()
|