Home
last modified time | relevance | path

Searched refs:ClearVideoCaptureDeviceMaxFormat (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/media/devices/
Ddevicemanager.h94 virtual void ClearVideoCaptureDeviceMaxFormat(const std::string& usb_id) = 0;
161 virtual void ClearVideoCaptureDeviceMaxFormat(const std::string& usb_id);
Dfakedevicemanager.h102 virtual void ClearVideoCaptureDeviceMaxFormat(const std::string& usb_id) { in ClearVideoCaptureDeviceMaxFormat() function
Ddevicemanager.cc187 void DeviceManager::ClearVideoCaptureDeviceMaxFormat( in ClearVideoCaptureDeviceMaxFormat() function in cricket::DeviceManager
Ddevicemanager_unittest.cc453 dm_->ClearVideoCaptureDeviceMaxFormat(device.name); in TEST_F()