#include <jpeglib.h>
Public Member Functions | |
| void (BURGER_API *init_source)(CJPegDecompress *cinfo) | |
| Word8 (BURGER_API *fill_input_buffer)(CJPegDecompress *cinfo) | |
| void (BURGER_API *skip_input_data)(CJPegDecompress *cinfo | |
| Word8 (BURGER_API *resync_to_restart)(CJPegDecompress *cinfo | |
| void (BURGER_API *term_source)(CJPegDecompress *cinfo) | |
Public Attributes | |
| const Word8 * | next_input_byte |
| long | bytes_in_buffer |
| long | num_bytes |
| int | desired |
| jpeg_source_mgr::void | ( | BURGER_API * | init_source | ) |
| jpeg_source_mgr::void | ( | BURGER_API * | term_source | ) |
| jpeg_source_mgr::void | ( | BURGER_API * | skip_input_data | ) |
| jpeg_source_mgr::Word8 | ( | BURGER_API * | resync_to_restart | ) |
| jpeg_source_mgr::Word8 | ( | BURGER_API * | fill_input_buffer | ) |
1.7.1