Searched refs:DeviceClass (Results 1 – 7 of 7) sorted by relevance
94 create_task(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)) in initGrabber()285 create_task(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)) in listDevicesTask()
424 #define _DeviceClass Windows::Devices::Enumeration::DeviceClass514 #define _DeviceClass ABI::Windows::Devices::Enumeration::DeviceClass
1904 hr = vDs->initDevices(WRL_ENUM_GET(_DeviceClass, DeviceClass, VideoCapture)); in buildListOfDevices()2286 …hr = checkDevice(WRL_ENUM_GET(_DeviceClass, DeviceClass, VideoCapture), &pTask, REF_WRL_OBJ(pDevIn… in initDevice()
109 …deviceInfo.findAllAsync(Windows.Devices.Enumeration.DeviceClass.videoCapture).done(function (camer…
664 Icc -> DeviceClass = (cmsProfileClassSignature) _cmsAdjustEndianess32(Header.deviceClass); in _cmsReadHeader()747 Header.deviceClass = (cmsProfileClassSignature) _cmsAdjustEndianess32(Icc -> DeviceClass); in _cmsWriteHeader()927 return Icc -> DeviceClass; in cmsGetDeviceClass()933 Icc -> DeviceClass = sig; in cmsSetDeviceClass()
714 cmsProfileClassSignature DeviceClass; member
253 …task<DeviceInformationCollection^>(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)).the… in EnumerateWebcamsAsync()