Home
last modified time | relevance | path

Searched refs:term_destination (Results 1 – 12 of 12) sorted by relevance

/external/libjpeg-turbo/
Djdatadst.c172 term_destination(j_compress_ptr cinfo) in term_destination() function
231 dest->pub.term_destination = term_destination; in jpeg_stdio_dest()
277 dest->pub.term_destination = term_mem_destination; in jpeg_mem_dest()
Djcapimin.c193 (*cinfo->dest->term_destination) (cinfo); in jpeg_finish_compress()
282 (*cinfo->dest->term_destination) (cinfo); in jpeg_write_tables()
Djdatadst-tj.c179 dest->pub.term_destination = term_mem_destination; in jpeg_mem_dest_tj()
Djpeglib.h796 void (*term_destination) (j_compress_ptr cinfo); member
Dlibjpeg.txt503 responsibility; neither of these routines will call term_destination().
1594 term_destination (j_compress_ptr cinfo)
1600 term_destination() is NOT called by jpeg_abort() or jpeg_destroy(). If you
2472 flush the output buffer at term_destination() time. This would speed things
/external/skia/src/images/
DSkJPEGWriteUtility.cpp52 this->term_destination = sk_term_destination; in skjpeg_destination_mgr()
/external/skqp/src/images/
DSkJPEGWriteUtility.cpp52 this->term_destination = sk_term_destination; in skjpeg_destination_mgr()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_handle.cc101 dest->pub.term_destination = MemTermDestination; in SetDest()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp542 dest.term_destination = _dest_do_nothing;
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c457 sp->dest.term_destination = std_term_destination; in TIFFjpeg_data_dest()
521 sp->dest.term_destination = tables_term_destination; in TIFFjpeg_tables_dest()
/external/dng_sdk/source/
Ddng_image_writer.cpp3922 dest.pub.term_destination = dng_term_destination; in WriteData()
4049 dest.pub.term_destination = dng_term_destination; in EncodeJPEGPreview()
/external/ImageMagick/coders/
Djpeg.c2172 destination->manager.term_destination=TerminateDestination; in JPEGDestinationManager()