Searched refs:TiffEntryImpl (Results 1 - 3 of 3) sorted by relevance
/frameworks/av/media/img_utils/src/ |
H A D | TiffEntryImpl.cpp | 17 #include <img_utils/TiffEntryImpl.h>
|
/frameworks/av/media/img_utils/include/img_utils/ |
H A D | TiffEntryImpl.h | 36 class TiffEntryImpl : public TiffEntry { class in namespace:android::img_utils 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, function in class:android::img_utils::TiffEntryImpl 73 TiffEntryImpl<T>::~TiffEntryImpl() {} 76 uint32_t TiffEntryImpl<T>::getCount() const { 81 uint16_t TiffEntryImpl<T>::getTag() const { 86 TagType TiffEntryImpl< [all...] |
H A D | TiffWriter.h | 22 #include <img_utils/TiffEntryImpl.h> 294 *outEntry = new TiffEntryImpl<T>(tag, fixedType, count, 316 TiffEntryImpl<T>* entry = new TiffEntryImpl<T>(tag, type, count, end, data);
|
Completed in 95 milliseconds