Lines Matching full:marker
85 * (not the zigzag order in which they are stored in a JPEG DQT marker).
101 /* These two fields directly represent the contents of a JPEG DHT marker */
119 /* for decompression, they are read from the SOF marker. */
127 /* for decompression, they are read from the SOS marker. */
197 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
200 JOCTET FAR * data; /* the data contained in the marker */
201 /* the marker length word is not counted in data_length or original_length */
341 boolean write_JFIF_header; /* should a JFIF marker be written? */
345 /* into the JFIF APP0 marker. density_unit can be 0 for unknown, */
351 boolean write_Adobe_marker; /* should an Adobe marker be written? */
403 struct jpeg_marker_writer * marker;
424 JDIMENSION original_image_width; /* nominal image width (from SOF marker) */
426 JDIMENSION image_width; /* nominal image width (from SOF marker)
558 boolean saw_JFIF_marker; /* TRUE iff a JFIF APP0 marker was found */
559 /* Data copied from JFIF marker; only valid if saw_JFIF_marker is TRUE: */
565 boolean saw_Adobe_marker; /* TRUE iff an Adobe APP14 marker was found */
566 UINT8 Adobe_transform; /* Color transform code from Adobe marker */
618 /* This field is shared between entropy decoder and marker parser.
619 * It is either zero or the code of a JPEG marker that has been
632 struct jpeg_marker_reader * marker;
870 /* Routine signature for application-supplied marker processing methods.
871 * Need not pass marker code since it is stored in cinfo->unread_marker.
1012 /* Write a special marker. See libjpeg.doc concerning safe usage. */
1014 JPP((j_compress_ptr cinfo, int marker,
1018 JPP((j_compress_ptr cinfo, int marker, unsigned int datalen));
1114 /* Default restart-marker-resync procedure for use by data source modules */
1129 /* These marker codes are exported since applications and data source modules
1133 #define JPEG_RST0 0xD0 /* RST0 marker code */
1134 #define JPEG_EOI 0xD9 /* EOI marker code */
1135 #define JPEG_APP0 0xE0 /* APP0 marker code */
1136 #define JPEG_COM 0xFE /* COM marker code */