Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/include/img_utils/
DTiffHelpers.h36 #define ZERO_TILL_WORD(output, index, ret) \ macro
DTiffEntryImpl.h144 ZERO_TILL_WORD(out, dataSize, ret); in writeTagInfo()
177 ZERO_TILL_WORD(out, sizeof(T) * count, ret); in writeData()
/frameworks/av/media/img_utils/src/
DTiffIfd.cpp130 ZERO_TILL_WORD(out, calculateIfdSize(size), ret); in writeData()
DTiffWriter.cpp117 ZERO_TILL_WORD(&endOut, sizeToWrite, ret); in write()