OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Get16u
(Results
1 - 3
of
3
) sorted by null
/external/piex/src/binary_parse/
range_checked_byte_ptr.cc
299
const uint16 unsigned_value =
Get16u
(input, big_endian, status);
319
uint16
Get16u
(const RangeCheckedBytePtr &input, const bool big_endian,
/external/piex/src/
tiff_parser.cc
290
bool
Get16u
(StreamInterface* stream, const std::uint32_t offset,
438
if (!
Get16u
(stream, offset, endian, &segment)) {
447
return
Get16u
(stream, offset + 3, endian, height) &&
448
Get16u
(stream, offset + 5, endian, width);
451
if (!
Get16u
(stream, offset, endian, &length)) {
473
if (!
Get16u
(stream, ifd_offset, endian, &number_of_entries)) {
482
if (
Get16u
(stream, ifd_offset + 2 + i, endian, &tag) &&
483
Get16u
(stream, ifd_offset + 4 + i, endian, &type) &&
/external/jhead/
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
...]
Completed in 331 milliseconds