Searched refs:profileID (Results 1 – 6 of 6) sorted by relevance
829 dng_camera_profile_id profileID; // Default profile ID. in Start() local834 AutoPtr<dng_color_spec> spec (fNegative.MakeColorSpec (profileID)); in Start()871 const dng_camera_profile *profile = fNegative.ProfileByID (profileID); in Start()914 fNegative.TotalBaselineExposure (profileID) - in Start()
1406 real64 TotalBaselineExposure (const dng_camera_profile_id &profileID) const;
2247 real64 dng_negative::TotalBaselineExposure (const dng_camera_profile_id &profileID) const in TotalBaselineExposure()2252 const dng_camera_profile *profile = ProfileByID (profileID); in TotalBaselineExposure()
1214 …virtual HRESULT GetProfile (/* in */ BMDProfileID profileID, /* out */ IDeckLinkProfile **profile)…
1229 …virtual HRESULT GetProfile (/* in */ BMDProfileID profileID, /* out */ IDeckLinkProfile **profile)…
9263 /* [in] */ BMDProfileID profileID,9296 /* [in] */ BMDProfileID profileID,9329 #define IDeckLinkProfileManager_GetProfile(This,profileID,profile) \ argument9330 ( (This)->lpVtbl -> GetProfile(This,profileID,profile) )