Home
last modified time | relevance | path

Searched refs:jpeg_write_raw_data (Results 1 – 13 of 13) sorted by relevance

/external/libjpeg-turbo/win/
Djpeg7.def100 jpeg_write_raw_data @ 99 ;
Djpeg62-memsrcdst.def98 jpeg_write_raw_data @ 97 ;
Djpeg7-memsrcdst.def100 jpeg_write_raw_data @ 99 ;
Djpeg62.def98 jpeg_write_raw_data @ 97 ;
Djpeg8.def103 jpeg_write_raw_data @ 102 ;
/external/pdfium/third_party/libjpeg/
Djpeglib.h112 #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,
Dfpdfapi_jcapistd.c120 jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data, in jpeg_write_raw_data() function
/external/libjpeg-turbo/
Djcapistd.c121 jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data, in jpeg_write_raw_data() function
Djpeglib.h965 EXTERN(JDIMENSION) jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data,
Dchange.log240 jpeg_write_raw_data() now supports output suspension.
Dlibjpeg.txt2668 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.
Dturbojpeg.c1198 jpeg_write_raw_data(cinfo, yuvptr, cinfo->max_v_samp_factor*DCTSIZE); in tjCompressFromYUVPlanes()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c325 return CALLJPEG(sp, -1, (int) jpeg_write_raw_data(&sp->cinfo.c, in TIFFjpeg_write_raw_data()