Home
last modified time | relevance | path

Searched refs:DepthResultStatus (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/lib_depth_generator/
Ddepth_types.h29 enum class DepthResultStatus : uint32_t { enum
92 std::function<void(DepthResultStatus result, uint32_t frame_number)>;
/hardware/google/camera/common/hal/google_camera_hal/
Ddepth_process_block.h28 using android::depth_generator::DepthResultStatus;
137 status_t ProcessDepthResult(DepthResultStatus result_status,
Ddepth_process_block.cc239 [this](DepthResultStatus result_status, uint32_t frame_number) { in ConfigureStreams()
289 res = ProcessDepthResult(DepthResultStatus::kOk, request_info.frame_number); in SubmitBlockingDepthRequest()
312 status_t DepthProcessBlock::ProcessDepthResult(DepthResultStatus result_status, in ProcessDepthResult()
344 if (result_status != DepthResultStatus::kOk) { in ProcessDepthResult()