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

/external/jhead/
H A Dexif.c1309 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);
1331 if (gpsTagCount) {
1369 for (i = 0; i < exifTagCount + gpsTagCount; i++) {
1390 if (gpsTagCount) {
1404 if (gpsTagCount) {
1405 exifDirPtr += 2 + gpsTagCount*12 + 4;
1425 if (gpsTagCount) {
1428 NumEntries = gpsTagCount;
1435 for (i = 0; i < exifTagCount + gpsTagCount;
1526 create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag) argument
[all...]
H A Dmain.c234 int gpsTagCount = 0; local
259 ++gpsTagCount;
323 create_EXIF(exifElementTable, exifTagCount, gpsTagCount, hasDateTimeTag);
H A Djhead.h179 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag);

Completed in 147 milliseconds