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

  /external/jpeg/
jdatadst.c 106 term_destination (j_compress_ptr cinfo) function
149 dest->pub.term_destination = term_destination;
jcapimin.c 178 (*cinfo->dest->term_destination) (cinfo);
267 (*cinfo->dest->term_destination) (cinfo);
jpeglib.h 780 JMETHOD(void, term_destination, (j_compress_ptr cinfo));
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdatadst.c 106 term_destination (j_compress_ptr cinfo) function
149 dest->pub.term_destination = term_destination;
jcapimin.c 178 (*cinfo->dest->term_destination) (cinfo);
267 (*cinfo->dest->term_destination) (cinfo);
jpeglib.h 780 JMETHOD(void, term_destination, (j_compress_ptr cinfo));
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcapimin.c 179 (*cinfo->dest->term_destination) (cinfo);
268 (*cinfo->dest->term_destination) (cinfo);
jpeglib.h     [all...]
  /external/chromium_org/third_party/skia/src/images/
SkJpegUtility.cpp 158 this->term_destination = sk_term_destination;
  /external/qemu/android/utils/
jpeg-compress.c 23 /* Implements JPEG destination manager's term_destination routine. */
90 /* Implements JPEG destination manager's term_destination routine.
114 dsc->common.term_destination = _on_term_destination;
  /external/skia/src/images/
SkJpegUtility.cpp 158 this->term_destination = sk_term_destination;
  /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;
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
JPEGImageEncoder.cpp 142 cinfo.dest->term_destination = finishOutput;
  /packages/apps/Camera2/jni/
jpegutil.cpp 223 dest.term_destination = [](j_compress_ptr cinfo) {
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp 66 d->mgr.term_destination = Mgr_term_destination_fcn;
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.cc 275 destmgr.term_destination = TermDestination;
  /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/include/thirdparties/libjpeg/
jpeglib.h     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 202 dest.term_destination = _dest_do_nothing;

Completed in 1977 milliseconds