Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/src/images/
DSkJPEGWriteUtility.cpp52 this->term_destination = sk_term_destination; in skjpeg_destination_mgr()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dsmokecodec.c182 newinfo->jdest.term_destination = smokecodec_term_destination; in smokecodec_encode_new()
Dgstjpegenc.c313 jpegenc->jdest.term_destination = gst_jpegenc_term_destination; in gst_jpegenc_init()
/third_party/skia/third_party/externals/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()