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

/external/jhead/
H A Dmakernote.c46 Components = Get32u(DirEntry+4);
63 OffsetVal = Get32u(DirEntry+8);
H A Dgpsinfo.c157 Components = Get32u(DirEntry+4);
175 OffsetVal = Get32u(DirEntry+8);
254 ImageInfo.GpsAltRaw.num = Get32u(ValuePtr);
255 ImageInfo.GpsAltRaw.denom = Get32u(4+(char *)ValuePtr);
H A Dexif.c380 unsigned Get32u(void * Long) function
435 case FMT_ULONG: Value = Get32u(ValuePtr); break;
598 Components = Get32u(DirEntry+4);
615 OffsetVal = Get32u(DirEntry+8);
811 ImageInfo.FocalLength.num = Get32u(ValuePtr);
812 ImageInfo.FocalLength.denom = Get32u(4+(char *)ValuePtr);
950 SubdirStart = OffsetBase + Get32u(ValuePtr);
964 SubdirStart = OffsetBase + Get32u(ValuePtr);
999 Offset = Get32u(DirStart+2+12*NumDirEntries);
1101 FirstOffset = Get32u(ExifSectio
[all...]
H A Djhead.h182 unsigned Get32u(void * Long);

Completed in 56 milliseconds