Home
last modified time | relevance | path

Searched refs:SmartHandlerList (Results 1 – 9 of 9) sorted by relevance

/external/libxcam/xcore/
Dsmart_analyzer.cpp75 SmartHandlerList::iterator i_handler = _handlers.begin (); in internal_init()
91 SmartHandlerList::iterator i_handler = _handlers.begin (); in internal_deinit()
114 SmartHandlerList::iterator i_handler = _handlers.begin (); in update_params()
145 SmartHandlerList::iterator i_handler = _handlers.begin (); in analyze()
Dsmart_analyzer_loader.cpp45 SmartHandlerList
49 SmartHandlerList ret_handers; in load_smart_handlers()
58 SmartHandlerList::iterator i_pos = ret_handers.begin (); in load_smart_handlers()
Dsmart_analyzer_loader.h46 static SmartHandlerList load_smart_handlers (const char *dir_path);
Dsmart_analyzer.h55 SmartHandlerList _handlers;
Dsmart_analysis_handler.h36 typedef std::list<SmartPtr<SmartAnalysisHandler>> SmartHandlerList; typedef
/external/libxcam/tests/
Dtest-pipe-manager.cpp383SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS… in main()
387 SmartHandlerList::iterator i_handler = smart_handlers.begin (); in main()
Dtest-device-manager.cpp731SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS… in main()
735 SmartHandlerList::iterator i_handler = smart_handlers.begin (); in main()
/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp513SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS… in gst_xcam_filter_start()
517 SmartHandlerList::iterator i_handler = smart_handlers.begin (); in gst_xcam_filter_start()
Dgstxcamsrc.cpp1113SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS… in gst_xcam_src_start()
1117 SmartHandlerList::iterator i_handler = smart_handlers.begin (); in gst_xcam_src_start()