HomeSort by relevance Sort by last modified time
    Searched refs:parentCode (Results 1 - 10 of 10) sorted by null

  /external/dng_sdk/source/
dng_ifd.cpp 262 uint32 parentCode,
279 CheckTagType (parentCode, tagCode, tagType, ttLong);
281 CheckTagCount (parentCode, tagCode, tagCount, 1);
308 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong);
310 CheckTagCount (parentCode, tagCode, tagCount, 1);
330 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong);
332 CheckTagCount (parentCode, tagCode, tagCount, 1);
352 CheckTagType (parentCode, tagCode, tagType, ttShort);
354 CheckTagCount (parentCode, tagCode, tagCount, 1, 0x0FFFF);
430 CheckTagType (parentCode, tagCode, tagType, ttShort)
    [all...]
dng_exif.cpp 753 uint32 parentCode,
761 if (parentCode == 0)
766 parentCode,
779 if (parentCode == 0 || isMainIFD)
784 parentCode,
797 if (parentCode == 0 ||
798 parentCode == tcExifIFD)
803 parentCode,
816 if (parentCode == tcGPSInfo)
821 parentCode,
    [all...]
dng_shared.cpp 101 uint32 parentCode,
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))
177 parentCode,
206 CheckTagType (parentCode, tagCode, tagType, ttSRational);
226 if (!CheckColorImage (parentCode, tagCode, fColorPlanes)
    [all...]
dng_parse_utils.h 34 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...]
dng_parse_utils.cpp 66 const char * LookupParentCode (uint32 parentCode)
117 const char *name = LookupName (parentCode,
129 if (parentCode >= tcFirstSubIFD &&
130 parentCode <= tcLastSubIFD)
133 sprintf (s, "SubIFD %u", (unsigned) (parentCode - tcFirstSubIFD + 1));
137 else if (parentCode >= tcFirstChainedIFD &&
138 parentCode <= tcLastChainedIFD)
141 sprintf (s, "Chained IFD %u", (unsigned) (parentCode - tcFirstChainedIFD + 1));
148 sprintf (s, "ParentIFD %u", (unsigned) parentCode);
158 const char * LookupTagCode (uint32 parentCode,
    [all...]
dng_info.cpp 100 uint32 parentCode,
108 bool isSubIFD = parentCode >= tcFirstSubIFD &&
109 parentCode <= tcLastSubIFD;
111 bool isMainIFD = (parentCode == 0 || isSubIFD) &&
122 if (fMagic == 85 && parentCode == 0 && (tagCode < tcNewSubFileType ||
126 parentCode = tcPanasonicRAW;
135 parentCode,
150 parentCode,
166 parentCode,
179 if (parentCode == tcLeicaMakerNote &
    [all...]
dng_info.h 103 uint32 parentCode,
121 uint32 parentCode);
130 uint32 parentCode);
dng_shared.h 103 uint32 parentCode,
212 uint32 parentCode,
229 uint32 parentCode,
237 uint32 parentCode,
dng_exif.h 293 uint32 parentCode,
307 uint32 parentCode,
315 uint32 parentCode,
323 uint32 parentCode,
331 uint32 parentCode,
339 uint32 parentCode,
dng_ifd.h 243 uint32 parentCode,
252 uint32 parentCode);
297 uint32 parentCode);

Completed in 237 milliseconds