Home
last modified time | relevance | path

Searched refs:ttSRational (Results 1 – 9 of 9) sorted by relevance

/external/dng_sdk/source/
Ddng_shared.cpp164 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag()
206 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag()
268 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag()
303 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag()
338 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag()
373 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag()
844 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag()
1678 CheckTagType (parentCode, tagCode, tagType, ttSRational); in Parse_ifd0()
1713 CheckTagType (parentCode, tagCode, tagType, ttSRational); in Parse_ifd0()
1916 CheckTagType (parentCode, tagCode, tagType, ttSRational); in Parse_ifd0()
[all …]
Ddng_tag_types.cpp51 case ttSRational: in TagTypeSize()
Ddng_tag_types.h36 ttSRational, enumerator
Ddng_stream.cpp892 case ttSRational: in TagValue_urational()
988 case ttSRational: in TagValue_srational()
1075 case ttSRational: in TagValue_real64()
Ddng_image_writer.h416 : tag_data_ptr (code, ttSRational, 1, &fValue) in tag_srational()
436 : tag_data_ptr (code, ttSRational, count, data) in tag_data_ptr() argument
Ddng_parse_utils.cpp590 { ttSRational, "SRational" }, in LookupTagType()
2022 case ttSRational: in DumpTagValues()
2099 case ttSRational: in DumpTagValues()
Ddng_exif.cpp2011 CheckTagType (parentCode, tagCode, tagType, ttSRational); in Parse_ifd0_exif()
2113 CheckTagType (parentCode, tagCode, tagType, ttSRational); in Parse_ifd0_exif()
2138 CheckTagType (parentCode, tagCode, tagType, ttSRational); in Parse_ifd0_exif()
Ddng_ifd.cpp1628 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag()
1659 CheckTagType (parentCode, tagCode, tagType, ttSRational); in ParseTag()
Ddng_image_writer.cpp352 case ttSRational: in Put()