HomeSort by relevance Sort by last modified time
    Searched defs:Get16u (Results 1 - 2 of 2) 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) &&

Completed in 510 milliseconds