Lines Matching refs:PipeManager
33 PipeManager::PipeManager () in PipeManager() function in XCam::PipeManager
40 PipeManager::~PipeManager () in ~PipeManager()
46 PipeManager::set_smart_analyzer (SmartPtr<SmartAnalyzer> analyzer) in set_smart_analyzer()
58 PipeManager::add_image_processor (SmartPtr<ImageProcessor> processor) in add_image_processor()
68 PipeManager::start () in start()
99 PipeManager::stop () in stop()
116 PipeManager::push_buffer (SmartPtr<VideoBuffer> &buf) in push_buffer()
129 PipeManager::scaled_image_ready (const SmartPtr<VideoBuffer> &buffer) in scaled_image_ready()
145 PipeManager::x3a_calculation_done (XAnalyzer *analyzer, X3aResultList &results) in x3a_calculation_done()
156 PipeManager::x3a_calculation_failed (XAnalyzer *analyzer, int64_t timestamp, const char *msg) in x3a_calculation_failed()
162 PipeManager::process_buffer_done (ImageProcessor *processor, const SmartPtr<VideoBuffer> &buf) in process_buffer_done()
169 PipeManager::process_buffer_failed (ImageProcessor *processor, const SmartPtr<VideoBuffer> &buf) in process_buffer_failed()
175 PipeManager::process_image_result_done (ImageProcessor *processor, const SmartPtr<X3aResult> &resul… in process_image_result_done()