Home
last modified time | relevance | path

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

/external/jhead/
Dexif.c1171 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount) in create_EXIF() argument
1183 LOGE("create_EXIF %d exif elements, %d gps elements", exifTagCount, gpsTagCount); in create_EXIF()
1196 NumEntries = 2 + exifTagCount; // the two extra are the datetime and the thumbnail in create_EXIF()
1228 if (exifTagCount > 0) { in create_EXIF()
1230 for (i = 0; i < exifTagCount + gpsTagCount; i++) { in create_EXIF()
1296 for (i = 0; i < exifTagCount + gpsTagCount; i++) { in create_EXIF()
Dmain.c233 int exifTagCount = 0; in saveAttributes() local
261 ++exifTagCount; in saveAttributes()
317 create_EXIF(exifElementTable, exifTagCount, gpsTagCount); in saveAttributes()
Djhead.h179 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount);