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

  /external/dng_sdk/source/
dng_exif.cpp 755 uint32 tagCode,
767 tagCode,
785 tagCode,
804 tagCode,
822 tagCode,
840 tagCode,
863 uint32 tagCode,
869 switch (tagCode)
875 CheckTagType (parentCode, tagCode, tagType, ttAscii);
879 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...]
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...]
dng_ifd.cpp 263 uint32 tagCode,
273 switch (tagCode)
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)
    [all...]
dng_parse_utils.cpp 159 uint32 tagCode)
479 name = LookupName (tagCode,
489 name = LookupName (tagCode,
499 name = LookupName (tagCode,
509 name = LookupName (tagCode,
519 name = LookupName (tagCode,
535 sprintf (s, "CRW_%04X", (unsigned) tagCode);
541 char c1 = (char) ((tagCode >> 24) & 0xFF);
542 char c2 = (char) ((tagCode >> 16) & 0xFF);
543 char c3 = (char) ((tagCode >> 8) & 0xFF)
    [all...]
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.h 104 uint32 tagCode,
214 uint32 tagCode,
230 uint32 tagCode,
238 uint32 tagCode,
dng_exif.h 295 uint32 tagCode,
308 uint32 tagCode,
316 uint32 tagCode,
324 uint32 tagCode,
332 uint32 tagCode,
340 uint32 tagCode,
dng_info.h 104 uint32 tagCode,
dng_ifd.h 244 uint32 tagCode,

Completed in 702 milliseconds