Searched refs:max_number_ifds (Results 1 – 2 of 2) sorted by relevance
/external/piex/src/ |
D | tiff_parser.cc | 264 const std::uint32_t max_number_ifds, const Endian endian, in ParseSubIfds() argument 272 for (std::uint32_t j = 0; j < length && j < max_number_ifds; ++j) { in ParseSubIfds() 669 const std::uint16_t max_number_ifds, in Parse() argument 683 if (!ParseIfd(tiff_offset_ + offset_to_ifd, desired_tags, max_number_ifds, in Parse() 720 const std::uint16_t max_number_ifds, in ParseIfd() argument 726 !ParseSubIfds(tiff_offset_, desired_tags, max_number_ifds, endian_, in ParseIfd() 732 if (next_ifd_offset != 0 && tiff_directory->size() < max_number_ifds) { in ParseIfd() 734 max_number_ifds, tiff_directory); in ParseIfd()
|
D | tiff_parser.h | 185 bool Parse(const TagSet& desired_tags, const std::uint16_t max_number_ifds, 194 const std::uint16_t max_number_ifds, IfdVector* tiff_directory);
|