Home
last modified time | relevance | path

Searched refs:offset_to_ifd (Results 1 – 2 of 2) sorted by relevance

/external/piex/src/
Dtiff_parser.cc644 std::uint32_t offset_to_ifd = 0; in Parse() local
647 &offset_to_ifd)) { in Parse()
651 if (!ParseIfd(tiff_offset_ + offset_to_ifd, desired_tags, max_number_ifds, in Parse()
686 bool TiffParser::ParseIfd(const std::uint32_t offset_to_ifd, in ParseIfd() argument
692 if (!ParseDirectory(tiff_offset_, offset_to_ifd, endian_, desired_tags, in ParseIfd()
Dpiex.cc140 std::uint32_t offset_to_ifd; in GetExifIfd() local
141 if (!Get32u(stream, sizeof(offset_to_ifd), endian, &offset_to_ifd)) { in GetExifIfd()
147 if (!ParseDirectory(kTiffOffset, offset_to_ifd, endian, {kTiffTagExifIfd}, in GetExifIfd()