Lines Matching refs:dng_camera_profile
1030 void dng_negative::AddProfile (AutoPtr<dng_camera_profile> &profile) in AddProfile()
1199 dng_std_vector<dng_camera_profile *>::iterator iter = fCameraProfile.begin (); in ClearProfiles()
1200 dng_std_vector<dng_camera_profile *>::iterator next; in ClearProfiles()
1205 dng_camera_profile *profile = *iter; in ClearProfiles()
1245 const dng_camera_profile & dng_negative::ProfileByIndex (uint32 index) const in ProfileByIndex()
1257 const dng_camera_profile * dng_negative::ProfileByID (const dng_camera_profile_id &id, in ProfileByID()
1281 const dng_camera_profile &profile = ProfileByIndex (index); in ProfileByID()
1303 const dng_camera_profile &profile = ProfileByIndex (index); in ProfileByID()
1324 const dng_camera_profile &profile = ProfileByIndex (index); in ProfileByID()
1355 const dng_camera_profile &profile = ProfileByIndex (index); in ProfileByID()
1405 const dng_camera_profile * dng_negative::ComputeCameraProfileToEmbed in ComputeCameraProfileToEmbed()
1426 const dng_camera_profile &profile (ProfileByIndex (index)); in ComputeCameraProfileToEmbed()
1442 const dng_camera_profile &profile (ProfileByIndex (index)); in ComputeCameraProfileToEmbed()
2252 const dng_camera_profile *profile = ProfileByID (profileID); in TotalBaselineExposure()
3056 AutoPtr<dng_camera_profile> profile (new dng_camera_profile ()); in Parse()
3085 AutoPtr<dng_camera_profile> profile (new dng_camera_profile ()); in Parse()