Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/include/img_utils/
DTiffHelpers.h125 inline uint32_t calculateIfdSize(size_t numberOfEntries) { in calculateIfdSize() argument
126 return IFD_HEADER_SIZE + IFD_FOOTER_SIZE + TIFF_ENTRY_SIZE * numberOfEntries; in calculateIfdSize()