OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpsTags
(Results
1 - 2
of
2
) sorted by null
/external/jhead/
gpsinfo.c
22
static TagTable_t
GpsTags
[]= {
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
[i].Desc, tagName) == 0)
[
all
...]
/external/piex/src/
tiff_parser.h
34
enum
GpsTags
{
Completed in 4486 milliseconds