Home
last modified time | relevance | path

Searched refs:depth_map (Results 1 – 5 of 5) sorted by relevance

/external/dynamic_depth/internal/dynamic_depth/
Ddepth_jpeg.cc70 auto depth_map = camera->GetDepthMap(); in ValidateAndroidDynamicDepthBuffer() local
71 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()
Dcamera.cc67 std::unique_ptr<DepthMap> depth_map = in ParseFields() local
83 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()
Ddepth_map.cc256 auto depth_map = std::unique_ptr<DepthMap>(new DepthMap(params)); // NOLINT in FromData() local
260 depth_map->params_.confidence_uri = ""; in FromData()
263 return depth_map; in FromData()
/external/dynamic_depth/includes/dynamic_depth/
Dcamera.h32 std::unique_ptr<DepthMap> depth_map; member
42 : depth_map(nullptr), in CameraParams()
57 depth_map.get() == other.depth_map.get() &&
/external/ImageMagick/MagickCore/
Dattribute.c484 *depth_map; in GetImageDepth() local
489 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() local
1180 depth_map=(Quantum *) AcquireQuantumMemory(MaxMap+1,sizeof(*depth_map)); in SetImageDepth()
1181 if (depth_map == (Quantum *) NULL) in SetImageDepth()
[all …]