Home
last modified time | relevance | path

Searched refs:M_XMP (Results 1 – 3 of 3) sorted by relevance

/external/jhead/
Djpgfile.c260 Sections[SectionsRead-1].Type = M_XMP; // Change tag for internal purposes. in ReadJpegSections()
449 Sections[SectionsRead-1].Type = M_XMP; // Change tag for internal purposes. in ReadJpegSectionsFromBuffer()
751 }else if (Sections[a].Type == M_XMP && XmpKeeper.Type == 0){ in DiscardAllButExif()
968 case M_XMP: in RemoveUnknownSections()
Djhead.h280 #define M_XMP 0x10E1 // Not a real tag (same value in file as Exif!) macro
Djhead.c1117 if (RemoveSectionType(M_XMP)) Modified = TRUE;