OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpsLatRaw
(Results
1 - 3
of
3
) sorted by null
/external/jhead/
gpsinfo.c
240
strncpy(ImageInfo.
GpsLatRaw
, TempString, MAX_BUF_SIZE);
jhead.h
136
char
GpsLatRaw
[MAX_BUF_SIZE];
main.c
706
if (ImageInfo.
GpsLatRaw
[0]) {
707
bufLen = addKeyValueString(&buf, bufLen, "GPSLatitude", ImageInfo.
GpsLatRaw
);
Completed in 40 milliseconds