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

  /external/dng_sdk/source/
dng_jpeg_memory_source.cpp 70 source.resync_to_restart = ResyncToRestart;
  /external/libjpeg-turbo/
jdatasrc-tj.c 130 * resync_to_restart method for error recovery in the presence of RST markers.
181 src->resync_to_restart = jpeg_resync_to_restart; /* use default method */
jdatasrc.c 186 * resync_to_restart method for error recovery in the presence of RST markers.
241 src->pub.resync_to_restart = jpeg_resync_to_restart; /* use default method */
278 src->resync_to_restart = jpeg_resync_to_restart; /* use default method */
jpeglib.h 808 boolean (*resync_to_restart) (j_decompress_ptr cinfo, int desired); member in struct:jpeg_source_mgr
    [all...]
jdmarker.c     [all...]
  /external/skia/src/codec/
SkJpegUtility_codec.cpp 81 resync_to_restart = jpeg_resync_to_restart;
  /external/opencv3/3rdparty/libjpeg/
jdatasrc.c 180 * resync_to_restart method for error recovery in the presence of RST markers.
235 src->pub.resync_to_restart = jpeg_resync_to_restart; /* use default method */
271 src->resync_to_restart = jpeg_resync_to_restart; /* use default method */
jpeglib.h     [all...]
jdmarker.c     [all...]
  /external/skia/src/images/
SkJpegUtility.cpp 105 resync_to_restart = jpeg_resync_to_restart;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 278 src.resync_to_restart = _src_resync;
416 src.resync_to_restart = _src_resync;
600 p->m_SrcMgr.resync_to_restart = _src_resync;
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp 176 s->mgr.resync_to_restart = jpeg_resync_to_restart; // use default restart
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 86 source_mgr_->resync_to_restart = &jpeg_resync_to_restart;
  /external/libyuv/files/source/
mjpeg_decoder.cc 85 source_mgr_->resync_to_restart = &jpeg_resync_to_restart;
  /hardware/ti/omap4-aah/camera/
Decoder_libjpeg.cpp 122 resync_to_restart = libjpeg_resync_to_restart;
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp 153 source->pub.resync_to_restart = jpeg_resync_to_restart;
  /external/libvncserver/common/
turbojpeg.c 663 this->jsrc.resync_to_restart=jpeg_resync_to_restart;
  /external/libvncserver/libvncclient/
tight.c 673 client->jpegSrcManager->resync_to_restart = jpeg_resync_to_restart;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdmarker.c     [all...]
jpeglib.h     [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 593 sp->src.resync_to_restart = jpeg_resync_to_restart;
    [all...]
tif_ojpeg.c     [all...]
  /external/ImageMagick/coders/
jpeg.c 793 source->manager.resync_to_restart=jpeg_resync_to_restart;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 607 sp->src.resync_to_restart = jpeg_resync_to_restart;
    [all...]
tif_ojpeg.c     [all...]

Completed in 1209 milliseconds