Searched refs:numberOfEntries (Results 1 – 1 of 1) sorted by relevance
125 inline uint32_t calculateIfdSize(size_t numberOfEntries) { in calculateIfdSize() argument126 return IFD_HEADER_SIZE + IFD_FOOTER_SIZE + TIFF_ENTRY_SIZE * numberOfEntries; in calculateIfdSize()