HomeSort by relevance Sort by last modified time
    Searched defs:profileInfo (Results 1 - 3 of 3) sorted by null

  /external/dng_sdk/source/
dng_camera_profile.cpp 903 dng_camera_profile_info &profileInfo)
906 SetUniqueCameraModelRestriction (profileInfo.fUniqueCameraModel.Get ());
908 if (profileInfo.fProfileName.NotEmpty ())
911 SetName (profileInfo.fProfileName.Get ());
915 SetCopyright (profileInfo.fProfileCopyright.Get ());
917 SetEmbedPolicy (profileInfo.fEmbedPolicy);
919 SetCalibrationIlluminant1 (profileInfo.fCalibrationIlluminant1);
921 SetColorMatrix1 (profileInfo.fColorMatrix1);
923 if (profileInfo.fForwardMatrix1.NotEmpty ())
926 SetForwardMatrix1 (profileInfo.fForwardMatrix1)
    [all...]
dng_info.cpp     [all...]
dng_shared.cpp     [all...]

Completed in 485 milliseconds