Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dpipe_manager.cpp33 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()
[all …]
Dpipe_manager.h32 class PipeManager
38 PipeManager ();
39 virtual ~PipeManager ();
69 XCAM_DEAD_COPY (PipeManager);
/external/libxcam/wrapper/gstreamer/
Dmain_pipe_manager.h36 : public XCam::PipeManager
/external/libxcam/tests/
Dtest-pipe-manager.cpp52 : public PipeManager