Home
last modified time | relevance | path

Searched refs:getDataHelper (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/img_utils/include/img_utils/
DTiffEntry.h98 virtual const void* getDataHelper() const = 0;
120 const T* value = reinterpret_cast<const T*>(getDataHelper()); in getData()
DTiffEntryImpl.h52 const void* getDataHelper() const;
91 const void* TiffEntryImpl<T>::getDataHelper() const { in getDataHelper() function