Home
last modified time | relevance | path

Searched refs:fTileByteCountsType (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_ifd.h124 uint32 fTileByteCountsType; variable
Ddng_ifd.cpp96 , fTileByteCountsType (0) in dng_ifd()
651 fTileByteCountsType = tagType; in ParseTag()
905 fTileByteCountsType = tagType; in ParseTag()
Ddng_read_image.cpp3087 tileByteCount [tileIndex] = stream.TagValue_uint32 (ifd.fTileByteCountsType); in Read()