HomeSort by relevance Sort by last modified time
    Searched refs:spPropVal (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 37 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValueStatics> spPropVal;
39 hr = objFactory.As(&spPropVal);
41 hr = winrt_type<_Type>::create(spPropVal.Get(), _ObjInCtx, _PObj.GetAddressOf());
54 static HRESULT create(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, void* _ObjInCtx, IInspectable** ppInsp) {
56 return spPropVal->CreateEmpty(ppInsp);
63 static HRESULT create(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, Type* _ObjInCtx, IInspectable** ppInsp) {\
64 return spPropVal->Create##Name(*_ObjInCtx, ppInsp);\
77 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValueStatics> spPropVal;
79 hr = objFactory.As(&spPropVal);
81 hr = winrt_array_type<_Type>::create(spPropVal.Get(), N, _ObjInCtx, _PObj.GetAddressOf())
    [all...]
cap_msmf.cpp     [all...]
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.cpp 123 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValue> spPropVal;
128 hr = spInsp.As(&spPropVal);
135 hr = spPropVal->GetInt32(&effect);
    [all...]

Completed in 49 milliseconds