Home
last modified time | relevance | path

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

/external/piex/src/
Dtiff_parser.cc261 const std::uint32_t max_number_ifds, const Endian endian, in ParseSubIfds() argument
269 for (std::uint32_t j = 0; j < length && j < max_number_ifds; ++j) { in ParseSubIfds()
648 const std::uint16_t max_number_ifds, in Parse() argument
662 if (!ParseIfd(tiff_offset_ + offset_to_ifd, desired_tags, max_number_ifds, in Parse()
699 const std::uint16_t max_number_ifds, in ParseIfd() argument
705 !ParseSubIfds(tiff_offset_, desired_tags, max_number_ifds, endian_, in ParseIfd()
711 if (next_ifd_offset != 0 && tiff_directory->size() < max_number_ifds) { in ParseIfd()
713 max_number_ifds, tiff_directory); in ParseIfd()
Dtiff_parser.h185 bool Parse(const TagSet& desired_tags, const std::uint16_t max_number_ifds,
194 const std::uint16_t max_number_ifds, IfdVector* tiff_directory);