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

/external/jhead/
H A Djpgfile.c737 Section_t ExifKeeper; local
743 memset(&ExifKeeper, 0, sizeof(ExifKeeper));
749 if (Sections[a].Type == M_EXIF && ExifKeeper.Type == 0){
750 ExifKeeper = Sections[a];
762 if (ExifKeeper.Type){
764 Sections[SectionsRead++] = ExifKeeper;

Completed in 119 milliseconds