Searched refs:ttIFD (Results 1 – 8 of 8) sorted by relevance
/external/dng_sdk/source/ |
D | dng_tag_types.cpp | 44 case ttIFD: in TagTypeSize()
|
D | dng_tag_types.h | 39 ttIFD, enumerator
|
D | dng_stream.cpp | 809 case ttIFD: in TagValue_uint32() 921 case ttIFD: in TagValue_urational() 1054 case ttIFD: in TagValue_real64()
|
D | dng_shared.cpp | 1440 CheckTagType (parentCode, tagCode, tagType, ttLong, ttIFD); in Parse_ifd0() 1462 CheckTagType (parentCode, tagCode, tagType, ttLong, ttIFD); in Parse_ifd0() 1484 CheckTagType (parentCode, tagCode, tagType, ttLong, ttIFD); in Parse_ifd0() 1506 CheckTagType (parentCode, tagCode, tagType, ttLong, ttIFD); in Parse_ifd0() 2785 CheckTagType (parentCode, tagCode, tagType, ttLong, ttIFD); in Parse_ifd0_exif()
|
D | dng_parse_utils.cpp | 593 { ttIFD, "IFD" }, in LookupTagType() 2017 case ttIFD: in DumpTagValues() 2064 case ttIFD: in DumpTagValues()
|
D | dng_info.cpp | 776 tagType == ttIFD && in ParseMakerNoteIFD()
|
D | dng_ifd.cpp | 946 CheckTagType (parentCode, tagCode, tagType, ttLong, ttIFD); in ParseTag()
|
D | dng_image_writer.cpp | 353 case ttIFD: in Put()
|