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

  /external/dynamic_depth/includes/dynamic_depth/
depth_map.h 43 string depth_image_data = ""; member in struct:dynamic_depth::DepthFormat::DepthUnits::DepthMeasureType::DepthItemSemantic::DepthMapParams
69 depth_image_data == other.depth_image_data &&
  /external/dynamic_depth/internal/dynamic_depth/
depth_map.cc 218 if (params.depth_uri.empty() || params.depth_image_data.empty()) {
238 ItemParams depth_item_params(params.mime, params.depth_image_data.size(),
240 depth_item_params.payload_to_serialize = params.depth_image_data;
  /frameworks/av/services/camera/libcameraservice/common/
DepthPhotoProcessor.cpp 389 depthParams.depth_image_data.resize(inputFrame.mMaxJpegSize);
393 depthParams.depth_image_data.data(), inputFrame.mMaxJpegSize,
399 depthParams.depth_image_data.resize(actualJpegSize);

Completed in 75 milliseconds