/external/dng_sdk/source/ |
D | dng_shared.cpp | 102 uint32 tagCode, in ParseTag() argument 108 switch (tagCode) in ParseTag() 114 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 116 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 139 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 141 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 164 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag() 173 if (!CheckColorImage (parentCode, tagCode, fColorPlanes)) in ParseTag() 178 tagCode, in ParseTag() 206 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag() [all …]
|
D | dng_exif.cpp | 755 uint32 tagCode, in ParseTag() argument 767 tagCode, in ParseTag() 785 tagCode, in ParseTag() 804 tagCode, in ParseTag() 822 tagCode, in ParseTag() 840 tagCode, in ParseTag() 863 uint32 tagCode, in Parse_ifd0() argument 869 switch (tagCode) in Parse_ifd0() 875 CheckTagType (parentCode, tagCode, tagType, ttAscii); in Parse_ifd0() 879 tagCode, in Parse_ifd0() [all …]
|
D | dng_ifd.cpp | 263 uint32 tagCode, in ParseTag() argument 273 switch (tagCode) in ParseTag() 279 CheckTagType (parentCode, tagCode, tagType, ttLong); in ParseTag() 281 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 308 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 310 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 330 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 332 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 352 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 354 CheckTagCount (parentCode, tagCode, tagCount, 1, 0x0FFFF); in ParseTag() [all …]
|
D | dng_parse_utils.h | 39 uint32 tagCode); 125 uint32 tagCode, 153 uint32 tagCode, 161 uint32 tagCode, 167 uint32 tagCode, 171 uint32 tagCode, 175 uint32 tagCode, 179 uint32 tagCode, 186 uint32 tagCode, 193 uint32 tagCode, [all …]
|
D | dng_parse_utils.cpp | 159 uint32 tagCode) in LookupTagCode() argument 479 name = LookupName (tagCode, in LookupTagCode() 489 name = LookupName (tagCode, in LookupTagCode() 499 name = LookupName (tagCode, in LookupTagCode() 509 name = LookupName (tagCode, in LookupTagCode() 519 name = LookupName (tagCode, in LookupTagCode() 535 sprintf (s, "CRW_%04X", (unsigned) tagCode); in LookupTagCode() 541 char c1 = (char) ((tagCode >> 24) & 0xFF); in LookupTagCode() 542 char c2 = (char) ((tagCode >> 16) & 0xFF); in LookupTagCode() 543 char c3 = (char) ((tagCode >> 8) & 0xFF); in LookupTagCode() [all …]
|
D | dng_info.cpp | 101 uint32 tagCode, in ParseTag() argument 122 if (fMagic == 85 && parentCode == 0 && (tagCode < tcNewSubFileType || in ParseTag() 123 (tagCode >= 280 && tagCode <= 283))) in ParseTag() 136 tagCode, in ParseTag() 152 tagCode, in ParseTag() 168 tagCode, in ParseTag() 207 switch (tagCode) in ParseTag() 264 tagCode == 0x2001 && in ParseTag() 307 tagCode, in ParseTag() 323 tagCode, in ParseTag() [all …]
|
D | dng_exif.h | 295 uint32 tagCode, 308 uint32 tagCode, 316 uint32 tagCode, 324 uint32 tagCode, 332 uint32 tagCode, 340 uint32 tagCode,
|
D | dng_shared.h | 104 uint32 tagCode, 214 uint32 tagCode, 230 uint32 tagCode, 238 uint32 tagCode,
|
D | dng_info.h | 104 uint32 tagCode,
|
D | dng_ifd.h | 244 uint32 tagCode,
|