Searched refs:RgbirdDepthResultProcessor (Results 1 – 4 of 4) sorted by relevance
30 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::RgbirdDepthResultProcessor52 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()
34 class RgbirdDepthResultProcessor : public ResultProcessor {36 static std::unique_ptr<RgbirdDepthResultProcessor> Create(39 virtual ~RgbirdDepthResultProcessor() = default;57 RgbirdDepthResultProcessor(InternalStreamManager* internal_stream_manager);
193 std::unique_ptr<RgbirdDepthResultProcessor>* depth_result_processor,
367 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()