Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_exif.cpp1168 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0()
1269 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0_main()
1294 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0_main()
1398 CheckTagType (parentCode, tagCode, tagType, ttRational, ttAscii); in Parse_ifd0_exif()
1454 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0_exif()
1491 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0_exif()
1986 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0_exif()
2065 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0_exif()
2163 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0_exif()
2189 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0_exif()
[all …]
Ddng_ifd.cpp692 CheckTagType (parentCode, tagCode, tagType, ttRational); in ParseTag()
714 CheckTagType (parentCode, tagCode, tagType, ttRational); in ParseTag()
1167 CheckTagType (parentCode, tagCode, tagType, ttRational); in ParseTag()
1254 CheckTagType (parentCode, tagCode, tagType, ttRational); in ParseTag()
1537 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong, ttRational); in ParseTag()
1731 CheckTagType (parentCode, tagCode, tagType, ttRational); in ParseTag()
1761 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong, ttRational); in ParseTag()
1791 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong, ttRational); in ParseTag()
1821 CheckTagType (parentCode, tagCode, tagType, ttRational); in ParseTag()
1880 CheckTagType (parentCode, tagCode, tagType, ttRational); in ParseTag()
[all …]
Ddng_shared.cpp1779 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0()
1832 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0()
1885 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0()
1943 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0()
1968 if (!CheckTagType (parentCode, tagCode, tagType, ttRational)) in Parse_ifd0()
2060 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0()
2085 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0()
2110 CheckTagType (parentCode, tagCode, tagType, ttRational); in Parse_ifd0()
2694 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong, ttRational); in Parse_ifd0()
Ddng_tag_types.cpp49 case ttRational: in TagTypeSize()
Ddng_tag_types.h31 ttRational, enumerator
Ddng_stream.cpp882 case ttRational: in TagValue_urational()
1062 case ttRational: in TagValue_real64()
Ddng_image_writer.h375 : tag_data_ptr (code, ttRational, 1, &fValue) in tag_urational()
395 : tag_data_ptr (code, ttRational, count, data) in tag_data_ptr() argument
Ddng_parse_utils.cpp585 { ttRational, "Rational" }, in LookupTagType()
2021 case ttRational: in DumpTagValues()
2088 case ttRational: in DumpTagValues()
Ddng_image_writer.cpp351 case ttRational: in Put()