Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_negative.cpp323 dng_tiff_directory thumbIFD; in BuildExifBlock() local
338 thumbIFD.Add (&thumbCompression); in BuildExifBlock()
340 thumbIFD.Add (&thumbXResolution); in BuildExifBlock()
341 thumbIFD.Add (&thumbYResolution); in BuildExifBlock()
342 thumbIFD.Add (&thumbResolutionUnit); in BuildExifBlock()
344 thumbIFD.Add (&thumbDataOffset); in BuildExifBlock()
345 thumbIFD.Add (&thumbDataLength); in BuildExifBlock()
353 thumbDataOffset.Set (thumbOffset + thumbIFD.Size ()); in BuildExifBlock()
381 thumbIFD.Put (stream); in BuildExifBlock()