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

  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.h 34 class DeviceInfoDS: public DeviceInfoImpl
38 static DeviceInfoDS* Create(const int32_t id);
40 DeviceInfoDS(const int32_t id);
41 virtual ~DeviceInfoDS();
video_capture_factory_windows.cc 22 return DeviceInfoDS::Create(id);
device_info_ds.cc 46 DeviceInfoDS* DeviceInfoDS::Create(const int32_t id)
48 DeviceInfoDS* dsInfo = new DeviceInfoDS(id);
57 DeviceInfoDS::DeviceInfoDS(const int32_t id)
101 DeviceInfoDS::~DeviceInfoDS()
111 int32_t DeviceInfoDS::Init()
123 uint32_t DeviceInfoDS::NumberOfDevices(
    [all...]
video_capture_ds.h 62 DeviceInfoDS _dsInfo;

Completed in 129 milliseconds