Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp1273 MAKE_WRL_OBJ(_VideoDeviceController) pDevCont; in initImageGrabber()
1278 MAKE_WRL_OBJ(_MediaEncodingProperties) pMedEncProps; in initImageGrabber()
1339 …ACTIVATE_STATIC_OBJ(RuntimeClass_Windows_Foundation_PropertyValue, MAKE_WRL_OBJ(_PropertyValueStat… in startGrabbing()
1349 MAKE_WRL_OBJ(_VideoDeviceController) pDevCont; in startGrabbing()
1354 MAKE_WRL_OBJ(_MediaEncodingProperties) pMedEncProps; in startGrabbing()
2181 …ACTIVATE_STATIC_OBJ(RuntimeClass_Windows_Devices_Enumeration_DeviceInformation, MAKE_WRL_OBJ(_Devi… in checkDevice()
2188 MAKE_WRL_OBJ(_VectorView<MAKE_WRL_REF(_DeviceInformation)>) pVector = in checkDevice()
2194 MAKE_WRL_OBJ(_IDeviceInformation) pDevice; in checkDevice()
2285 MAKE_WRL_OBJ(_IDeviceInformation) pDevInfo; in initDevice()
2313 MAKE_WRL_OBJ(_AsyncAction) pAction; in initDevice()
[all …]
Dcap_msmf.hpp452 #define MAKE_WRL_OBJ(x) x^ macro
491 #define ACTIVATE_OBJ(rtclass, objtype, obj, hr) MAKE_WRL_OBJ(objtype) obj = ref new objtype();\
543 #define MAKE_WRL_OBJ(x) Microsoft::WRL::ComPtr<x> macro
574 #define ACTIVATE_OBJ(rtclass, objtype, obj, hr) MAKE_WRL_OBJ(objtype) obj;\