Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/include/img_utils/
DTiffWriter.h53 enum SubIfdType { enum
199 virtual status_t addSubIfd(uint32_t parentIfd, uint32_t ifd, SubIfdType type = SUBIFD);
/frameworks/av/media/img_utils/src/
DTiffWriter.cpp240 status_t TiffWriter::addSubIfd(uint32_t parentIfd, uint32_t ifd, SubIfdType type) { in addSubIfd()