Searched refs:exifTagCount (Results 1 – 3 of 3) sorted by relevance
1171 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount) in create_EXIF() argument1183 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()
233 int exifTagCount = 0; in saveAttributes() local261 ++exifTagCount; in saveAttributes()317 create_EXIF(exifElementTable, exifTagCount, gpsTagCount); in saveAttributes()
179 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount);