Searched refs:WRL_ENUM_GET (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() 1355 …WRL_METHOD(pMedDevCont, GetMediaStreamProperties, pMedEncProps, hr, WRL_ENUM_GET(_MediaStreamType,… in startGrabbing() 1904 hr = vDs->initDevices(WRL_ENUM_GET(_DeviceClass, DeviceClass, VideoCapture)); in buildListOfDevices() 2107 …WRL_PROP_PUT(pCapInitSet, StreamingCaptureMode, WRL_ENUM_GET(_StreamingCaptureMode, StreamingCaptu… in resetDevice() 2286 …hr = checkDevice(WRL_ENUM_GET(_DeviceClass, DeviceClass, VideoCapture), &pTask, REF_WRL_OBJ(pDevIn… in initDevice() 2305 …WRL_PROP_PUT(pCapInitSet, StreamingCaptureMode, WRL_ENUM_GET(_StreamingCaptureMode, StreamingCaptu… in initDevice() 2548 …WRL_METHOD(pMedDevCont, GetAvailableMediaStreamProperties, pVector, hr, WRL_ENUM_GET(_MediaStreamT… in setDeviceFormat() 2553 …WRL_METHOD(pMedDevCont, SetMediaStreamPropertiesAsync, *pAction, hr, WRL_ENUM_GET(_MediaStreamType… in setDeviceFormat() 2770 …WRL_METHOD(pMedDevCont, GetAvailableMediaStreamProperties, pVector, hr, WRL_ENUM_GET(_MediaStreamT… in enumerateCaptureFormats()
|
D | cap_msmf.hpp | 470 #define WRL_ENUM_GET(obj, prefix, prop) obj::##prop macro 560 #define WRL_ENUM_GET(obj, prefix, prop) obj::prefix##_##prop macro
|