Searched refs:exifTagCount (Results 1 – 3 of 3) sorted by relevance
/external/jhead/ |
D | exif.c | 1329 static void create_EXIF_internal(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int ha… in create_EXIF_internal() argument 1337 ALOGE("create_EXIF %d exif elements, %d gps elements", exifTagCount, gpsTagCount); in create_EXIF_internal() 1350 NumEntries = 1 + exifTagCount; // the extra is the thumbnail in create_EXIF_internal() 1387 if (exifTagCount > 0) { in create_EXIF_internal() 1389 for (i = 0; i < exifTagCount + gpsTagCount; i++) { in create_EXIF_internal() 1455 for (i = 0; i < exifTagCount + gpsTagCount; i++) { in create_EXIF_internal() 1546 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag) in create_EXIF() argument 1554 create_EXIF_internal(elements, exifTagCount, gpsTagCount, hasDateTimeTag, Buffer); in create_EXIF()
|
D | main.c | 235 int exifTagCount = 0; in saveAttributes() local 263 ++exifTagCount; in saveAttributes() 323 create_EXIF(exifElementTable, exifTagCount, gpsTagCount, hasDateTimeTag); in saveAttributes()
|
D | jhead.h | 198 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag);
|