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 380 unsigned Get32u(void * Long)
435 case FMT_ULONG: Value = Get32u(ValuePtr); break;
598 Components = Get32u(DirEntry+4);
615 OffsetVal = Get32u(DirEntry+8);
    [all...]
jhead.h 181 unsigned Get32u(void * Long);

Completed in 224 milliseconds