Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdatadst.c171 term_destination(j_compress_ptr cinfo) in term_destination() function
230 dest->pub.term_destination = term_destination; in jpeg_stdio_dest()
276 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.c180 dest->pub.term_destination = term_mem_destination; in jpeg_mem_dest_tj()
Dcjpeg.c177 (*cinfo.dest->term_destination) (&cinfo); \
Djpeglib.h802 void (*term_destination) (j_compress_ptr cinfo); member
Dturbojpeg.c724 if (alloc) (*cinfo->dest->term_destination) (cinfo); in tjCompress2()
1095 if (alloc) (*cinfo->dest->term_destination) (cinfo); in tjCompressFromYUVPlanes()
2042 if (alloc) (*cinfo->dest->term_destination) (cinfo); in tjTransform()
Dlibjpeg.txt503 responsibility; neither of these routines will call term_destination().
1612 term_destination (j_compress_ptr cinfo)
1618 term_destination() is NOT called by jpeg_abort() or jpeg_destroy(). If you
2490 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/jpeg/
Djpegmodule.cpp621 dest.term_destination = dest_do_nothing; in JpegEncode()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c503 sp->dest.term_destination = std_term_destination; in TIFFjpeg_data_dest()
567 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.c2138 destination->manager.term_destination=TerminateDestination; in JPEGDestinationManager()