Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/include/img_utils/
DTiffHelpers.h31 ((TIFF_WORD_SIZE - ((index) % TIFF_WORD_SIZE)) % TIFF_WORD_SIZE)
49 TIFF_WORD_SIZE = 4, // Size in bytes enumerator
DTiffEntryImpl.h124 assert((offset % TIFF_WORD_SIZE) == 0); in writeTagInfo()
184 assert((offset % TIFF_WORD_SIZE) == 0); in writeTagInfo()
/frameworks/av/media/img_utils/src/
DTiffIfd.cpp102 assert((offset % TIFF_WORD_SIZE) == 0); in writeData()