HomeSort by relevance Sort by last modified time
    Searched refs:DeviceClass (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbrpmif.h 35 UCHAR DeviceClass;
ioevent.h 31 ULONG DeviceClass;
  /external/opencv3/modules/videoio/src/
cap_winrt_video.cpp 94 create_task(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture))
285 create_task(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture))
cap_msmf.cpp     [all...]
cap_msmf.hpp 424 #define _DeviceClass Windows::Devices::Enumeration::DeviceClass
514 #define _DeviceClass ABI::Windows::Devices::Enumeration::DeviceClass
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c 664 Icc -> DeviceClass = (cmsProfileClassSignature) _cmsAdjustEndianess32(Header.deviceClass);
747 Header.deviceClass = (cmsProfileClassSignature) _cmsAdjustEndianess32(Icc -> DeviceClass);
927 return Icc -> DeviceClass;
933 Icc -> DeviceClass = sig;
    [all...]
lcms2_internal.h 714 cmsProfileClassSignature DeviceClass;
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.cpp 253 task<DeviceInformationCollection^>(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)).then([this](task<DeviceInformationCollection^> findTask)

Completed in 792 milliseconds