Home
last modified time | relevance | path

Searched refs:DeviceClass (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_winrt_video.cpp94 create_task(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)) in initGrabber()
285 create_task(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)) in listDevicesTask()
Dcap_msmf.hpp424 #define _DeviceClass Windows::Devices::Enumeration::DeviceClass
514 #define _DeviceClass ABI::Windows::Devices::Enumeration::DeviceClass
Dcap_msmf.cpp1904 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()
/external/opencv3/samples/winrt/JavaScript/js/
DAdvancedCapture.js109 …deviceInfo.findAllAsync(Windows.Devices.Enumeration.DeviceClass.videoCapture).done(function (camer…
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsio0.c664 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()
Dlcms2_internal.h714 cmsProfileClassSignature DeviceClass; member
/external/opencv3/samples/winrt/ImageManipulations/
DAdvancedCapture.xaml.cpp253 …task<DeviceInformationCollection^>(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)).the… in EnumerateWebcamsAsync()