Home
last modified time | relevance | path

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

/external/jhead/
Dmain.c203 ExifElement_t* exifElementTable = NULL; in saveAttributes() local
223 exifElementTable = malloc(sizeof(ExifElement_t) * attrCnt); in saveAttributes()
224 if (exifElementTable == NULL) { in saveAttributes()
257 exifElementTable[i].GpsTag = TRUE; in saveAttributes()
258 exifElementTable[i].Tag = GpsTagNameToValue(tag); in saveAttributes()
261 exifElementTable[i].GpsTag = FALSE; in saveAttributes()
262 exifElementTable[i].Tag = TagNameToValue(tag); in saveAttributes()
267 if (IsDateTimeTag(exifElementTable[i].Tag)) { in saveAttributes()
280 exifElementTable[i].Value = malloc(valueLen + 1); in saveAttributes()
281 if (exifElementTable[i].Value == NULL) { in saveAttributes()
[all …]