Defines | Functions

jcapimin.c File Reference

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

Defines

#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)

Define Documentation

#define JPEG_INTERNALS

Function Documentation

jpeg_abort_compress ( j_compress_ptr  cinfo  ) 

Here is the call graph for this function:

jpeg_CreateCompress ( j_compress_ptr  cinfo,
int  version,
size_t  structsize 
)

Here is the call graph for this function:

jpeg_destroy_compress ( j_compress_ptr  cinfo  ) 

Here is the call graph for this function:

Here is the caller graph for this function:

jpeg_finish_compress ( j_compress_ptr  cinfo  ) 

Here is the call graph for this function:

Here is the caller graph for this function:

jpeg_suppress_tables ( j_compress_ptr  cinfo,
boolean  suppress 
)

Here is the caller graph for this function:

jpeg_write_m_byte ( j_compress_ptr  cinfo,
int  val 
)

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

jpeg_write_tables ( j_compress_ptr  cinfo  ) 

Here is the call graph for this function: