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

/external/jhead/
H A Dexif.c1330 static void create_EXIF_internal(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag, char* Buffer) argument
1338 ALOGE("create_EXIF %d exif elements, %d gps elements", exifTagCount, gpsTagCount);
1351 NumEntries = 1 + exifTagCount; // the extra is the thumbnail
1388 if (exifTagCount > 0) {
1390 for (i = 0; i < exifTagCount + gpsTagCount; i++) {
1456 for (i = 0; i < exifTagCount + gpsTagCount; i++) {
1547 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag) argument
1555 create_EXIF_internal(elements, exifTagCount, gpsTagCount, hasDateTimeTag, Buffer);
H A Dmain.c235 int exifTagCount = 0; local
263 ++exifTagCount;
323 create_EXIF(exifElementTable, exifTagCount, gpsTagCount, hasDateTimeTag);
H A Djhead.h198 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag);

Completed in 29 milliseconds