Classes | Defines | Typedefs | Functions

jdatasrc.c File Reference

#include "jinclude.h"
#include "jpeglib.h"
#include "jerror.h"
Include dependency graph for jdatasrc.c:

Classes

struct  my_source_mgr

Defines

#define INPUT_BUF_SIZE   4096

Typedefs

typedef my_source_mgrmy_src_ptr

Functions

 init_source (j_decompress_ptr cinfo)
 fill_input_buffer (j_decompress_ptr cinfo)
 skip_input_data (j_decompress_ptr cinfo, long num_bytes)
 term_source (j_decompress_ptr cinfo)
 jpeg_stdio_src (j_decompress_ptr cinfo, FILE *infile)

Define Documentation

#define INPUT_BUF_SIZE   4096

Typedef Documentation


Function Documentation

fill_input_buffer ( j_decompress_ptr  cinfo  ) 

Here is the caller graph for this function:

init_source ( j_decompress_ptr  cinfo  ) 

Here is the caller graph for this function:

jpeg_stdio_src ( j_decompress_ptr  cinfo,
FILE *  infile 
)

Here is the call graph for this function:

Here is the caller graph for this function:

skip_input_data ( j_decompress_ptr  cinfo,
long  num_bytes 
)

Here is the call graph for this function:

Here is the caller graph for this function:

term_source ( j_decompress_ptr  cinfo  ) 

Here is the caller graph for this function: