Home
last modified time | relevance | path

Searched refs:profileInfo (Results 1 – 5 of 5) sorted by relevance

/external/dng_sdk/source/
Ddng_camera_profile.cpp903 dng_camera_profile_info &profileInfo) in Parse() argument
906 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 …]
Ddng_info.cpp2267 dng_camera_profile_info &profileInfo = fShared->fCameraProfile; in Parse() local
2271 profile.Parse (stream, profileInfo); in Parse()
2273 if (profileInfo.fColorPlanes < 3 || !profile.IsValid (profileInfo.fColorPlanes)) in Parse()
Ddng_camera_profile.h811 dng_camera_profile_info &profileInfo);
Ddng_shared.cpp2565 dng_camera_profile_info profileInfo; in Parse_ifd0() local
2569 if (profileInfo.ParseExtended (stream)) in Parse_ifd0()
2572 fExtraCameraProfiles.push_back (profileInfo); in Parse_ifd0()
Ddng_negative.cpp3058 dng_camera_profile_info &profileInfo = shared.fCameraProfile; in Parse() local
3060 profile->Parse (stream, profileInfo); in Parse()
3087 dng_camera_profile_info &profileInfo = shared.fExtraCameraProfiles [index]; in Parse() local
3089 profile->Parse (stream, profileInfo); in Parse()