jpeg_source_mgr::resync_to_restart is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_source_mgr::resync_to_restart

jpeg_source_mgr::resync_to_restart field

Syntax

boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired);

References

LocationReferrerScopeText
jpeglib.h:771
JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
jdatasrc.c:238jpeg_resync_to_restart()jpeg_stdio_src()
src->pub.resync_to_restart = jpeg_resync_to_restart; /* use default method */
jdatasrc.c:274jpeg_resync_to_restart()jpeg_mem_src()
src->resync_to_restart = jpeg_resync_to_restart; /* use default method */
jdmarker.c:1176read_restart_marker()
if (! (*cinfo->src->resync_to_restart) (cinfo,

Call Tree

Functions calling jpeg_source_mgr::resync_to_restart
all items filtered out
jpeg_source_mgr::resync_to_restart
Functions writing jpeg_source_mgr::resync_to_restart
all items filtered out
jpeg_source_mgr::resync_to_restart
Implementations
all items filtered out
jpeg_source_mgr::resync_to_restart
Type of jpeg_source_mgr::resync_to_restart
jpeg_source_mgr::resync_to_restart
boolean
all items filtered out