Home
last modified time | relevance | path

Searched refs:tcFirstChainedIFD (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_tag_codes.h351 tcFirstChainedIFD = 0x20000, enumerator
Ddng_parse_utils.cpp137 else if (parentCode >= tcFirstChainedIFD && in LookupParentCode()
141 sprintf (s, "Chained IFD %u", (unsigned) (parentCode - tcFirstChainedIFD + 1)); in LookupParentCode()
476 (parentCode >= tcFirstChainedIFD && parentCode <= tcLastChainedIFD)) in LookupTagCode()
Ddng_info.cpp628 (parentCode < tcFirstChainedIFD || in ParseIFD()
2054 tcFirstChainedIFD + fChainedIFDCount); in Parse()