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 | Functions
jcapimin.c File Reference
#include "jinclude.h"
#include "jpeglib.h"

Go to the source code of this file.

Macros

#define JPEG_INTERNALS
 

Functions

 jpeg_CreateCompress (j_compress_ptr cinfo, int version, size_t structsize)
 
 jpeg_destroy_compress (j_compress_ptr cinfo)
 
 jpeg_abort_compress (j_compress_ptr cinfo)
 
 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress)
 
 jpeg_finish_compress (j_compress_ptr cinfo)
 
 jpeg_write_marker (j_compress_ptr cinfo, int marker, const JOCTET *dataptr, unsigned int datalen)
 
 jpeg_write_m_header (j_compress_ptr cinfo, int marker, unsigned int datalen)
 
 jpeg_write_m_byte (j_compress_ptr cinfo, int val)
 
 jpeg_write_tables (j_compress_ptr cinfo)
 

Macro Definition Documentation

◆ JPEG_INTERNALS

#define JPEG_INTERNALS

Definition at line 19 of file jcapimin.c.

Function Documentation

◆ jpeg_abort_compress()

jpeg_abort_compress ( j_compress_ptr  cinfo)

Definition at line 100 of file jcapimin.c.

References GLOBAL, and jpeg_abort().

◆ jpeg_CreateCompress()

jpeg_CreateCompress ( j_compress_ptr  cinfo,
int  version,
size_t  structsize 
)

◆ jpeg_destroy_compress()

jpeg_destroy_compress ( j_compress_ptr  cinfo)

Definition at line 88 of file jcapimin.c.

References GLOBAL, and jpeg_destroy().

Referenced by vl::saveJPG(), and write_JPEG_file().

◆ jpeg_finish_compress()

jpeg_finish_compress ( j_compress_ptr  cinfo)

Definition at line 147 of file jcapimin.c.

References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_WRCOEFS, ERREXIT, ERREXIT1, GLOBAL, jpeg_abort(), long(), and NULL.

Referenced by vl::saveJPG(), and write_JPEG_file().

◆ jpeg_suppress_tables()

jpeg_suppress_tables ( j_compress_ptr  cinfo,
boolean  suppress 
)

◆ jpeg_write_m_byte()

jpeg_write_m_byte ( j_compress_ptr  cinfo,
int  val 
)

Definition at line 226 of file jcapimin.c.

References GLOBAL.

Referenced by jcopy_markers_execute().

◆ jpeg_write_m_header()

jpeg_write_m_header ( j_compress_ptr  cinfo,
int  marker,
unsigned int  datalen 
)

Definition at line 214 of file jcapimin.c.

References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_WRCOEFS, datalen, ERREXIT1, GLOBAL, and marker.

Referenced by jcopy_markers_execute().

◆ jpeg_write_marker()

jpeg_write_marker ( j_compress_ptr  cinfo,
int  marker,
const JOCTET dataptr,
unsigned int  datalen 
)

◆ jpeg_write_tables()

jpeg_write_tables ( j_compress_ptr  cinfo)

Definition at line 254 of file jcapimin.c.

References CSTATE_START, ERREXIT1, and jinit_marker_writer().