Home
last modified time | relevance | path

Searched refs:GpsAltRaw (Results 1 – 3 of 3) sorted by relevance

/external/jhead/
Dgpsinfo.c254 ImageInfo.GpsAltRaw.num = Get32u(ValuePtr); in ProcessGpsInfo()
255 ImageInfo.GpsAltRaw.denom = Get32u(4+(char *)ValuePtr); in ProcessGpsInfo()
Djhead.h142 rat_t GpsAltRaw; member
Dmain.c723 bufLen = addKeyValueRational(&buf, bufLen, "GPSAltitude", ImageInfo.GpsAltRaw); in getAttributes()