OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Get16u
(Results
1 - 4
of
4
) sorted by null
/external/jhead/
makernote.c
17
NumDirEntries =
Get16u
(DirStart);
44
Tag =
Get16u
(DirEntry);
45
Format =
Get16u
(DirEntry+2);
120
int IsoCode =
Get16u
(ValuePtr + 16*sizeof(unsigned short));
128
int WhiteBalance =
Get16u
(ValuePtr + 7*sizeof(unsigned short));
141
int temp_dist =
Get16u
(ValuePtr + 19*sizeof(unsigned short));
gpsinfo.c
130
NumDirEntries =
Get16u
(DirStart);
155
Tag =
Get16u
(DirEntry);
156
Format =
Get16u
(DirEntry+2);
exif.c
336
int
Get16u
(void * Short)
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);
[
all
...]
jhead.h
181
int
Get16u
(void * Short);
Completed in 92 milliseconds