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

/external/jhead/
H A Dexif.c336 int Get16u(void * Short) function
396 case FMT_USHORT: printf("%d",Get16u(ValuePtr)); s=2; break;
399 case FMT_SSHORT: printf("%hd",(signed short)Get16u(ValuePtr)); s=2; break;
434 case FMT_USHORT: Value = Get16u(ValuePtr); break;
451 case FMT_SSHORT: Value = (signed short)Get16u(ValuePtr); break;
563 NumDirEntries = Get16u(DirStart);
596 Tag = Get16u(DirEntry);
597 Format = Get16u(DirEntry+2);
1121 if (Get16u(ExifSection+10) != 0x2a){
1625 NumDirEntries = Get16u(DirWithThumbnailPtr
[all...]

Completed in 52 milliseconds