Home | History | Annotate | Download | only in jhead

Lines Matching refs:hasDateTimeTag

1309 static void create_EXIF_internal(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag, char* Buffer)
1334 if (!hasDateTimeTag) {
1345 if (!hasDateTimeTag) {
1526 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag)
1534 create_EXIF_internal(elements, exifTagCount, gpsTagCount, hasDateTimeTag, Buffer);