Searched refs:spPropVal (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 37 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValueStatics> spPropVal; in create() local 39 hr = objFactory.As(&spPropVal); in create() 41 hr = winrt_type<_Type>::create(spPropVal.Get(), _ObjInCtx, _PObj.GetAddressOf()); in create() 54 …static HRESULT create(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, void* _ObjInCtx,… in create() 56 return spPropVal->CreateEmpty(ppInsp); in create() 63 …static HRESULT create(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, Type* _ObjInCtx,… 64 return spPropVal->Create##Name(*_ObjInCtx, ppInsp);\ 77 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValueStatics> spPropVal; in create() local 79 hr = objFactory.As(&spPropVal); in create() 81 … hr = winrt_array_type<_Type>::create(spPropVal.Get(), N, _ObjInCtx, _PObj.GetAddressOf()); in create() [all …]
|
D | cap_msmf.cpp | 1339 …(RuntimeClass_Windows_Foundation_PropertyValue, MAKE_WRL_OBJ(_PropertyValueStatics), spPropVal, hr) in startGrabbing() 1343 …WRL_METHOD(spPropVal, CreateUInt32, pVal, hr, (unsigned int)WRL_ENUM_GET(_MediaStreamType, MediaSt… in startGrabbing()
|
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/ |
D | OcvTransform.cpp | 123 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValue> spPropVal; in SetProperties() local 128 hr = spInsp.As(&spPropVal); in SetProperties() 135 hr = spPropVal->GetInt32(&effect); in SetProperties()
|