Home
last modified time | relevance | path

Searched refs:resync_to_restart (Results 1 – 23 of 23) sorted by relevance

/external/libjpeg-turbo/
Djdatasrc.c241 src->pub.resync_to_restart = jpeg_resync_to_restart; /* use default method */ in jpeg_stdio_src()
278 src->resync_to_restart = jpeg_resync_to_restart; /* use default method */ in jpeg_mem_src()
Djdatasrc-tj.c181 src->resync_to_restart = jpeg_resync_to_restart; /* use default method */ in jpeg_mem_src_tj()
Djpeglib.h808 boolean (*resync_to_restart) (j_decompress_ptr cinfo, int desired); member
Djdmarker.c1146 if (! (*cinfo->src->resync_to_restart) (cinfo, in read_restart_marker()
Dlibjpeg.txt1646 resync_to_restart (j_decompress_ptr cinfo, int desired)
/external/opencv3/3rdparty/libjpeg/
Djdatasrc.c235 src->pub.resync_to_restart = jpeg_resync_to_restart; /* use default method */ in jpeg_stdio_src()
271 src->resync_to_restart = jpeg_resync_to_restart; /* use default method */ in jpeg_mem_src()
Djpeglib.h784 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
Djdmarker.c1275 if (! (*cinfo->src->resync_to_restart) (cinfo, in read_restart_marker()
/external/dng_sdk/source/
Ddng_jpeg_memory_source.cpp70 source.resync_to_restart = ResyncToRestart; in CreateJpegMemorySource()
/external/skia/src/codec/
DSkJpegUtility_codec.cpp81 resync_to_restart = jpeg_resync_to_restart; in skjpeg_source_mgr()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp278 src.resync_to_restart = _src_resync; in _JpegLoadInfo()
416 src.resync_to_restart = _src_resync; in Create()
600 p->m_SrcMgr.resync_to_restart = _src_resync; in Start()
/external/skia/src/images/
DSkJpegUtility.cpp105 resync_to_restart = jpeg_resync_to_restart; in skjpeg_source_mgr()
/external/libyuv/files/source/
Dmjpeg_decoder.cc65 source_mgr_->resync_to_restart = &jpeg_resync_to_restart; in MJpegDecoder()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc86 source_mgr_->resync_to_restart = &jpeg_resync_to_restart; in MJpegDecoder()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg.cpp153 source->pub.resync_to_restart = jpeg_resync_to_restart; in jpeg_buffer_src()
/external/pdfium/third_party/libjpeg/
Djpeglib.h834 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
Dfpdfapi_jdmarker.c1163 if (! (*cinfo->src->resync_to_restart) (cinfo, in read_restart_marker()
/external/libvncserver/common/
Dturbojpeg.c663 this->jsrc.resync_to_restart=jpeg_resync_to_restart; in _tjInitDecompress()
/external/libvncserver/libvncclient/
Dtight.c673 client->jpegSrcManager->resync_to_restart = jpeg_resync_to_restart; in JpegSetSrcManager()
/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c593 sp->src.resync_to_restart = jpeg_resync_to_restart; in TIFFjpeg_data_src()
Dtif_ojpeg.c1166 sp->libjpeg_jpeg_source_mgr.resync_to_restart=OJPEGLibjpegJpegSourceMgrResyncToRestart; in OJPEGWriteHeaderInfo()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c607 sp->src.resync_to_restart = jpeg_resync_to_restart; in TIFFjpeg_data_src()
Dtif_ojpeg.c1180 sp->libjpeg_jpeg_source_mgr.resync_to_restart=OJPEGLibjpegJpegSourceMgrResyncToRestart; in OJPEGWriteHeaderInfo()