Searched refs:DEREF_WRL_OBJ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.cpp | 1345 …WRL_METHOD(spSetting, Insert, bReplaced, hr, DEREF_WRL_OBJ(_StringReference(MF_PROP_VIDTYPE)), DER… in startGrabbing() 1347 …WRL_METHOD(spSetting, Insert, bReplaced, hr, DEREF_WRL_OBJ(_StringReference(MF_PROP_SAMPLEGRABBERC… in startGrabbing() 1361 WRL_PROP_PUT(pEncProps, Video, DEREF_WRL_OBJ(pVidProps), hr) in startGrabbing() 1363 …L_METHOD(spSetting, Insert, bReplaced, hr, DEREF_WRL_OBJ(_StringReference(MF_PROP_VIDENCPROPS)), D… in startGrabbing() 1366 …mSinkIdAsync, *action, hr, DEREF_WRL_OBJ(pEncProps), DEREF_WRL_OBJ(_StringReference(RuntimeClass_C… in startGrabbing() 1372 …WRL_METHOD(imedPrevCap, StartPreviewToCustomSinkAsync, *action, hr, DEREF_WRL_OBJ(pEncProps), rein… in startGrabbing() 2100 … PCWSTR wstr = WindowsGetStringRawBuffer(reinterpret_cast<HSTRING>(DEREF_WRL_OBJ(str)), &length); in resetDevice() 2105 WRL_PROP_PUT(pCapInitSet, VideoDeviceId, DEREF_WRL_OBJ(str), hr) in resetDevice() 2110 …WRL_METHOD(DEREF_WRL_OBJ(pIMedCap), _InitializeWithSettingsAsync, pAction, hr, DEREF_WRL_OBJ(pCapI… in resetDevice() 2200 … PCWSTR wstr = WindowsGetStringRawBuffer(reinterpret_cast<HSTRING>(DEREF_WRL_OBJ(str)), &length); in checkDevice() [all …]
|
D | cap_msmf.hpp | 484 #define DEREF_WRL_OBJ(obj) obj macro 567 #define DEREF_WRL_OBJ(obj) obj.Get() macro
|