Home
last modified time | relevance | path

Searched refs:WRL_PROP_GET (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp1274 WRL_PROP_GET(pSource, VideoDeviceController, pDevCont, hr) in initImageGrabber()
1350 WRL_PROP_GET(ig_pMedCapSource, VideoDeviceController, pDevCont, hr) in startGrabbing()
2097 WRL_PROP_GET(pDevice, Name, *REF_WRL_OBJ(str), hr) in resetDevice()
2103 WRL_PROP_GET(pDevice, Id, *REF_WRL_OBJ(str), hr) in resetDevice()
2191 if (SUCCEEDED(hr)) WRL_PROP_GET(pVector, Size, count, hr) in checkDevice()
2199 WRL_PROP_GET(pDevice, Name, *REF_WRL_OBJ(str), hr) in checkDevice()
2299 WRL_PROP_GET(pDevInfo, Id, *REF_WRL_OBJ(str), hr) in initDevice()
2543 WRL_PROP_GET(pSource, VideoDeviceController, pDevCont, hr) in setDeviceFormat()
2765 WRL_PROP_GET(pSource, VideoDeviceController, pDevCont, hr) in enumerateCaptureFormats()
2773 WRL_PROP_GET(pVector, Size, count, hr) in enumerateCaptureFormats()
[all …]
Dcap_msmf.hpp471 #define WRL_PROP_GET(obj, prop, arg, hr) arg = obj->##prop;\ macro
561 #define WRL_PROP_GET(obj, prop, arg, hr) hr = obj->get_##prop(&arg); macro