HomeSort by relevance Sort by last modified time
    Searched refs:term_destination (Results 1 - 18 of 18) sorted by null

  /external/libjpeg-turbo/
jdatadst.c 172 term_destination (j_compress_ptr cinfo) function
231 dest->pub.term_destination = term_destination;
277 dest->pub.term_destination = term_mem_destination;
jcapimin.c 193 (*cinfo->dest->term_destination) (cinfo);
282 (*cinfo->dest->term_destination) (cinfo);
jdatadst-tj.c 180 dest->pub.term_destination = term_mem_destination;
jpeglib.h 796 void (*term_destination) (j_compress_ptr cinfo); member in struct:jpeg_destination_mgr
    [all...]
  /external/skia/src/images/
SkJPEGWriteUtility.cpp 52 this->term_destination = sk_term_destination;
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genJPEGStrips.cpp 66 .term_destination = term_buffer, .next_output_byte = buffPtr,
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapimin.c 178 (*cinfo->dest->term_destination) (cinfo);
267 (*cinfo->dest->term_destination) (cinfo);
jpeglib.h     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 97 jpegDestMgr.term_destination = jpegTermDestination;
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 157 jpegDestMgr.term_destination = jpegTermDestination;
  /device/generic/goldfish/camera/jpeg-stub/
Compressor.cpp 202 term_destination = &termDestination;
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp 66 d->mgr.term_destination = Mgr_term_destination_fcn;
  /packages/apps/Camera2/jni/
jpegutil.cpp 233 dest.term_destination = [](j_compress_ptr cinfo) {
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp 525 dest.term_destination = _dest_do_nothing;
  /external/libvncserver/common/
turbojpeg.c 478 this->jdst.term_destination=dst_noop;
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 457 sp->dest.term_destination = std_term_destination;
521 sp->dest.term_destination = tables_term_destination;
    [all...]
  /external/dng_sdk/source/
dng_image_writer.cpp     [all...]
  /external/ImageMagick/coders/
jpeg.c     [all...]

Completed in 578 milliseconds