Searched refs:M_COM (Results 1 – 7 of 7) sorted by relevance
173 #define M_COM 0xFE /* COMment */ macro327 case M_COM: /* Existing COM: conditionally discard */ in scan_JPEG_header()567 write_marker(M_COM); in main()
124 #define M_COM 0xFE /* COMment */ macro364 case M_COM: in scan_JPEG_header()
80 M_COM = 0xfe, enumerator756 if (cinfo->unread_marker == (int) M_COM) in save_marker()1072 case M_COM: in read_markers()1368 if (marker_code == (int) M_COM) { in jpeg_save_markers()1391 if (marker_code == (int) M_COM) in jpeg_set_marker_processor()
76 M_COM = 0xfe, enumerator
233 case M_COM: // Comment section in ReadJpegSections()498 }else if (Sections[a].Type == M_COM && CommentKeeper.Type == 0){ in DiscardAllButExif()650 case M_COM: in RemoveUnknownSections()
271 #define M_COM 0xFE // COMment macro
949 CommentSec = FindSection(M_COM);958 CommentSec = CreateSection(M_COM, DummyData, 2);1030 CommentSec = FindSection(M_COM);1108 if (RemoveSectionType(M_COM)) Modified = TRUE;