Searched refs:writeHelper (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/img_utils/src/
H A DEndianUtils.cpp62 return writeHelper<_type_>(buf, offset, count); \
74 return writeHelper<uint32_t>(reinterpret_cast<const uint32_t*>(buf), offset, count);
79 return writeHelper<uint64_t>(reinterpret_cast<const uint64_t*>(buf), offset, count);
/frameworks/av/media/img_utils/include/img_utils/
H A DEndianUtils.h124 inline status_t writeHelper(const T* buf, size_t offset, size_t count);
132 inline status_t EndianOutput::writeHelper(const T* buf, size_t offset, size_t count) { function in class:android::img_utils::EndianOutput

Completed in 96 milliseconds