Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_host.h299 virtual bool SaveLinearDNG (const dng_negative &negative) const;
Ddng_host.cpp202 bool dng_host::SaveLinearDNG (const dng_negative & /* negative */) const in SaveLinearDNG() function in dng_host
Ddng_negative.cpp3853 else if (host.SaveLinearDNG (*this)) in BuildStage2Image()