HomeSort by relevance Sort by last modified time
    Searched defs:tagCode (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_info.cpp 101 uint32 tagCode,
122 if (fMagic == 85 && parentCode == 0 && (tagCode < tcNewSubFileType ||
123 (tagCode >= 280 && tagCode <= 283)))
136 tagCode,
152 tagCode,
168 tagCode,
207 switch (tagCode)
264 tagCode == 0x2001 &&
307 tagCode,
    [all...]
dng_shared.cpp 102 uint32 tagCode,
108 switch (tagCode)
114 CheckTagType (parentCode, tagCode, tagType, ttShort);
116 CheckTagCount (parentCode, tagCode, tagCount, 1);
139 CheckTagType (parentCode, tagCode, tagType, ttShort);
141 CheckTagCount (parentCode, tagCode, tagCount, 1);
164 CheckTagType (parentCode, tagCode, tagType, ttSRational);
173 if (!CheckColorImage (parentCode, tagCode, fColorPlanes))
178 tagCode,
206 CheckTagType (parentCode, tagCode, tagType, ttSRational)
    [all...]

Completed in 52 milliseconds