OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Functions | |
OSSIM_DLL void | ossimJpegStdIOSrc (jpeg_decompress_struct *cinfo, FILE *infile) |
Method which uses memory instead of a FILE* to read from. More... | |
OSSIM_DLL void ossimJpegStdIOSrc | ( | jpeg_decompress_struct * | cinfo, |
FILE * | infile | ||
) |
Method which uses memory instead of a FILE* to read from.
Definition at line 219 of file ossimJpegStdIOSrc.cpp.
References ossimJpegStdIOSourceMgr::buffer, ossimJpegStdIOSourceMgr::infile, INPUT_BUF_SIZE, ossimJpegStdIOSrc_fill_input_buffer(), ossimJpegStdIOSrc_init_source(), ossimJpegStdIOSrc_skip_input_data(), ossimJpegStdIOSrc_term_source(), ossimJpegStdIOSourceMgr::pub, and SIZEOF.
Referenced by ossimJpegTileSource::restart().