Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c744 Section_t XmpKeeper; in DiscardAllButExif() local
750 memset(&XmpKeeper, 0, sizeof(IptcKeeper)); in DiscardAllButExif()
755 }else if (Sections[a].Type == M_XMP && XmpKeeper.Type == 0){ in DiscardAllButExif()
756 XmpKeeper = Sections[a]; in DiscardAllButExif()
779 if (XmpKeeper.Type){ in DiscardAllButExif()
781 Sections[SectionsRead++] = XmpKeeper; in DiscardAllButExif()