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

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

Completed in 262 milliseconds