OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpsDateStamp
(Results
1 - 3
of
3
) sorted by null
/external/jhead/
gpsinfo.c
52
{ 0x1D, "
GPSDateStamp
", FMT_STRING, 11},
268
strncpy(ImageInfo.
GpsDateStamp
, (char*)ValuePtr, sizeof(ImageInfo.
GpsDateStamp
));
jhead.h
145
char
GpsDateStamp
[11];
main.c
727
if (ImageInfo.
GpsDateStamp
[0]) {
728
bufLen = addKeyValueString(&buf, bufLen, "
GPSDateStamp
", ImageInfo.
GpsDateStamp
);
Completed in 44 milliseconds