Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_render.cpp871 const dng_camera_profile *profile = fNegative.ProfileByID (profileID); in Start()
1238 const dng_camera_profile *profile = fNegative.ProfileByID (dng_camera_profile_id ()); in dng_render()
Ddng_negative.h1650 virtual const dng_camera_profile * ProfileByID (const dng_camera_profile_id &id,
1655 return ProfileByID (id, false) != NULL; in HasProfileID()
Ddng_negative.cpp1257 const dng_camera_profile * dng_negative::ProfileByID (const dng_camera_profile_id &id, in ProfileByID() function in dng_negative
1464 dng_color_spec *spec = new dng_color_spec (*this, ProfileByID (id)); in MakeColorSpec()
2252 const dng_camera_profile *profile = ProfileByID (profileID); in TotalBaselineExposure()