Home
last modified time | relevance | path

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

/external/jhead/
Djhead.h186 int Exif2tm(struct tm * timeptr, char * ExifTime);
Djhead.c570 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)){
Dexif.c1648 int Exif2tm(struct tm * timeptr, char * ExifTime) in Exif2tm() function