Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/src/
DTiffWriter.cpp240 status_t TiffWriter::addSubIfd(uint32_t parentIfd, uint32_t ifd, SubIfdType type) { in addSubIfd() argument
247 ssize_t parentIndex = mNamedIfds.indexOfKey(parentIfd); in addSubIfd()
249 ALOGE("%s: Parent IFD with ID 0x%x does not exist.", __FUNCTION__, parentIfd); in addSubIfd()
269 ALOGE("%s: Failed to build SubIfd entry in IFD 0x%x.", __FUNCTION__, parentIfd); in addSubIfd()
282 ALOGE("%s: Failed to build SubIfd entry in IFD 0x%x.", __FUNCTION__, parentIfd); in addSubIfd()
287 ALOGE("%s: Failed to build SubIfd entry in IFD 0x%x.", __FUNCTION__, parentIfd); in addSubIfd()
293 ALOGE("%s: Failed to build SubIfd entry in IFD 0x%x.", __FUNCTION__, parentIfd); in addSubIfd()
299 ALOGE("%s: Failed to add SubIfd entry in IFD 0x%x.", __FUNCTION__, parentIfd); in addSubIfd()
/frameworks/av/media/img_utils/include/img_utils/
DTiffWriter.h199 virtual status_t addSubIfd(uint32_t parentIfd, uint32_t ifd, SubIfdType type = SUBIFD);