Public Member Functions | Public Attributes

jpeg_source_mgr Struct Reference

#include <jpeglib.h>

List of all members.

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 Word8next_input_byte
long bytes_in_buffer
long num_bytes
int desired

Member Function Documentation

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  ) 

Member Data Documentation