Searched refs:ObjectIn (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | agile_wrl.hpp | 53 … __declspec(no_refcount) inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) in GetProxy() argument 55 inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) in GetProxy() 59 …return GetProxyImpl(*reinterpret_cast<IUnknown**>(&ObjectIn), __uuidof(T*), ContextCallBack, reint… in GetProxy() 61 …return GetProxyImpl(*reinterpret_cast<IUnknown**>(&const_cast<T*>(ObjectIn)), __uuidof(T*), Contex… in GetProxy() 66 inline HRESULT ReleaseInContext(T *ObjectIn, IUnknown *ContextCallBack) in ReleaseInContext() argument 68 return ReleaseInContextImpl(ObjectIn, ContextCallBack); in ReleaseInContext()
|
/external/opencv3/modules/highgui/src/ |
D | agile_wrl.h | 53 … __declspec(no_refcount) inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) 55 inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) 59 …return GetProxyImpl(*reinterpret_cast<IUnknown**>(&ObjectIn), __uuidof(T*), ContextCallBack, reint… 61 …return GetProxyImpl(*reinterpret_cast<IUnknown**>(&const_cast<T*>(ObjectIn)), __uuidof(T*), Contex… 66 inline HRESULT ReleaseInContext(T *ObjectIn, IUnknown *ContextCallBack) 68 return ReleaseInContextImpl(ObjectIn, ContextCallBack);
|