Searched refs:M_COM (Results 1 – 11 of 11) 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()1373 if (marker_code == (int) M_COM) { in jpeg_save_markers()1396 if (marker_code == (int) M_COM) in jpeg_set_marker_processor()
76 M_COM = 0xfe, enumerator
235 case M_COM: // Comment section in ReadJpegSections()424 case M_COM: // Comment section in ReadJpegSectionsFromBuffer()753 }else if (Sections[a].Type == M_COM && CommentKeeper.Type == 0){ in DiscardAllButExif()969 case M_COM: in RemoveUnknownSections()
281 #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;