Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/src/
DTiffWriter.cpp241 status_t TiffWriter::addSubIfd(uint32_t parentIfd, uint32_t ifd, SubIfdType type) { in addSubIfd() argument
248 ssize_t parentIndex = mNamedIfds.indexOfKey(parentIfd); in addSubIfd()
250 ALOGE("%s: Parent IFD with ID 0x%x does not exist.", __FUNCTION__, parentIfd); in addSubIfd()
270 ALOGE("%s: Failed to build SubIfd entry in IFD 0x%x.", __FUNCTION__, parentIfd); in addSubIfd()
283 ALOGE("%s: Failed to build SubIfd entry in IFD 0x%x.", __FUNCTION__, parentIfd); in addSubIfd()
288 ALOGE("%s: Failed to build SubIfd entry in IFD 0x%x.", __FUNCTION__, parentIfd); in addSubIfd()
294 ALOGE("%s: Failed to build SubIfd entry in IFD 0x%x.", __FUNCTION__, parentIfd); in addSubIfd()
300 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);