Searched refs:profileInfo (Results 1 – 5 of 5) sorted by relevance
903 dng_camera_profile_info &profileInfo) in Parse() argument906 SetUniqueCameraModelRestriction (profileInfo.fUniqueCameraModel.Get ()); in Parse()908 if (profileInfo.fProfileName.NotEmpty ()) in Parse()911 SetName (profileInfo.fProfileName.Get ()); in Parse()915 SetCopyright (profileInfo.fProfileCopyright.Get ()); in Parse()917 SetEmbedPolicy (profileInfo.fEmbedPolicy); in Parse()919 SetCalibrationIlluminant1 (profileInfo.fCalibrationIlluminant1); in Parse()921 SetColorMatrix1 (profileInfo.fColorMatrix1); in Parse()923 if (profileInfo.fForwardMatrix1.NotEmpty ()) in Parse()926 SetForwardMatrix1 (profileInfo.fForwardMatrix1); in Parse()[all …]
2267 dng_camera_profile_info &profileInfo = fShared->fCameraProfile; in Parse() local2271 profile.Parse (stream, profileInfo); in Parse()2273 if (profileInfo.fColorPlanes < 3 || !profile.IsValid (profileInfo.fColorPlanes)) in Parse()
811 dng_camera_profile_info &profileInfo);
2565 dng_camera_profile_info profileInfo; in Parse_ifd0() local2569 if (profileInfo.ParseExtended (stream)) in Parse_ifd0()2572 fExtraCameraProfiles.push_back (profileInfo); in Parse_ifd0()
3058 dng_camera_profile_info &profileInfo = shared.fCameraProfile; in Parse() local3060 profile->Parse (stream, profileInfo); in Parse()3087 dng_camera_profile_info &profileInfo = shared.fExtraCameraProfiles [index]; in Parse() local3089 profile->Parse (stream, profileInfo); in Parse()