OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Functions | |
OSSIM_DLL void | ossimJpegErrorExit (jpeg_common_struct *cinfo) |
Error routine that will replace jpeg's standard error_exit method. More... | |
OSSIM_DLL void | ossimJpegMemorySrc (jpeg_decompress_struct *cinfo, const ossim_uint8 *buffer, std::size_t bufsize) |
Method which uses memory instead of a FILE* to read from. More... | |
OSSIM_DLL void ossimJpegErrorExit | ( | jpeg_common_struct * | cinfo | ) |
Error routine that will replace jpeg's standard error_exit method.
Definition at line 32 of file ossimJpegCodec.cpp.
References ossimJpegErrorMgr::setjmp_buffer.
Referenced by ossimJpegCodec::decodeJpeg(), and ossimJpegCodec::getColorSpace().
OSSIM_DLL void ossimJpegMemorySrc | ( | jpeg_decompress_struct * | cinfo, |
const ossim_uint8 * | buffer, | ||
std::size_t | bufsize | ||
) |
Method which uses memory instead of a FILE* to read from.
Definition at line 148 of file ossimJpegMemSrc.cpp.
References fill_input_buffer(), init_source(), ossimJpegSourceMgr::pub, skip_input_data(), and term_source().
Referenced by ossimJpegCodec::decodeJpeg(), and ossimJpegCodec::getColorSpace().