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

  /external/libjpeg-turbo/
jdatadst.c 171 term_destination (j_compress_ptr cinfo) function
225 dest->pub.term_destination = term_destination;
263 dest->pub.term_destination = term_mem_destination;
jdatadst-tj.c 174 dest->pub.term_destination = term_mem_destination;
jcapimin.c 192 (*cinfo->dest->term_destination) (cinfo);
281 (*cinfo->dest->term_destination) (cinfo);
jpeglib.h 795 void (*term_destination) (j_compress_ptr cinfo); member in struct:jpeg_destination_mgr
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jdatadst.c 163 term_destination (j_compress_ptr cinfo) function
215 dest->pub.term_destination = term_destination;
255 dest->pub.term_destination = term_mem_destination;
jcapimin.c 186 (*cinfo->dest->term_destination) (cinfo);
275 (*cinfo->dest->term_destination) (cinfo);
jpeglib.h 771 JMETHOD(void, term_destination, (j_compress_ptr cinfo));
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapimin.c 178 (*cinfo->dest->term_destination) (cinfo);
267 (*cinfo->dest->term_destination) (cinfo);
jpeglib.h     [all...]
  /external/skia/src/images/
SkJpegUtility.cpp 154 this->term_destination = sk_term_destination;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 97 jpegDestMgr.term_destination = jpegTermDestination;
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp 495 term_destination (j_compress_ptr cinfo) function in namespace:cv
525 destination->pub.term_destination = term_destination;
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 157 jpegDestMgr.term_destination = jpegTermDestination;
  /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) {
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 94 this->term_destination = libjpeg_term_destination;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 94 this->term_destination = libjpeg_term_destination;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 170 dest.term_destination = _dest_do_nothing;
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 443 sp->dest.term_destination = std_term_destination;
507 sp->dest.term_destination = tables_term_destination;
    [all...]
  /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...]

Completed in 544 milliseconds