Home | History | Annotate | Download | only in coders

Lines Matching refs:JPEG_APP0

103 #define ICC_MARKER  (JPEG_APP0+2)
105 #define IPTC_MARKER (JPEG_APP0+13)
106 #define XML_MARKER (JPEG_APP0+1)
685 marker=jpeg_info->unread_marker-JPEG_APP0;
1105 jpeg_set_marker_processor(&jpeg_info,(int) (JPEG_APP0+i),ReadProfile);