Searched defs:jpeg_marker_struct (Results 1 – 4 of 4) sorted by relevance
195 struct jpeg_marker_struct { struct196 jpeg_saved_marker_ptr next; /* next in list, or NULL */197 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */198 unsigned int original_length; /* # bytes of data in the file */199 unsigned int data_length; /* # bytes of data saved at data[] */200 JOCTET FAR * data; /* the data contained in the marker */
262 struct jpeg_marker_struct { struct263 jpeg_saved_marker_ptr next; /* next in list, or NULL */264 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */265 unsigned int original_length; /* # bytes of data in the file */266 unsigned int data_length; /* # bytes of data saved at data[] */267 JOCTET * data; /* the data contained in the marker */