
Go to the source code of this file.
| #define JPEG_INTERNALS |
Definition at line 11 of file jcmarker.c.
| typedef my_marker_writer* my_marker_ptr |
Definition at line 92 of file jcmarker.c.
| enum JPEG_MARKER |
Definition at line 16 of file jcmarker.c.
| emit_2bytes | ( | j_compress_ptr | cinfo, |
| int | value | ||
| ) |
Definition at line 131 of file jcmarker.c.
| emit_adobe_app14 | ( | j_compress_ptr | cinfo | ) |
Definition at line 384 of file jcmarker.c.
| emit_byte | ( | j_compress_ptr | cinfo, |
| int | val | ||
| ) |
Definition at line 108 of file jcmarker.c.
| emit_dac | ( | j_compress_ptr | cinfo | ) |
Definition at line 222 of file jcmarker.c.
| emit_dht | ( | j_compress_ptr | cinfo, |
| int | index, | ||
| boolean | is_ac | ||
| ) |
Definition at line 184 of file jcmarker.c.
| emit_dqt | ( | j_compress_ptr | cinfo, |
| int | index | ||
| ) |
Definition at line 144 of file jcmarker.c.
| emit_dri | ( | j_compress_ptr | cinfo | ) |
Definition at line 265 of file jcmarker.c.
| emit_jfif_app0 | ( | j_compress_ptr | cinfo | ) |
Definition at line 349 of file jcmarker.c.
| emit_marker | ( | j_compress_ptr | cinfo, |
| JPEG_MARKER | mark | ||
| ) |
Definition at line 122 of file jcmarker.c.
| emit_sof | ( | j_compress_ptr | cinfo, |
| JPEG_MARKER | code | ||
| ) |
Definition at line 277 of file jcmarker.c.
| emit_sos | ( | j_compress_ptr | cinfo | ) |
Definition at line 308 of file jcmarker.c.
| jinit_marker_writer | ( | j_compress_ptr | cinfo | ) |
Definition at line 645 of file jcmarker.c.
| write_file_header | ( | j_compress_ptr | cinfo | ) |
Definition at line 469 of file jcmarker.c.
| write_file_trailer | ( | j_compress_ptr | cinfo | ) |
Definition at line 602 of file jcmarker.c.
| write_frame_header | ( | j_compress_ptr | cinfo | ) |
Definition at line 494 of file jcmarker.c.
| write_marker_byte | ( | j_compress_ptr | cinfo, |
| int | val | ||
| ) |
Definition at line 450 of file jcmarker.c.
| write_marker_header | ( | j_compress_ptr | cinfo, |
| int | marker, | ||
| unsigned int | datalen | ||
| ) |
Definition at line 438 of file jcmarker.c.
| write_scan_header | ( | j_compress_ptr | cinfo | ) |
Definition at line 551 of file jcmarker.c.
| write_tables_only | ( | j_compress_ptr | cinfo | ) |
Definition at line 616 of file jcmarker.c.