Searched defs:exifTagCount (Results 1 - 2 of 2) sorted by relevance
/external/jhead/ |
H A D | main.c | 235 int exifTagCount = 0; local 263 ++exifTagCount; 323 create_EXIF(exifElementTable, exifTagCount, gpsTagCount, hasDateTimeTag);
|
H A D | exif.c | 1309 static void create_EXIF_internal(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag, char* Buffer) argument 1317 ALOGE("create_EXIF %d exif elements, %d gps elements", exifTagCount, gpsTagCount); 1330 NumEntries = 1 + exifTagCount; // the extra is the thumbnail 1367 if (exifTagCount > 0) { 1369 for (i = 0; i < exifTagCount + gpsTagCount; i++) { 1435 for (i = 0; i < exifTagCount + gpsTagCount; i++) { 1526 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag) argument 1534 create_EXIF_internal(elements, exifTagCount, gpsTagCount, hasDateTimeTag, Buffer);
|
Completed in 171 milliseconds