Searched defs:gpsTagCount (Results 1 - 2 of 2) sorted by relevance

/external/jhead/
H A Dmain.c234 int gpsTagCount = 0; local
259 ++gpsTagCount;
323 create_EXIF(exifElementTable, exifTagCount, gpsTagCount, hasDateTimeTag);
H A Dexif.c1334 static void create_EXIF_internal(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag, char* Buffer) argument
1342 ALOGE("create_EXIF %d exif elements, %d gps elements", exifTagCount, gpsTagCount);
1356 if (gpsTagCount) {
1394 for (i = 0; i < exifTagCount + gpsTagCount; i++) {
1415 if (gpsTagCount) {
1429 if (gpsTagCount) {
1430 exifDirPtr += 2 + gpsTagCount*12 + 4;
1450 if (gpsTagCount) {
1453 NumEntries = gpsTagCount;
1460 for (i = 0; i < exifTagCount + gpsTagCount;
1551 create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag) argument
[all...]

Completed in 229 milliseconds