Home
last modified time | relevance | path

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

/external/jhead/
Dexif.c1330 …ernal(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag, char* Buffer) in create_EXIF_internal() argument
1355 if (!hasDateTimeTag) { in create_EXIF_internal()
1366 if (!hasDateTimeTag) { in create_EXIF_internal()
1547 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag) in create_EXIF() argument
1555 create_EXIF_internal(elements, exifTagCount, gpsTagCount, hasDateTimeTag, Buffer); in create_EXIF()
Dmain.c233 int hasDateTimeTag = FALSE; in saveAttributes() local
268 hasDateTimeTag = TRUE; in saveAttributes()
323 create_EXIF(exifElementTable, exifTagCount, gpsTagCount, hasDateTimeTag); in saveAttributes()
Djhead.h198 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag);