Home
last modified time | relevance | path

Searched refs:tcExifIFD (Results 1 – 6 of 6) sorted by relevance

/external/dng_sdk/source/
Ddng_tag_codes.h159 tcExifIFD = 34665, enumerator
Ddng_parse_utils.cpp72 { tcExifIFD, "Exif IFD" }, in LookupParentCode()
228 { tcExifIFD, "ExifIFD" }, in LookupTagCode()
473 parentCode == tcExifIFD || in LookupTagCode()
Ddng_shared.cpp1277 parentCode == tcExifIFD) in ParseTag()
1437 case tcExifIFD: in Parse_ifd0()
Ddng_info.cpp2145 tcExifIFD); in Parse()
Ddng_exif.cpp798 parentCode == tcExifIFD) in ParseTag()
Ddng_image_writer.cpp886 , fExifLink (tcExifIFD, 0) in exif_tag_set()