Lines Matching refs:physical_devices
39 PhysicalDeviceMapPtr physical_devices) { in Initialize() argument
40 if ((physical_devices.get() != nullptr) && (!physical_devices->empty())) { in Initialize()
42 static_meta.get(), physical_devices.get()); in Initialize()
44 physical_device_map_ = std::move(physical_devices); in Initialize()
189 PhysicalDeviceMapPtr physical_devices) { in AdaptLogicalCharacteristics() argument
190 if ((logical_chars.get() == nullptr) || (physical_devices.get() == nullptr)) { in AdaptLogicalCharacteristics()
204 physical_devices.get()); in AdaptLogicalCharacteristics()
207 for (const auto& physical_device : *physical_devices) { in AdaptLogicalCharacteristics()
229 int32_t default_physical_id = physical_devices->begin()->first; in AdaptLogicalCharacteristics()
333 const PhysicalDeviceMap* physical_devices) { in GetZoomRatioPhysicalCameraInfo() argument
335 if ((logical_chars == nullptr) || (physical_devices == nullptr)) { in GetZoomRatioPhysicalCameraInfo()
355 for (const auto& physical_device : *physical_devices) { in GetZoomRatioPhysicalCameraInfo()