Home
last modified time | relevance | path

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

/external/jhead/
Dgpsinfo.c157 Components = Get32u(DirEntry+4); in ProcessGpsInfo()
175 OffsetVal = Get32u(DirEntry+8); in ProcessGpsInfo()
254 ImageInfo.GpsAltRaw.num = Get32u(ValuePtr); in ProcessGpsInfo()
255 ImageInfo.GpsAltRaw.denom = Get32u(4+(char *)ValuePtr); in ProcessGpsInfo()
Dmakernote.c46 Components = Get32u(DirEntry+4); in ProcessCanonMakerNoteDir()
63 OffsetVal = Get32u(DirEntry+8); in ProcessCanonMakerNoteDir()
Dexif.c380 unsigned Get32u(void * Long) in Get32u() function
435 case FMT_ULONG: Value = Get32u(ValuePtr); break; in ConvertAnyFormat()
598 Components = Get32u(DirEntry+4); in ProcessExifDir()
615 OffsetVal = Get32u(DirEntry+8); in ProcessExifDir()
836 ImageInfo.FocalLength.num = Get32u(ValuePtr); in ProcessExifDir()
837 ImageInfo.FocalLength.denom = Get32u(4+(char *)ValuePtr); in ProcessExifDir()
971 SubdirStart = OffsetBase + Get32u(ValuePtr); in ProcessExifDir()
985 SubdirStart = OffsetBase + Get32u(ValuePtr); in ProcessExifDir()
1020 Offset = Get32u(DirStart+2+12*NumDirEntries); in ProcessExifDir()
1122 FirstOffset = Get32u(ExifSection+12); in process_EXIF()
Djhead.h195 unsigned Get32u(void * Long);