Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdatadst.c35 struct jpeg_destination_mgr pub; /* public fields */
50 struct jpeg_destination_mgr pub; /* public fields */
214 cinfo->dest = (struct jpeg_destination_mgr *) in jpeg_stdio_dest()
263 cinfo->dest = (struct jpeg_destination_mgr *) in jpeg_mem_dest()
Djdatadst-tj.c40 struct jpeg_destination_mgr pub; /* public fields */
164 cinfo->dest = (struct jpeg_destination_mgr *) in jpeg_mem_dest_tj()
Djpeglib.h307 struct jpeg_destination_mgr *dest;
796 struct jpeg_destination_mgr { struct
Djcmarker.c116 struct jpeg_destination_mgr *dest = cinfo->dest; in emit_byte()
Djcarith.c125 struct jpeg_destination_mgr *dest = cinfo->dest; in emit_byte()
Djchuff.c352 struct jpeg_destination_mgr *dest = state->cinfo->dest; in dump_buffer()
Djcphuff.c316 struct jpeg_destination_mgr *dest = entropy->cinfo->dest; in dump_buffer()
Dstructure.txt194 jpeg_destination_mgr, but adds extra fields.)
Dlibjpeg.txt1622 You will also need code to create a jpeg_destination_mgr struct, fill in its
/external/skia/src/images/
DSkJPEGWriteUtility.h28 struct SK_SPI skjpeg_destination_mgr : jpeg_destination_mgr {
/external/skqp/src/images/
DSkJPEGWriteUtility.h28 struct SK_API skjpeg_destination_mgr : jpeg_destination_mgr {
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_handle.h32 struct jpeg_destination_mgr pub;
Djpeg_handle.cc90 cinfo->dest = reinterpret_cast<struct jpeg_destination_mgr *>( in SetDest()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp619 jpeg_destination_mgr dest; in JpegEncode()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c130 typedef struct jpeg_destination_mgr jpeg_destination_mgr; typedef
163 jpeg_destination_mgr dest; /* data dest for compression */
/external/ImageMagick/coders/
Djpeg.c118 struct jpeg_destination_mgr
2133 cinfo->dest=(struct jpeg_destination_mgr *) (*cinfo->mem->alloc_small) in JPEGDestinationManager()
/external/dng_sdk/source/
Ddng_image_writer.cpp3611 struct jpeg_destination_mgr pub;