Home
last modified time | relevance | path

Searched defs:jpeg_marker_struct (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Djpeglib.h209 struct jpeg_marker_struct { struct
210 jpeg_saved_marker_ptr next; /* next in list, or NULL */
211 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
212 unsigned int original_length; /* # bytes of data in the file */
213 unsigned int data_length; /* # bytes of data saved at data[] */
214 JOCTET *data; /* the data contained in the marker */