Searched refs:gpsTagCount (Results 1 – 3 of 3) sorted by relevance
1167 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount) in create_EXIF() argument1179 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()
232 int gpsTagCount = 0; in saveAttributes() local257 ++gpsTagCount; in saveAttributes()317 create_EXIF(exifElementTable, exifTagCount, gpsTagCount); in saveAttributes()
166 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount);