Home
last modified time | relevance | path

Searched refs:getComparableValue (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/img_utils/src/
DOrderable.cpp26 return getComparableValue() op orderable.getComparableValue(); \
DTiffWriter.cpp39 return getComparableValue() op orderable.getComparableValue(); \
DTiffIfd.cpp167 uint32_t TiffIfd::getComparableValue() const { in getComparableValue() function in android::img_utils::TiffIfd
/frameworks/av/media/img_utils/include/img_utils/
DTiffEntry.h111 return getComparableValue() op entry.getComparableValue(); \
DOrderable.h42 virtual uint32_t getComparableValue() const = 0;
DTiffIfd.h153 virtual uint32_t getComparableValue() const;
DTiffEntryImpl.h49 uint32_t getComparableValue() const;
118 uint32_t TiffEntryImpl<T>::getComparableValue() const { in getComparableValue() function