Home
last modified time | relevance | path

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

/external/jhead/
Djhead.h198 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag);
Dmain.c323 create_EXIF(exifElementTable, exifTagCount, gpsTagCount, hasDateTimeTag); in saveAttributes()
Djhead.c914 create_EXIF(NULL, 0, 0, 0);
Dexif.c1546 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag) in create_EXIF() function