Home
last modified time | relevance | path

Searched refs:jpeg_destination_mgr (Results 1 – 15 of 15) sorted by relevance

/external/jpeg/
Djdatadst.c26 struct jpeg_destination_mgr pub; /* public fields */
141 cinfo->dest = (struct jpeg_destination_mgr *) in jpeg_stdio_dest()
Djpeglib.h276 struct jpeg_destination_mgr * dest;
774 struct jpeg_destination_mgr { struct
Djcmarker.c111 struct jpeg_destination_mgr * dest = cinfo->dest; in emit_byte()
Djcphuff.c208 struct jpeg_destination_mgr * dest = entropy->cinfo->dest; in dump_buffer()
Djchuff.c281 struct jpeg_destination_mgr * dest = state->cinfo->dest; in dump_buffer()
Dstructure.doc225 jpeg_destination_mgr, but adds extra fields.)
Dlibjpeg.doc1439 You will also need code to create a jpeg_destination_mgr struct, fill in its
/external/skia/src/images/
DSkJpegUtility.h54 struct skjpeg_destination_mgr : jpeg_destination_mgr {
/external/pdfium/core/src/fxcodec/libjpeg/
Djpeglib.h339 struct jpeg_destination_mgr * dest;
780 struct jpeg_destination_mgr { struct
Dfpdfapi_jcmarker.c112 struct jpeg_destination_mgr * dest = cinfo->dest; in emit_byte()
Dfpdfapi_jcphuff.c209 struct jpeg_destination_mgr * dest = entropy->cinfo->dest; in dump_buffer()
Dfpdfapi_jchuff.c285 struct jpeg_destination_mgr * dest = state->cinfo->dest; in dump_buffer()
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h339 struct jpeg_destination_mgr * dest;
780 struct jpeg_destination_mgr { struct
/external/libvncserver/common/
Dturbojpeg.c91 struct jpeg_destination_mgr jdst;
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp154 struct jpeg_destination_mgr dest; in _JpegEncode()