Macros | |
#define | JPEG_INTERNALS |
#define JPEG_INTERNALS |
jpeg_finish_output | ( | j_decompress_ptr | cinfo | ) |
References DSTATE_BUFIMAGE, DSTATE_BUFPOST, DSTATE_RAW_OK, DSTATE_SCANNING, ERREXIT1, FALSE, JPEG_SUSPENDED, and TRUE.
jpeg_read_raw_data | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | data, | ||
JDIMENSION | max_lines | ||
) |
jpeg_read_scanlines | ( | j_decompress_ptr | cinfo, |
JSAMPARRAY | scanlines, | ||
JDIMENSION | max_lines | ||
) |
References cinfo, DSTATE_SCANNING, ERREXIT1, NULL, and WARNMS.
jpeg_start_output | ( | j_decompress_ptr | cinfo, |
int | scan_number | ||
) |
References DSTATE_BUFIMAGE, DSTATE_PRESCAN, ERREXIT1, output_pass_setup(), and scan_number.
LOCAL | ( | boolean | ) |
output_pass_setup | ( | j_decompress_ptr | cinfo | ) |
References cinfo, DSTATE_PRESCAN, DSTATE_RAW_OK, DSTATE_SCANNING, ERREXIT, FALSE, NULL, and TRUE.
Referenced by jpeg_start_output(), and LOCAL().