/external/dng_sdk/source/ |
D | dng_exif.cpp | 1168 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 …]
|
D | dng_ifd.cpp | 692 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 …]
|
D | dng_shared.cpp | 1779 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()
|
D | dng_tag_types.cpp | 49 case ttRational: in TagTypeSize()
|
D | dng_tag_types.h | 31 ttRational, enumerator
|
D | dng_stream.cpp | 882 case ttRational: in TagValue_urational() 1062 case ttRational: in TagValue_real64()
|
D | dng_image_writer.h | 375 : tag_data_ptr (code, ttRational, 1, &fValue) in tag_urational() 395 : tag_data_ptr (code, ttRational, count, data) in tag_data_ptr() argument
|
D | dng_parse_utils.cpp | 585 { ttRational, "Rational" }, in LookupTagType() 2021 case ttRational: in DumpTagValues() 2088 case ttRational: in DumpTagValues()
|
D | dng_image_writer.cpp | 351 case ttRational: in Put()
|