Searched refs:_ObjInCtx (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 1364 …static _Type _GetValue(_Type _ObjInCtx, const _ContextCallback & /* _Ctx */, bool /* _RuntimeAggre… in _GetValue() 1366 return _ObjInCtx; in _GetValue() 1377 static _Type* _Perform(_Type(&_ObjInCtx)[N], const _ContextCallback& _Ctx) in _Perform() 1380 if (_ObjInCtx == nullptr) in _Perform() 1391 IUnknown * _PUnk = winrt_array_type::create(_ObjInCtx, N); in _Perform() 1414 static _Type* _Perform(_Type* _ObjInCtx, const _ContextCallback& _Ctx) in _Perform() 1417 if (_ObjInCtx == nullptr) in _Perform() 1428 IUnknown * _PUnk = winrt_type<_Type>::create(_ObjInCtx); in _Perform() 1454 static HSTRING _Perform(HSTRING _ObjInCtx, const _ContextCallback& _Ctx) in _Perform() 1456 return _ObjInCtx; in _Perform() [all …]
|
D | cap_msmf.hpp | 23 static IUnknown* create(_Type* _ObjInCtx) { in create() 24 return reinterpret_cast<IUnknown*>(_ObjInCtx); in create() 32 static IUnknown* create(_Type* _ObjInCtx) { in create() 41 hr = winrt_type<_Type>::create(spPropVal.Get(), _ObjInCtx, _PObj.GetAddressOf()); in create() 54 …reate(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, void* _ObjInCtx, IInspectable** … in create() 55 (void)_ObjInCtx; in create() 63 …reate(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, Type* _ObjInCtx, IInspectable** … 64 return spPropVal->Create##Name(*_ObjInCtx, ppInsp);\ 72 static IUnknown* create(_Type* _ObjInCtx, size_t N) { in create() 81 … hr = winrt_array_type<_Type>::create(spPropVal.Get(), N, _ObjInCtx, _PObj.GetAddressOf()); in create() [all …]
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 1364 …static _Type _GetValue(_Type _ObjInCtx, const _ContextCallback & /* _Ctx */, bool /* _RuntimeAggre… 1366 return _ObjInCtx; 1377 static _Type* _Perform(_Type(&_ObjInCtx)[N], const _ContextCallback& _Ctx) 1380 if (_ObjInCtx == nullptr) 1391 IUnknown * _PUnk = winrt_array_type::create(_ObjInCtx, N); 1414 static _Type* _Perform(_Type* _ObjInCtx, const _ContextCallback& _Ctx) 1417 if (_ObjInCtx == nullptr) 1428 IUnknown * _PUnk = winrt_type<_Type>::create(_ObjInCtx); 1454 static HSTRING _Perform(HSTRING _ObjInCtx, const _ContextCallback& _Ctx) 1456 return _ObjInCtx; [all …]
|