Home
last modified time | relevance | path

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

/external/jhead/
Djhead.h150 } ExifElement_t; typedef
179 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount);
Dmain.c202 ExifElement_t* exifElementTable = NULL; in saveAttributes()
222 exifElementTable = malloc(sizeof(ExifElement_t) * attrCnt); in saveAttributes()
Dexif.c1171 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount) in create_EXIF()