HomeSort by relevance Sort by last modified time
    Searched refs:Get32u (Results 1 - 4 of 4) sorted by null

  /external/jhead/
makernote.c 46 Components = Get32u(DirEntry+4);
63 OffsetVal = Get32u(DirEntry+8);
gpsinfo.c 157 Components = Get32u(DirEntry+4);
175 OffsetVal = Get32u(DirEntry+8);
254 ImageInfo.GpsAltRaw.num = Get32u(ValuePtr);
255 ImageInfo.GpsAltRaw.denom = Get32u(4+(char *)ValuePtr);
exif.c 375 unsigned Get32u(void * Long)
430 case FMT_ULONG: Value = Get32u(ValuePtr); break;
517 Components = Get32u(DirEntry+4);
534 OffsetVal = Get32u(DirEntry+8);
720 ImageInfo.FocalLength.num = Get32u(ValuePtr);
721 ImageInfo.FocalLength.denom = Get32u(4+(char *)ValuePtr);
    [all...]
jhead.h 176 unsigned Get32u(void * Long);

Completed in 34 milliseconds