Searched refs:gpsTagCount (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);
1352 if (gpsTagCount) {
1390 for (i = 0; i < exifTagCount + gpsTagCount; i++) {
1411 if (gpsTagCount) {
1425 if (gpsTagCount) {
1426 exifDirPtr += 2 + gpsTagCount*12 + 4;
1446 if (gpsTagCount) {
1449 NumEntries = gpsTagCount;
1456 for (i = 0; i < exifTagCount + gpsTagCount;
1547 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.h198 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag);

Completed in 79 milliseconds