HomeSort by relevance Sort by last modified time
    Searched refs:depth_uri (Results 1 - 3 of 3) sorted by null

  /external/dynamic_depth/internal/dynamic_depth/
depth_jpeg.cc 76 auto depth_uri = depth_map->GetDepthUri(); local
77 if (depth_uri.empty()) {
109 if (!GetItemPayload(device->GetContainer(), depth_uri, input_jpeg_stream, &depth_payload)) {
depth_map.cc 156 string depth_uri; local
164 !deserializer.ParseString(prefix, kDepthUri, &depth_uri)) {
169 StringToUnits(units_str), depth_uri); local
218 if (params.depth_uri.empty() || params.depth_image_data.empty()) {
239 params.depth_uri);
283 const string DepthMap::GetDepthUri() const { return params_.depth_uri; }
309 if (params_.depth_uri.empty()) {
324 !serializer->WriteProperty(prefix, kDepthUri, params_.depth_uri)) {
  /external/dynamic_depth/includes/dynamic_depth/
depth_map.h 37 string depth_uri; member in struct:dynamic_depth::DepthFormat::DepthUnits::DepthMeasureType::DepthItemSemantic::DepthMapParams
64 depth_uri(in_depth_uri) {}
68 units == other.units && depth_uri == other.depth_uri &&

Completed in 457 milliseconds