Searched defs:jpeg_marker_struct (Results 1 – 3 of 3) sorted by relevance
207 struct jpeg_marker_struct { struct208 jpeg_saved_marker_ptr next; /* next in list, or NULL */209 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */210 unsigned int original_length; /* # bytes of data in the file */211 unsigned int data_length; /* # bytes of data saved at data[] */212 JOCTET *data; /* the data contained in the marker */
203 struct jpeg_marker_struct { struct204 jpeg_saved_marker_ptr next; /* next in list, or NULL */205 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */206 unsigned int original_length; /* # bytes of data in the file */207 unsigned int data_length; /* # bytes of data saved at data[] */208 JOCTET *data; /* the data contained in the marker */