Home
last modified time | relevance | path

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

/external/jhead/
Djhead.h179 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount);
Dmain.c317 create_EXIF(exifElementTable, exifTagCount, gpsTagCount); in saveAttributes()
Djhead.c914 create_EXIF(NULL, 0, 0);
Dexif.c1171 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount) in create_EXIF() function