Home
last modified time | relevance | path

Searched refs:jpeg_start_compress (Results 1 – 23 of 23) sorted by relevance

/external/libjpeg-turbo/win/
Djpeg62-memsrcdst.def87 jpeg_start_compress @ 86 ;
Djpeg7-memsrcdst.def89 jpeg_start_compress @ 88 ;
Djpeg7.def89 jpeg_start_compress @ 88 ;
Djpeg62.def87 jpeg_start_compress @ 86 ;
Djpeg8.def92 jpeg_start_compress @ 91 ;
/external/pdfium/third_party/libjpeg/
Djpeglib.h102 #define jpeg_start_compress FOXIT_PREFIX(jpeg_start_compress) macro
952 #define jpeg_start_compress jStrtCompress macro
1040 EXTERN(void) jpeg_start_compress JPP((j_compress_ptr cinfo,
Dfpdfapi_jcapistd.c38 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) in jpeg_start_compress() function
/external/libjpeg-turbo/
Dexample.c144 jpeg_start_compress(&cinfo, TRUE); in write_JPEG_file()
Djcapistd.c38 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) in jpeg_start_compress() function
Dcjpeg.c610 jpeg_start_compress(&cinfo, TRUE); in main()
Dlibjpeg.txt119 jpeg_start_compress(...);
315 calling jpeg_start_compress() and jpeg_finish_compress().
345 jpeg_start_compress(). There's no harm in calling jpeg_set_defaults() more
359 4. jpeg_start_compress(...);
362 source image info and other parameters, call jpeg_start_compress() to begin
368 jpeg_start_compress(&cinfo, TRUE);
375 Once you have called jpeg_start_compress(), you may not alter any JPEG
1112 dimensions and the compression parameters by jpeg_start_compress(). You can
1571 Initialize destination. This is called by jpeg_start_compress()
2343 calling jpeg_start_compress() will prevent the table from being written at
[all …]
Djpeglib.h950 EXTERN(void) jpeg_start_compress (j_compress_ptr cinfo,
Dturbojpeg.c783 jpeg_start_compress(cinfo, TRUE); in tjCompress2()
1093 jpeg_start_compress(cinfo, TRUE); in tjCompressFromYUVPlanes()
/external/opencv3/3rdparty/libjpeg/
Djcapistd.c38 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) in jpeg_start_compress() function
Djpeglib.h905 #define jpeg_start_compress jStrtCompress macro
1003 EXTERN(void) jpeg_start_compress JPP((j_compress_ptr cinfo,
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg.cpp682 jpeg_start_compress( &cinfo, TRUE ); in write()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp193 jpeg_start_compress(&cinfo, TRUE); in _JpegEncode()
/external/libvncserver/common/
Dturbojpeg.c588 jpeg_start_compress(cinfo, TRUE); in tjCompress2()
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp875 jpeg_start_compress(&cinfo, TRUE); in onEncode()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp462 jpeg_start_compress( &cinfo, TRUE ); in WriteImage()
/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c298 jpeg_start_compress(&sp->cinfo.c, write_all_tables)); in TIFFjpeg_start_compress()
/external/dng_sdk/source/
Ddng_image_writer.cpp3960 jpeg_start_compress (&cinfo, TRUE); in WriteData()
4104 jpeg_start_compress (&cinfo, TRUE); in EncodeJPEGPreview()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c312 jpeg_start_compress(&sp->cinfo.c, write_all_tables)); in TIFFjpeg_start_compress()