Home
last modified time | relevance | path

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

/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp365 XCAM_CONSTRUCTOR (xcamfilter->pipe_manager, SmartPtr<MainPipeManager>); in gst_xcam_filter_init()
366 xcamfilter->pipe_manager = new MainPipeManager; in gst_xcam_filter_init()
367 XCAM_ASSERT (xcamfilter->pipe_manager.ptr ()); in gst_xcam_filter_init()
378 xcamfilter->pipe_manager.release (); in gst_xcam_filter_finalize()
379 XCAM_DESTRUCTOR (xcamfilter->pipe_manager, SmartPtr<MainPipeManager>); in gst_xcam_filter_finalize()
509 SmartPtr<MainPipeManager> pipe_manager = xcamfilter->pipe_manager; in gst_xcam_filter_start() local
527 pipe_manager->set_smart_analyzer (smart_analyzer); in gst_xcam_filter_start()
535 image_processor->set_stats_callback (pipe_manager); in gst_xcam_filter_start()
571 pipe_manager->add_image_processor (image_processor); in gst_xcam_filter_start()
572 pipe_manager->set_image_processor (image_processor); in gst_xcam_filter_start()
[all …]
Dgstxcamfilter.h98 XCam::SmartPtr<GstXCam::MainPipeManager> pipe_manager; member
/external/libxcam/tests/
Dtest-pipe-manager.cpp379 SmartPtr<MainPipeManager> pipe_manager = new MainPipeManager (); in main() local
380 pipe_manager->set_image_width (image_width); in main()
381 pipe_manager->set_image_height (image_height); in main()
400 pipe_manager->set_smart_analyzer (smart_analyzer); in main()
404 cl_post_processor->set_stats_callback (pipe_manager); in main()
416 pipe_manager->add_image_processor (cl_post_processor); in main()
434 pipe_manager->set_display_mode (display_mode); in main()
445 pipe_manager->enable_display (need_display); in main()
447 ret = pipe_manager->start (); in main()
460 pipe_manager->push_buffer (video_buf); in main()
[all …]
/external/libxcam/xcore/
DMakefile.am15 pipe_manager.cpp \
104 pipe_manager.h \