Classes | Defines | Typedefs | Functions

jdmainct.c File Reference

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

Classes

struct  my_main_controller

Defines

#define JPEG_INTERNALS
#define CTX_PREPARE_FOR_IMCU   0
#define CTX_PROCESS_IMCU   1
#define CTX_POSTPONED_ROW   2

Typedefs

typedef my_main_controllermy_main_ptr

Functions

 METHODDEF (void)
 make_funny_pointers (j_decompress_ptr cinfo)
 set_wraparound_pointers (j_decompress_ptr cinfo)
 set_bottom_pointers (j_decompress_ptr cinfo)
 start_pass_main (j_decompress_ptr cinfo, J_BUF_MODE pass_mode)
 process_data_simple_main (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 process_data_context_main (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 process_data_crank_post (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 jinit_d_main_controller (j_decompress_ptr cinfo, boolean need_full_buffer)

Define Documentation

#define CTX_POSTPONED_ROW   2
#define CTX_PREPARE_FOR_IMCU   0
#define CTX_PROCESS_IMCU   1
#define JPEG_INTERNALS

Typedef Documentation


Function Documentation

jinit_d_main_controller ( j_decompress_ptr  cinfo,
boolean  need_full_buffer 
)

Here is the caller graph for this function:

make_funny_pointers ( j_decompress_ptr  cinfo  ) 

Here is the call graph for this function:

Here is the caller graph for this function:

METHODDEF ( void   ) 

Here is the call graph for this function:

process_data_context_main ( j_decompress_ptr  cinfo,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)

Here is the call graph for this function:

process_data_crank_post ( j_decompress_ptr  cinfo,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)
process_data_simple_main ( j_decompress_ptr  cinfo,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)

Here is the call graph for this function:

set_bottom_pointers ( j_decompress_ptr  cinfo  ) 

Here is the call graph for this function:

Here is the caller graph for this function:

set_wraparound_pointers ( j_decompress_ptr  cinfo  ) 

Here is the call graph for this function:

Here is the caller graph for this function:

start_pass_main ( j_decompress_ptr  cinfo,
J_BUF_MODE  pass_mode 
)

Here is the call graph for this function: