Searched refs:GetVideoCaptureDevice (Results 1 – 3 of 3) sorted by relevance
81 bool GetVideoCaptureDevice(const std::string& name, Device* out);
236 if (!device_manager_->GetVideoCaptureDevice(camera_device_, &device)) { in Init()498 if (!device_manager_->GetVideoCaptureDevice(cam_name, &device)) { in SetVideoOptions()
282 bool DeviceManager::GetVideoCaptureDevice(const std::string& name, in GetVideoCaptureDevice() function in cricket::DeviceManager