Searched refs:TiffEntryImpl (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/img_utils/src/
H A DTiffEntryImpl.cpp17 #include <img_utils/TiffEntryImpl.h>
H A DAndroid.mk31 TiffEntryImpl.cpp \
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h36 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 DTiffWriter.h22 #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 100 milliseconds