Home
last modified time | relevance | path

Searched refs:profileID (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_render.cpp829 dng_camera_profile_id profileID; // Default profile ID. in Start() local
834 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()
Ddng_negative.h1406 real64 TotalBaselineExposure (const dng_camera_profile_id &profileID) const;
Ddng_negative.cpp2247 real64 dng_negative::TotalBaselineExposure (const dng_camera_profile_id &profileID) const in TotalBaselineExposure()
2252 const dng_camera_profile *profile = ProfileByID (profileID); in TotalBaselineExposure()
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPI.h1214 …virtual HRESULT GetProfile (/* in */ BMDProfileID profileID, /* out */ IDeckLinkProfile **profile)…
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPI.h1229 …virtual HRESULT GetProfile (/* in */ BMDProfileID profileID, /* out */ IDeckLinkProfile **profile)…
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h9263 /* [in] */ BMDProfileID profileID,
9296 /* [in] */ BMDProfileID profileID,
9329 #define IDeckLinkProfileManager_GetProfile(This,profileID,profile) \ argument
9330 ( (This)->lpVtbl -> GetProfile(This,profileID,profile) )