Home
last modified time | relevance | path

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

/external/jhead/
Dexif.c1334 static void create_EXIF_internal(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int ha… in create_EXIF_internal() argument
1342 ALOGE("create_EXIF %d exif elements, %d gps elements", exifTagCount, gpsTagCount); in create_EXIF_internal()
1355 NumEntries = 1 + exifTagCount; // the extra is the thumbnail in create_EXIF_internal()
1392 if (exifTagCount > 0) { in create_EXIF_internal()
1394 for (i = 0; i < exifTagCount + gpsTagCount; i++) { in create_EXIF_internal()
1460 for (i = 0; i < exifTagCount + gpsTagCount; i++) { in create_EXIF_internal()
1551 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag) in create_EXIF() argument
1559 create_EXIF_internal(elements, exifTagCount, gpsTagCount, hasDateTimeTag, Buffer); in create_EXIF()
Dmain.c235 int exifTagCount = 0; in saveAttributes() local
263 ++exifTagCount; in saveAttributes()
323 create_EXIF(exifElementTable, exifTagCount, gpsTagCount, hasDateTimeTag); in saveAttributes()
Djhead.h198 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag);