Searched refs:TiffEntryImpl (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/img_utils/include/img_utils/ |
D | TiffEntryImpl.h | 36 class TiffEntryImpl : public TiffEntry { 38 TiffEntryImpl(uint16_t tag, TagType type, uint32_t count, Endianness end, const T* data); 39 virtual ~TiffEntryImpl(); 64 TiffEntryImpl<T>::TiffEntryImpl(uint16_t tag, TagType type, uint32_t count, Endianness end, in TiffEntryImpl() function 73 TiffEntryImpl<T>::~TiffEntryImpl() {} in ~TiffEntryImpl() 76 uint32_t TiffEntryImpl<T>::getCount() const { in getCount() 81 uint16_t TiffEntryImpl<T>::getTag() const { in getTag() 86 TagType TiffEntryImpl<T>::getType() const { in getType() 91 const void* TiffEntryImpl<T>::getDataHelper() const { in getDataHelper() 96 size_t TiffEntryImpl<T>::getSize() const { in getSize() [all …]
|
D | TiffWriter.h | 294 *outEntry = new TiffEntryImpl<T>(tag, fixedType, count, in buildEntry() 316 TiffEntryImpl<T>* entry = new TiffEntryImpl<T>(tag, type, count, end, data); in uncheckedBuildEntry()
|
/frameworks/av/media/img_utils/src/ |
D | Android.mk | 31 TiffEntryImpl.cpp \
|