Searched refs:BaselineExposureOffset (Results 1 - 3 of 3) sorted by relevance

/external/dng_sdk/source/
H A Ddng_camera_profile.h657 /// BaselineExposureOffset tag) to the specified value.
666 /// BaselineExposureOffset tag).
668 const dng_srational & BaselineExposureOffset () const function in class:dng_camera_profile
H A Ddng_image_writer.cpp2356 profile.BaselineExposureOffset ())
2532 // Don't bother including the BaselineExposureOffset tag unless it's both
2535 if (profile.BaselineExposureOffset ().IsValid ())
2538 if (profile.BaselineExposureOffset ().As_real64 () != 0.0)
H A Ddng_negative.cpp2257 real64 offset = profile->BaselineExposureOffset ().As_real64 ();

Completed in 202 milliseconds