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

  /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.hpp 425 #define _IDeviceInformation Windows::Devices::Enumeration::DeviceInformation
426 #define _DeviceInformation Windows::Devices::Enumeration::DeviceInformation
427 #define _DeviceInformationStatics Windows::Devices::Enumeration::DeviceInformation
516 #define _DeviceInformation ABI::Windows::Devices::Enumeration::DeviceInformation
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.cpp 253 task<DeviceInformationCollection^>(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)).then([this](task<DeviceInformationCollection^> findTask)