Searched refs:Exif2tm (Results 1 – 3 of 3) sorted by relevance
172 int Exif2tm(struct tm * timeptr, char * ExifTime);
570 if (!Exif2tm(&tm, ImageInfo.DateTime)){1076 if (!Exif2tm(&tm, ImageInfo.DateTime)) goto badtime;1170 if (!Exif2tm(&tm, ImageInfo.DateTime)) goto badtime;1586 if (!Exif2tm(&tm, arg+3)){
1628 int Exif2tm(struct tm * timeptr, char * ExifTime) in Exif2tm() function