Searched refs:depth_map (Results 1 – 5 of 5) sorted by relevance
70 auto depth_map = camera->GetDepthMap(); in ValidateAndroidDynamicDepthBuffer() local71 if (depth_map == nullptr) { in ValidateAndroidDynamicDepthBuffer()76 auto depth_uri = depth_map->GetDepthUri(); in ValidateAndroidDynamicDepthBuffer()82 auto depth_units = depth_map->GetUnits(); in ValidateAndroidDynamicDepthBuffer()88 auto depth_format = depth_map->GetFormat(); in ValidateAndroidDynamicDepthBuffer()94 auto near = depth_map->GetNear(); in ValidateAndroidDynamicDepthBuffer()95 auto far = depth_map->GetFar(); in ValidateAndroidDynamicDepthBuffer()101 auto confidence_uri = depth_map->GetConfidenceUri(); in ValidateAndroidDynamicDepthBuffer()
67 std::unique_ptr<DepthMap> depth_map = in ParseFields() local83 params->depth_map = std::move(depth_map); in ParseFields()118 if (params_->depth_map) { in GetNamespaces()119 params_->depth_map->GetNamespaces(ns_name_href_map); in GetNamespaces()174 const DepthMap* Camera::GetDepthMap() const { return params_->depth_map.get(); } in GetDepthMap()213 if (params_->depth_map != nullptr) { in Serialize()217 if (!params_->depth_map->Serialize(depth_map_serializer.get())) { in Serialize()
256 auto depth_map = std::unique_ptr<DepthMap>(new DepthMap(params)); // NOLINT in FromData() local260 depth_map->params_.confidence_uri = ""; in FromData()263 return depth_map; in FromData()
32 std::unique_ptr<DepthMap> depth_map; member42 : depth_map(nullptr), in CameraParams()57 depth_map.get() == other.depth_map.get() &&
484 *depth_map; in GetImageDepth() local489 depth_map=(size_t *) AcquireQuantumMemory(MaxMap+1,sizeof(*depth_map)); in GetImageDepth()490 if (depth_map == (size_t *) NULL) in GetImageDepth()510 depth_map[i]=depth; in GetImageDepth()543 if (depth_map[ScaleQuantumToMap(p[i])] > current_depth[id]) in GetImageDepth()544 current_depth[id]=depth_map[ScaleQuantumToMap(p[i])]; in GetImageDepth()556 depth_map=(size_t *) RelinquishMagickMemory(depth_map); in GetImageDepth()1172 *depth_map; in SetImageDepth() local1180 depth_map=(Quantum *) AcquireQuantumMemory(MaxMap+1,sizeof(*depth_map)); in SetImageDepth()1181 if (depth_map == (Quantum *) NULL) in SetImageDepth()[all …]