Home
last modified time | relevance | path

Searched refs:RgbirdDepthResultProcessor (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Drgbird_depth_result_processor.cc30 std::unique_ptr<RgbirdDepthResultProcessor> RgbirdDepthResultProcessor::Create( in Create()
37 auto result_processor = std::unique_ptr<RgbirdDepthResultProcessor>( in Create()
38 new RgbirdDepthResultProcessor(internal_stream_manager)); in Create()
47 RgbirdDepthResultProcessor::RgbirdDepthResultProcessor( in RgbirdDepthResultProcessor() function in android::google_camera_hal::RgbirdDepthResultProcessor
52 void RgbirdDepthResultProcessor::SetResultCallback( in SetResultCallback()
59 status_t RgbirdDepthResultProcessor::AddPendingRequests( in AddPendingRequests()
74 void RgbirdDepthResultProcessor::ProcessResult(ProcessBlockResult block_result) { in ProcessResult()
124 void RgbirdDepthResultProcessor::Notify( in Notify()
145 status_t RgbirdDepthResultProcessor::FlushPendingRequests() { in FlushPendingRequests()
Drgbird_depth_result_processor.h34 class RgbirdDepthResultProcessor : public ResultProcessor {
36 static std::unique_ptr<RgbirdDepthResultProcessor> Create(
39 virtual ~RgbirdDepthResultProcessor() = default;
57 RgbirdDepthResultProcessor(InternalStreamManager* internal_stream_manager);
Drgbird_capture_session.h193 std::unique_ptr<RgbirdDepthResultProcessor>* depth_result_processor,
Drgbird_capture_session.cc367 std::unique_ptr<RgbirdDepthResultProcessor>* depth_result_processor, in CreateDepthChainSegment()
385 RgbirdDepthResultProcessor::Create(internal_stream_manager_.get()); in CreateDepthChainSegment()
422 std::unique_ptr<RgbirdDepthResultProcessor> d_result_processor; in SetupDepthChainSegment()