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

/external/jhead/
H A Dmain.c233 int hasDateTimeTag = FALSE; local
268 hasDateTimeTag = TRUE;
323 create_EXIF(exifElementTable, exifTagCount, gpsTagCount, hasDateTimeTag);
H A Djhead.h198 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag);
H A Dexif.c1334 static void create_EXIF_internal(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag, char* Buffer) argument
1359 if (!hasDateTimeTag) {
1370 if (!hasDateTimeTag) {
1551 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag) argument
1559 create_EXIF_internal(elements, exifTagCount, gpsTagCount, hasDateTimeTag, Buffer);

Completed in 184 milliseconds