Home
last modified time | relevance | path

Searched refs:ttAscii (Results 1 – 8 of 8) sorted by relevance

/external/dng_sdk/source/
Ddng_exif.cpp875 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 …]
Ddng_shared.cpp408 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()
Ddng_tag_types.cpp27 case ttAscii: in TagTypeSize()
Ddng_tag_types.h28 ttAscii, enumerator
Ddng_ifd.cpp2047 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()
Ddng_parse_utils.cpp582 { ttAscii, "ASCII" }, in LookupTagType()
2136 case ttAscii: in DumpTagValues()
3251 if (!CheckTagType (parentCode, tagCode, tagType, ttAscii)) in ParseDateTimeTag()
Ddng_info.cpp316 else if (tagType == ttAscii) in ParseTag()
Ddng_image_writer.cpp209 : 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()