HomeSort by relevance Sort by last modified time
    Searched full:term_source (Results 1 - 14 of 14) sorted by null

  /external/jpeg/
jdatasrc.c 169 term_source (j_decompress_ptr cinfo) function
208 src->pub.term_source = term_source;
jdapimin.c 397 (*cinfo->src->term_source) (cinfo);
jpeglib.h     [all...]
libjpeg.doc     [all...]
  /external/qemu/distrib/jpeg-6b/
jdatasrc.c 169 term_source (j_decompress_ptr cinfo) function
208 src->pub.term_source = term_source;
jdapimin.c 397 (*cinfo->src->term_source) (cinfo);
jpeglib.h     [all...]
libjpeg.doc     [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 84 void term_source(j_decompress_ptr jd);
148 src->pub.term_source = term_source;
401 void term_source(j_decompress_ptr jd) function in namespace:WebCore
  /external/libyuv/files/source/
mjpeg_decoder.cc 66 source_mgr_->term_source = &term_source;
454 void MJpegDecoder::term_source(j_decompress_ptr cinfo) { function in class:libyuv::MJpegDecoder
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 149 static void term_source(jpeg_decompress_struct* cinfo);
  /external/skia/legacy/src/images/
SkJpegUtility.cpp 140 term_source = sk_term_source;
  /external/skia/src/images/
SkJpegUtility.cpp 142 term_source = sk_term_source;
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 114 src->jpeg_mgr.term_source = _source_term_source;

Completed in 2458 milliseconds