Home
last modified time | relevance | path

Searched refs:ProcessDepthResult (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Ddepth_process_block.h137 status_t ProcessDepthResult(DepthResultStatus result_status,
H A Ddepth_process_block.cc240 status_t res = ProcessDepthResult(result_status, 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() function in android::google_camera_hal::DepthProcessBlock