HomeSort by relevance Sort by last modified time
    Searched refs:WORD_ALIGN (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/img_utils/include/img_utils/
TiffHelpers.h 33 #define WORD_ALIGN(count) \
TiffEntryImpl.h 98 WORD_ALIGN(total)
  /frameworks/av/media/img_utils/src/
TiffIfd.cpp 97 WORD_ALIGN(ifdSize);
156 WORD_ALIGN(total);
TiffWriter.cpp 81 WORD_ALIGN(totalSize);
  /external/libvorbis/lib/
block.c 84 #ifndef WORD_ALIGN
85 #define WORD_ALIGN 8
114 bytes=(bytes+(WORD_ALIGN-1)) & ~(WORD_ALIGN-1);

Completed in 86 milliseconds