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

/external/jhead/
H A Dgpsinfo.c22 static TagTable_t GpsTags[]= { variable
56 #define MAX_GPS_TAG (sizeof(GpsTags) / sizeof(TagTable_t))
75 if (GpsTags[i].Tag == tag) {
77 int format = GpsTags[i].Format;
79 printf("tag %s format not defined", GpsTags[i].Desc);
82 return &GpsTags[i];
93 if (GpsTags[i].Tag == tag) {
95 int format = GpsTags[i].Format;
97 printf("tag %s format not defined", GpsTags[i].Desc);
111 if (strcmp(GpsTags[
[all...]

Completed in 133 milliseconds