Home
last modified time | relevance | path

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

/external/jhead/
Dexif.c1167 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount) in create_EXIF() argument
1179 LOGE("create_EXIF %d exif elements, %d gps elements", exifTagCount, gpsTagCount); in create_EXIF()
1193 if (gpsTagCount) { in create_EXIF()
1226 for (i = 0; i < exifTagCount + gpsTagCount; i++) { in create_EXIF()
1247 if (gpsTagCount) { in create_EXIF()
1261 if (gpsTagCount) { in create_EXIF()
1262 exifDirPtr += 2 + gpsTagCount*12 + 4; in create_EXIF()
1282 if (gpsTagCount) { in create_EXIF()
1285 NumEntries = gpsTagCount; in create_EXIF()
1292 for (i = 0; i < exifTagCount + gpsTagCount; i++) { in create_EXIF()
Dmain.c232 int gpsTagCount = 0; in saveAttributes() local
257 ++gpsTagCount; in saveAttributes()
317 create_EXIF(exifElementTable, exifTagCount, gpsTagCount); in saveAttributes()
Djhead.h166 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount);