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

/external/jhead/
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);
836 ImageInfo.FocalLength.num = Get32u(ValuePtr);
837 ImageInfo.FocalLength.denom = Get32u(4+(char *)ValuePtr);
975 SubdirStart = OffsetBase + Get32u(ValuePtr);
989 SubdirStart = OffsetBase + Get32u(ValuePtr);
1024 Offset = Get32u(DirStart+2+12*NumDirEntries);
1126 FirstOffset = Get32u(ExifSectio
[all...]

Completed in 890 milliseconds