Home
last modified time | relevance | path

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

/external/libxcam/tests/
Dtest-pipe-manager.cpp383 …SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS… in main() local
384 if (!smart_handlers.empty () ) { in main()
387 SmartHandlerList::iterator i_handler = smart_handlers.begin (); in main()
388 for (; i_handler != smart_handlers.end (); ++i_handler) { in main()
Dtest-device-manager.cpp731 …SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS… in main() local
732 if (!smart_handlers.empty ()) { in main()
735 SmartHandlerList::iterator i_handler = smart_handlers.begin (); in main()
736 for (; i_handler != smart_handlers.end (); ++i_handler) in main()
/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp513 …SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS… in gst_xcam_filter_start() local
514 if (!smart_handlers.empty ()) { in gst_xcam_filter_start()
517 SmartHandlerList::iterator i_handler = smart_handlers.begin (); in gst_xcam_filter_start()
518 for (; i_handler != smart_handlers.end (); ++i_handler) in gst_xcam_filter_start()
Dgstxcamsrc.cpp1113 …SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS… in gst_xcam_src_start() local
1114 if (!smart_handlers.empty ()) { in gst_xcam_src_start()
1117 SmartHandlerList::iterator i_handler = smart_handlers.begin (); in gst_xcam_src_start()
1118 for (; i_handler != smart_handlers.end (); ++i_handler) in gst_xcam_src_start()