OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIFF_WORD_SIZE
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/img_utils/include/img_utils/
TiffHelpers.h
31
((
TIFF_WORD_SIZE
- ((index) %
TIFF_WORD_SIZE
)) %
TIFF_WORD_SIZE
)
49
TIFF_WORD_SIZE
= 4, // Size in bytes
TiffEntryImpl.h
124
assert((offset %
TIFF_WORD_SIZE
) == 0);
184
assert((offset %
TIFF_WORD_SIZE
) == 0);
/frameworks/av/media/img_utils/src/
TiffIfd.cpp
102
assert((offset %
TIFF_WORD_SIZE
) == 0);
Completed in 72 milliseconds