Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c274 case M_IPTC: in ReadJpegSections()
463 case M_IPTC: in ReadJpegSectionsFromBuffer()
755 }else if (Sections[a].Type == M_IPTC && IptcKeeper.Type == 0){ in DiscardAllButExif()
973 case M_IPTC: in RemoveUnknownSections()
Djhead.h285 #define M_IPTC 0xED // IPTC marker macro
Djhead.c892 IptcSection = FindSection(M_IPTC);
1114 if (RemoveSectionType(M_IPTC)) Modified = TRUE;