Home
last modified time | relevance | path

Searched refs:parentCode (Results 1 – 10 of 10) sorted by relevance

/external/dng_sdk/source/
Ddng_ifd.cpp262 uint32 parentCode, in ParseTag() argument
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()
430 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag()
[all …]
Ddng_shared.cpp101 uint32 parentCode, in ParseTag() argument
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()
177 parentCode, in ParseTag()
206 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag()
226 if (!CheckColorImage (parentCode, tagCode, fColorPlanes)) in ParseTag()
[all …]
Ddng_exif.cpp753 uint32 parentCode, in ParseTag() argument
761 if (parentCode == 0) in ParseTag()
766 parentCode, in ParseTag()
779 if (parentCode == 0 || isMainIFD) in ParseTag()
784 parentCode, in ParseTag()
797 if (parentCode == 0 || in ParseTag()
798 parentCode == tcExifIFD) in ParseTag()
803 parentCode, in ParseTag()
816 if (parentCode == tcGPSInfo) in ParseTag()
821 parentCode, in ParseTag()
[all …]
Ddng_parse_utils.cpp66 const char * LookupParentCode (uint32 parentCode) in LookupParentCode() argument
117 const char *name = LookupName (parentCode, in LookupParentCode()
129 if (parentCode >= tcFirstSubIFD && in LookupParentCode()
130 parentCode <= tcLastSubIFD) in LookupParentCode()
133 sprintf (s, "SubIFD %u", (unsigned) (parentCode - tcFirstSubIFD + 1)); in LookupParentCode()
137 else if (parentCode >= tcFirstChainedIFD && in LookupParentCode()
138 parentCode <= tcLastChainedIFD) in LookupParentCode()
141 sprintf (s, "Chained IFD %u", (unsigned) (parentCode - tcFirstChainedIFD + 1)); in LookupParentCode()
148 sprintf (s, "ParentIFD %u", (unsigned) parentCode); in LookupParentCode()
158 const char * LookupTagCode (uint32 parentCode, in LookupTagCode() argument
[all …]
Ddng_parse_utils.h34 const char * LookupParentCode (uint32 parentCode);
38 const char * LookupTagCode (uint32 parentCode,
124 uint32 parentCode,
152 bool CheckTagType (uint32 parentCode,
160 bool CheckTagCount (uint32 parentCode,
166 bool CheckColorImage (uint32 parentCode,
170 bool CheckMainIFD (uint32 parentCode,
174 bool CheckRawIFD (uint32 parentCode,
178 bool CheckCFA (uint32 parentCode,
185 uint32 parentCode,
[all …]
Ddng_info.cpp100 uint32 parentCode, in ParseTag() argument
108 bool isSubIFD = parentCode >= tcFirstSubIFD && in ParseTag()
109 parentCode <= tcLastSubIFD; in ParseTag()
111 bool isMainIFD = (parentCode == 0 || isSubIFD) && in ParseTag()
122 if (fMagic == 85 && parentCode == 0 && (tagCode < tcNewSubFileType || in ParseTag()
126 parentCode = tcPanasonicRAW; in ParseTag()
135 parentCode, in ParseTag()
150 parentCode, in ParseTag()
166 parentCode, in ParseTag()
179 if (parentCode == tcLeicaMakerNote && in ParseTag()
[all …]
Ddng_exif.h293 uint32 parentCode,
307 uint32 parentCode,
315 uint32 parentCode,
323 uint32 parentCode,
331 uint32 parentCode,
339 uint32 parentCode,
Ddng_shared.h103 uint32 parentCode,
212 uint32 parentCode,
229 uint32 parentCode,
237 uint32 parentCode,
Ddng_info.h103 uint32 parentCode,
121 uint32 parentCode);
130 uint32 parentCode);
Ddng_ifd.h243 uint32 parentCode,
252 uint32 parentCode);
297 uint32 parentCode);