Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Typedefs | Functions
jcmainct.c File Reference
#include "jinclude.h"
#include "jpeglib.h"

Go to the source code of this file.

Macros

#define JPEG_INTERNALS
 

Typedefs

typedef my_main_controller * my_main_ptr
 

Functions

 METHODDEF (void)
 
 process_data_simple_main (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail)
 
 jinit_c_main_controller (j_compress_ptr cinfo, boolean need_full_buffer)
 

Macro Definition Documentation

◆ JPEG_INTERNALS

#define JPEG_INTERNALS

Definition at line 13 of file jcmainct.c.

Typedef Documentation

◆ my_main_ptr

typedef my_main_controller* my_main_ptr

Definition at line 50 of file jcmainct.c.

Function Documentation

◆ jinit_c_main_controller()

jinit_c_main_controller ( j_compress_ptr  cinfo,
boolean  need_full_buffer 
)

◆ METHODDEF()

METHODDEF ( void  )

Definition at line 54 of file jcmainct.c.

Referenced by process_data_simple_main().

◆ process_data_simple_main()

process_data_simple_main ( j_compress_ptr  cinfo,
JSAMPARRAY  input_buf,
JDIMENSION in_row_ctr,
JDIMENSION  in_rows_avail 
)