Searched refs:WRL_METHOD (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.cpp | 1279 …WRL_METHOD(pMedDevCont, GetMediaStreamProperties, pMedEncProps, hr, WRL_ENUM_GET(_MediaStreamType,… in initImageGrabber() 1343 …WRL_METHOD(spPropVal, CreateUInt32, pVal, hr, (unsigned int)WRL_ENUM_GET(_MediaStreamType, MediaSt… in startGrabbing() 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() 1355 …WRL_METHOD(pMedDevCont, GetMediaStreamProperties, pMedEncProps, hr, WRL_ENUM_GET(_MediaStreamType,… in startGrabbing() 1363 …WRL_METHOD(spSetting, Insert, bReplaced, hr, DEREF_WRL_OBJ(_StringReference(MF_PROP_VIDENCPROPS)),… in startGrabbing() 1366 …WRL_METHOD(imedPrevCap, _StartPreviewToCustomSinkIdAsync, *action, hr, DEREF_WRL_OBJ(pEncProps), D… in startGrabbing() 1372 …WRL_METHOD(imedPrevCap, StartPreviewToCustomSinkAsync, *action, hr, DEREF_WRL_OBJ(pEncProps), rein… in startGrabbing() 2110 …WRL_METHOD(DEREF_WRL_OBJ(pIMedCap), _InitializeWithSettingsAsync, pAction, hr, DEREF_WRL_OBJ(pCapI… in resetDevice() 2184 WRL_METHOD(pDevStat, _FindAllAsyncDeviceClass, pAction, hr, devClass) in checkDevice() [all …]
|
D | cap_msmf.hpp | 477 #define WRL_METHOD(obj, method, ret, hr, ...) ret = obj->##method(__VA_ARGS__);\ macro 564 #define WRL_METHOD(obj, method, ret, hr, ...) hr = obj->##method(__VA_ARGS__, &ret); macro
|