Searched refs:DeviceInfoImpl (Results 1 – 14 of 14) sorted by relevance
26 DeviceInfoImpl::DeviceInfoImpl(const int32_t id) in DeviceInfoImpl() function in webrtc::videocapturemodule::DeviceInfoImpl32 DeviceInfoImpl::~DeviceInfoImpl(void) in ~DeviceInfoImpl()40 int32_t DeviceInfoImpl::NumberOfCapabilities( in NumberOfCapabilities()75 int32_t DeviceInfoImpl::GetCapability(const char* deviceUniqueIdUTF8, in GetCapability()120 int32_t DeviceInfoImpl::GetBestMatchedCapability( in GetBestMatchedCapability()277 int32_t DeviceInfoImpl::GetExpectedCaptureDelay( in GetExpectedCaptureDelay()353 int32_t DeviceInfoImpl::GetOrientation(const char* deviceUniqueIdUTF8, in GetOrientation()
24 class DeviceInfoImpl: public VideoCaptureModule::DeviceInfo27 DeviceInfoImpl(const int32_t id);28 virtual ~DeviceInfoImpl(void);
18 class ExternalDeviceInfo : public DeviceInfoImpl {21 : DeviceInfoImpl(id) { in ExternalDeviceInfo()
16 DeviceInfoMF::DeviceInfoMF(const int32_t id) : DeviceInfoImpl(id) { in DeviceInfoMF()
20 class DeviceInfoMF : public DeviceInfoImpl {
34 class DeviceInfoDS: public DeviceInfoImpl
58 : DeviceInfoImpl(id), _dsDevEnum(NULL), _dsMonikerDevEnum(NULL), in DeviceInfoDS()
21 class DeviceInfoLinux: public DeviceInfoImpl
45 : DeviceInfoImpl(id) in DeviceInfoLinux()
26 class VideoCaptureMacQTKitInfo: public DeviceInfoImpl
22 DeviceInfoImpl(id)
202 // ********** begin functions inherited from DeviceInfoImpl **********
20 class DeviceInfoIos : public DeviceInfoImpl {
47 : DeviceInfoImpl(device_id) { function