Searched refs:ttAscii (Results 1 – 8 of 8) sorted by relevance
/external/dng_sdk/source/ |
D | dng_exif.cpp | 875 CheckTagType (parentCode, tagCode, tagType, ttAscii); in Parse_ifd0() 905 CheckTagType (parentCode, tagCode, tagType, ttAscii); in Parse_ifd0() 935 CheckTagType (parentCode, tagCode, tagType, ttAscii); in Parse_ifd0() 965 CheckTagType (parentCode, tagCode, tagType, ttAscii); in Parse_ifd0() 1036 CheckTagType (parentCode, tagCode, tagType, ttAscii); in Parse_ifd0() 1066 CheckTagType (parentCode, tagCode, tagType, ttAscii); in Parse_ifd0() 1138 CheckTagType (parentCode, tagCode, tagType, ttAscii); in Parse_ifd0() 1398 CheckTagType (parentCode, tagCode, tagType, ttRational, ttAscii); in Parse_ifd0_exif() 1400 if (tagType == ttAscii) in Parse_ifd0_exif() 1427 if (tagType == ttAscii) in Parse_ifd0_exif() [all …]
|
D | dng_shared.cpp | 408 CheckTagType (parentCode, tagCode, tagType, ttAscii, ttByte); in ParseTag() 439 CheckTagType (parentCode, tagCode, tagType, ttAscii, ttByte); in ParseTag() 470 CheckTagType (parentCode, tagCode, tagType, ttAscii, ttByte); in ParseTag() 976 CheckTagType (parentCode, tagCode, tagType, ttAscii); in ParseTag() 1350 CheckTagType (parentCode, tagCode, tagType, ttLong, ttAscii, ttUndefined); in Parse_ifd0() 1590 CheckTagType (parentCode, tagCode, tagType, ttAscii); in Parse_ifd0() 1634 CheckTagType (parentCode, tagCode, tagType, ttAscii, ttByte); in Parse_ifd0() 1748 CheckTagType (parentCode, tagCode, tagType, ttAscii, ttByte); in Parse_ifd0() 2279 CheckTagType (parentCode, tagCode, tagType, ttAscii, ttByte); in Parse_ifd0() 2607 CheckTagType (parentCode, tagCode, tagType, ttAscii, ttByte); in Parse_ifd0()
|
D | dng_tag_types.cpp | 27 case ttAscii: in TagTypeSize()
|
D | dng_tag_types.h | 28 ttAscii, enumerator
|
D | dng_ifd.cpp | 2047 CheckTagType (parentCode, tagCode, tagType, ttAscii, ttByte); in ParseTag() 2078 CheckTagType (parentCode, tagCode, tagType, ttAscii, ttByte); in ParseTag() 2109 CheckTagType (parentCode, tagCode, tagType, ttAscii, ttByte); in ParseTag() 2196 CheckTagType (parentCode, tagCode, tagType, ttAscii); in ParseTag()
|
D | dng_parse_utils.cpp | 582 { ttAscii, "ASCII" }, in LookupTagType() 2136 case ttAscii: in DumpTagValues() 3251 if (!CheckTagType (parentCode, tagCode, tagType, ttAscii)) in ParseDateTimeTag()
|
D | dng_info.cpp | 316 else if (tagType == ttAscii) in ParseTag()
|
D | dng_image_writer.cpp | 209 : tiff_tag (code, ttAscii, 0) in tag_string() 481 : tag_data_ptr (code, ttAscii, 20, fData) in tag_exif_date_time() 1012 , fImageUniqueID (tcImageUniqueID, ttAscii, 33, fImageUniqueIDData) in exif_tag_set()
|