HomeSort by relevance Sort by last modified time
    Searched full:smart_handlers (Results 1 - 4 of 4) sorted by null

  /external/libxcam/tests/
test-pipe-manager.cpp 383 SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS_LIB_DIR); local
384 if (!smart_handlers.empty () ) {
387 SmartHandlerList::iterator i_handler = smart_handlers.begin ();
388 for (; i_handler != smart_handlers.end (); ++i_handler) {
test-device-manager.cpp 731 SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS_LIB_DIR); local
732 if (!smart_handlers.empty ()) {
735 SmartHandlerList::iterator i_handler = smart_handlers.begin ();
736 for (; i_handler != smart_handlers.end (); ++i_handler)
  /external/libxcam/wrapper/gstreamer/
gstxcamfilter.cpp 513 SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS_LIB_DIR); local
514 if (!smart_handlers.empty ()) {
517 SmartHandlerList::iterator i_handler = smart_handlers.begin ();
518 for (; i_handler != smart_handlers.end (); ++i_handler)
    [all...]
gstxcamsrc.cpp 1113 SmartHandlerList smart_handlers = SmartAnalyzerLoader::load_smart_handlers (DEFAULT_SMART_ANALYSIS_LIB_DIR); local
    [all...]

Completed in 98 milliseconds