Home | History | Annotate | Download | only in gstreamer

Lines Matching refs:pipe_manager

365     XCAM_CONSTRUCTOR (xcamfilter->pipe_manager, SmartPtr<MainPipeManager>);
366 xcamfilter->pipe_manager = new MainPipeManager;
367 XCAM_ASSERT (xcamfilter->pipe_manager.ptr ());
378 xcamfilter->pipe_manager.release ();
379 XCAM_DESTRUCTOR (xcamfilter->pipe_manager, SmartPtr<MainPipeManager>);
509 SmartPtr<MainPipeManager> pipe_manager = xcamfilter->pipe_manager;
527 pipe_manager->set_smart_analyzer (smart_analyzer);
535 image_processor->set_stats_callback (pipe_manager);
571 pipe_manager->add_image_processor (image_processor);
572 pipe_manager->set_image_processor (image_processor);
601 SmartPtr<MainPipeManager> pipe_manager = xcamfilter->pipe_manager;
602 if (pipe_manager.ptr ())
603 pipe_manager->stop ();
725 SmartPtr<MainPipeManager> pipe_manager = xcamfilter->pipe_manager;
726 SmartPtr<CLPostImageProcessor> processor = pipe_manager->get_image_processor();
727 XCAM_ASSERT (pipe_manager.ptr () && processor.ptr ());
744 if (pipe_manager->start () != XCAM_RETURN_NO_ERROR) {
892 SmartPtr<MainPipeManager> pipe_manager = xcamfilter->pipe_manager;
893 XCAM_ASSERT (buf_pool.ptr () && pipe_manager.ptr ());
923 if (pipe_manager->push_buffer (video_buf) != XCAM_RETURN_NO_ERROR) {
937 SmartPtr<MainPipeManager> pipe_manager = xcamfilter->pipe_manager;
947 video_buf = pipe_manager->dequeue_buffer (timeout);