Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c482 Section_t ExifKeeper; in DiscardAllButExif() local
488 memset(&ExifKeeper, 0, sizeof(ExifKeeper)); in DiscardAllButExif()
494 if (Sections[a].Type == M_EXIF && ExifKeeper.Type == 0){ in DiscardAllButExif()
495 ExifKeeper = Sections[a]; in DiscardAllButExif()
507 if (ExifKeeper.Type){ in DiscardAllButExif()
509 Sections[SectionsRead++] = ExifKeeper; in DiscardAllButExif()