Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_camera_profile.h56 class dng_camera_profile_id
69 dng_camera_profile_id () in dng_camera_profile_id() function
80 dng_camera_profile_id (const char *name) in dng_camera_profile_id() function
92 dng_camera_profile_id (const dng_string &name) in dng_camera_profile_id() function
104 dng_camera_profile_id (const char *name, in dng_camera_profile_id() function
120 dng_camera_profile_id (const dng_string &name, in dng_camera_profile_id() function
150 bool operator== (const dng_camera_profile_id &id) const
159 bool operator!= (const dng_camera_profile_id &id) const
176 *this = dng_camera_profile_id (); in Clear()
515 dng_camera_profile_id ProfileID () const in ProfileID()
[all …]
Ddng_classes.h31 class dng_camera_profile_id; variable
Ddng_negative.h1406 real64 TotalBaselineExposure (const dng_camera_profile_id &profileID) const;
1650 virtual const dng_camera_profile * ProfileByID (const dng_camera_profile_id &id,
1653 bool HasProfileID (const dng_camera_profile_id &id) const in HasProfileID()
1684 virtual dng_color_spec * MakeColorSpec (const dng_camera_profile_id &id) const;
Ddng_render.cpp829 dng_camera_profile_id profileID; // Default profile ID. in Start()
1238 const dng_camera_profile *profile = fNegative.ProfileByID (dng_camera_profile_id ()); in dng_render()
Ddng_negative.cpp1257 const dng_camera_profile * dng_negative::ProfileByID (const dng_camera_profile_id &id, in ProfileByID()
1461 dng_color_spec * dng_negative::MakeColorSpec (const dng_camera_profile_id &id) const in MakeColorSpec()
2247 real64 dng_negative::TotalBaselineExposure (const dng_camera_profile_id &profileID) const in TotalBaselineExposure()