#include "jinclude.h"
#include "jpeglib.h"
Go to the source code of this file.
Defines | |
#define | JPEG_INTERNALS |
Functions | |
jpeg_CreateDecompress (j_decompress_ptr cinfo, int version, size_t structsize) | |
jpeg_destroy_decompress (j_decompress_ptr cinfo) | |
jpeg_abort_decompress (j_decompress_ptr cinfo) | |
default_decompress_parms (j_decompress_ptr cinfo) | |
jpeg_read_header (j_decompress_ptr cinfo, boolean require_image) | |
jpeg_consume_input (j_decompress_ptr cinfo) | |
jpeg_input_complete (j_decompress_ptr cinfo) | |
jpeg_has_multiple_scans (j_decompress_ptr cinfo) | |
jpeg_finish_decompress (j_decompress_ptr cinfo) |
#define JPEG_INTERNALS |
Definition at line 20 of file jdapimin.c.
default_decompress_parms | ( | j_decompress_ptr | cinfo | ) |
Definition at line 115 of file jdapimin.c.
References FALSE, JCS_CMYK, JCS_GRAYSCALE, JCS_RGB, JCS_UNKNOWN, JCS_YCbCr, JCS_YCCK, JDCT_DEFAULT, JDITHER_FS, JTRC_UNKNOWN_IDS, NULL, TRACEMS3, TRUE, and WARNMS1.
Referenced by jpeg_consume_input().
jpeg_abort_decompress | ( | j_decompress_ptr | cinfo | ) |
jpeg_consume_input | ( | j_decompress_ptr | cinfo | ) |
Definition at line 288 of file jdapimin.c.
References default_decompress_parms(), DSTATE_BUFIMAGE, DSTATE_BUFPOST, DSTATE_INHEADER, DSTATE_PRELOAD, DSTATE_PRESCAN, DSTATE_RAW_OK, DSTATE_READY, DSTATE_SCANNING, DSTATE_START, DSTATE_STOPPING, ERREXIT1, JPEG_REACHED_SOS, and JPEG_SUSPENDED.
Referenced by jpeg_read_header().
jpeg_CreateDecompress | ( | j_decompress_ptr | cinfo, | |
int | version, | |||
size_t | structsize | |||
) |
Definition at line 31 of file jdapimin.c.
References DSTATE_START, ERREXIT2, for(), i, JERR_BAD_LIB_VERSION, jinit_input_controller(), jinit_marker_reader(), jinit_memory_mgr(), JPEG_LIB_VERSION, MEMZERO, NULL, NUM_HUFF_TBLS, NUM_QUANT_TBLS, SIZEOF, and TRUE.
jpeg_destroy_decompress | ( | j_decompress_ptr | cinfo | ) |
jpeg_finish_decompress | ( | j_decompress_ptr | cinfo | ) |
Definition at line 370 of file jdapimin.c.
References DSTATE_BUFIMAGE, DSTATE_RAW_OK, DSTATE_SCANNING, DSTATE_STOPPING, ERREXIT, ERREXIT1, FALSE, jpeg_abort(), JPEG_SUSPENDED, and TRUE.
Referenced by jpeg2ASImage().
jpeg_has_multiple_scans | ( | j_decompress_ptr | cinfo | ) |
jpeg_input_complete | ( | j_decompress_ptr | cinfo | ) |
jpeg_read_header | ( | j_decompress_ptr | cinfo, | |
boolean | require_image | |||
) |
Definition at line 242 of file jdapimin.c.
References DSTATE_INHEADER, DSTATE_START, ERREXIT, ERREXIT1, jpeg_abort(), jpeg_consume_input(), JPEG_HEADER_OK, JPEG_HEADER_TABLES_ONLY, JPEG_REACHED_EOI, JPEG_REACHED_SOS, and JPEG_SUSPENDED.
Referenced by jpeg2ASImage().