Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_camera_profile.h668 const dng_srational & BaselineExposureOffset () const in BaselineExposureOffset() function
Ddng_image_writer.cpp2356 profile.BaselineExposureOffset ()) in profile_tag_set()
2535 if (profile.BaselineExposureOffset ().IsValid ()) in profile_tag_set()
2538 if (profile.BaselineExposureOffset ().As_real64 () != 0.0) in profile_tag_set()
Ddng_negative.cpp2257 real64 offset = profile->BaselineExposureOffset ().As_real64 (); in TotalBaselineExposure()