Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_shared.h132 uint32 fMakerNoteCount; variable
Ddng_shared.cpp1162 , fMakerNoteCount (0) in dng_shared()
2760 fMakerNoteCount = tagCount; in Parse_ifd0_exif()
2769 (unsigned) fMakerNoteCount, in Parse_ifd0_exif()
Ddng_info.cpp2236 if (fShared->fMakerNoteCount) in Parse()
2241 (uint32) (fTIFFBlockOffset + fShared->fMakerNoteCount), in Parse()
Ddng_negative.cpp3335 if (shared.fMakerNoteCount) in PostParse()
3347 AutoPtr<dng_memory_block> block (host.Allocate (shared.fMakerNoteCount)); in PostParse()
3351 stream.Get (block->Buffer (), shared.fMakerNoteCount); in PostParse()