Home
last modified time | relevance | path

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

/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.h80 STDMETHODIMP SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *pConfiguration);
DOcvTransform.cpp107 HRESULT OcvImageManipulations::SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *p… in SetProperties()
/external/opencv3/modules/videoio/src/cap_winrt/
DMediaSink.hpp120 IFACEMETHODIMP SetProperties(_In_ AWFC::IPropertySet * /*configuration*/) in SetProperties() argument
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp520 #define _PropertySet ABI::Windows::Foundation::Collections::IPropertySet
2480 STDMETHODIMP SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *pConfiguration) in SetProperties()
Dcap_msmf.cpp1370 …>SetProperties(DEREF_AS_NATIVE_WRL_OBJ(ABI::Windows::Foundation::Collections::IPropertySet, pSet)); in startGrabbing()