Searched refs:create_EXIF (Results 1 – 4 of 4) sorted by relevance
/external/jhead/ |
D | jhead.h | 198 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag);
|
D | main.c | 323 create_EXIF(exifElementTable, exifTagCount, gpsTagCount, hasDateTimeTag); in saveAttributes()
|
D | jhead.c | 914 create_EXIF(NULL, 0, 0, 0);
|
D | exif.c | 1546 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag) in create_EXIF() function
|