Searched refs:resync_to_restart (Results 1 – 23 of 23) sorted by relevance
/external/libjpeg-turbo/ |
D | jdatasrc.c | 241 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()
|
D | jdatasrc-tj.c | 181 src->resync_to_restart = jpeg_resync_to_restart; /* use default method */ in jpeg_mem_src_tj()
|
D | jpeglib.h | 808 boolean (*resync_to_restart) (j_decompress_ptr cinfo, int desired); member
|
D | jdmarker.c | 1146 if (! (*cinfo->src->resync_to_restart) (cinfo, in read_restart_marker()
|
D | libjpeg.txt | 1646 resync_to_restart (j_decompress_ptr cinfo, int desired)
|
/external/opencv3/3rdparty/libjpeg/ |
D | jdatasrc.c | 235 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()
|
D | jpeglib.h | 784 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
|
D | jdmarker.c | 1275 if (! (*cinfo->src->resync_to_restart) (cinfo, in read_restart_marker()
|
/external/dng_sdk/source/ |
D | dng_jpeg_memory_source.cpp | 70 source.resync_to_restart = ResyncToRestart; in CreateJpegMemorySource()
|
/external/skia/src/codec/ |
D | SkJpegUtility_codec.cpp | 81 resync_to_restart = jpeg_resync_to_restart; in skjpeg_source_mgr()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 278 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/ |
D | SkJpegUtility.cpp | 105 resync_to_restart = jpeg_resync_to_restart; in skjpeg_source_mgr()
|
/external/libyuv/files/source/ |
D | mjpeg_decoder.cc | 65 source_mgr_->resync_to_restart = &jpeg_resync_to_restart; in MJpegDecoder()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | mjpeg_decoder.cc | 86 source_mgr_->resync_to_restart = &jpeg_resync_to_restart; in MJpegDecoder()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg.cpp | 153 source->pub.resync_to_restart = jpeg_resync_to_restart; in jpeg_buffer_src()
|
/external/pdfium/third_party/libjpeg/ |
D | jpeglib.h | 834 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
|
D | fpdfapi_jdmarker.c | 1163 if (! (*cinfo->src->resync_to_restart) (cinfo, in read_restart_marker()
|
/external/libvncserver/common/ |
D | turbojpeg.c | 663 this->jsrc.resync_to_restart=jpeg_resync_to_restart; in _tjInitDecompress()
|
/external/libvncserver/libvncclient/ |
D | tight.c | 673 client->jpegSrcManager->resync_to_restart = jpeg_resync_to_restart; in JpegSetSrcManager()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_jpeg.c | 593 sp->src.resync_to_restart = jpeg_resync_to_restart; in TIFFjpeg_data_src()
|
D | tif_ojpeg.c | 1166 sp->libjpeg_jpeg_source_mgr.resync_to_restart=OJPEGLibjpegJpegSourceMgrResyncToRestart; in OJPEGWriteHeaderInfo()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 607 sp->src.resync_to_restart = jpeg_resync_to_restart; in TIFFjpeg_data_src()
|
D | tif_ojpeg.c | 1180 sp->libjpeg_jpeg_source_mgr.resync_to_restart=OJPEGLibjpegJpegSourceMgrResyncToRestart; in OJPEGWriteHeaderInfo()
|