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

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

Completed in 163 milliseconds