Go to the source code of this file.
Macros | |
#define | JPEG_INTERNALS |
Functions | |
LOCAL (boolean) output_pass_setup JPP((j_decompress_ptr cinfo)) | |
jpeg_start_decompress (j_decompress_ptr cinfo) | |
output_pass_setup (j_decompress_ptr cinfo) | |
jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines, JDIMENSION max_lines) | |
jpeg_read_raw_data (j_decompress_ptr cinfo, JSAMPIMAGE data, JDIMENSION max_lines) | |
jpeg_start_output (j_decompress_ptr cinfo, int scan_number) | |
jpeg_finish_output (j_decompress_ptr cinfo) | |
#define JPEG_INTERNALS |
Definition at line 10 of file jdapistd.cpp.
jpeg_finish_output | ( | j_decompress_ptr | cinfo | ) |
Definition at line 246 of file jdapistd.cpp.
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 | ||
) |
Definition at line 178 of file jdapistd.cpp.
References DSTATE_RAW_OK, ERREXIT, ERREXIT1, max_lines, and WARNMS.
jpeg_read_scanlines | ( | j_decompress_ptr | cinfo, |
JSAMPARRAY | scanlines, | ||
JDIMENSION | max_lines | ||
) |
Definition at line 145 of file jdapistd.cpp.
References DSTATE_SCANNING, ERREXIT1, max_lines, scanlines, and WARNMS.
Referenced by mrpt::utils::CImage::loadFromStreamAsJPEG().
jpeg_start_decompress | ( | j_decompress_ptr | cinfo | ) |
Definition at line 31 of file jdapistd.cpp.
References DSTATE_BUFIMAGE, DSTATE_PRELOAD, DSTATE_PRESCAN, DSTATE_READY, ERREXIT, ERREXIT1, FALSE, jinit_master_decompress(), JPEG_REACHED_EOI, JPEG_REACHED_SOS, JPEG_ROW_COMPLETED, JPEG_SUSPENDED, output_pass_setup(), and TRUE.
Referenced by mrpt::utils::CImage::loadFromStreamAsJPEG().
jpeg_start_output | ( | j_decompress_ptr | cinfo, |
int | scan_number | ||
) |
Definition at line 221 of file jdapistd.cpp.
References DSTATE_BUFIMAGE, DSTATE_PRESCAN, ERREXIT1, output_pass_setup(), and scan_number.
LOCAL | ( | boolean | ) |
output_pass_setup | ( | j_decompress_ptr | cinfo | ) |
Definition at line 88 of file jdapistd.cpp.
References DSTATE_PRESCAN, DSTATE_RAW_OK, DSTATE_SCANNING, ERREXIT, FALSE, and TRUE.
Referenced by jpeg_start_decompress(), and jpeg_start_output().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |