Searched refs:winrt_type (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 17 struct winrt_type struct 21 struct winrt_type<_Type, true> struct 30 struct winrt_type<_Type, false> argument 41 hr = winrt_type<_Type>::create(spPropVal.Get(), _ObjInCtx, _PObj.GetAddressOf()); in create() argument 52 struct winrt_type<void> argument 61 struct winrt_type<Type>\ argument
|
D | ppltasks_winrt.hpp | 1392 … _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream); in _Perform() 1403 …_Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void… in _Perform() 1428 IUnknown * _PUnk = winrt_type<_Type>::create(_ObjInCtx); in _Perform() 1429 … _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream); in _Perform() 1440 …_Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void… in _Perform()
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 1392 … _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream); 1403 …_Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void… 1428 IUnknown * _PUnk = winrt_type<_Type>::create(_ObjInCtx); 1429 … _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream); 1440 …_Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void…
|