HomeSort by relevance Sort by last modified time
    Searched refs:MainPipeManager (Results 1 - 5 of 5) sorted by null

  /external/libxcam/wrapper/gstreamer/
main_pipe_manager.cpp 28 MainPipeManager::post_buffer (const SmartPtr<VideoBuffer> &buf)
35 MainPipeManager::dequeue_buffer (const int32_t timeout)
43 MainPipeManager::pause_dequeue ()
49 MainPipeManager::resume_dequeue ()
main_pipe_manager.h 35 class MainPipeManager
39 MainPipeManager () {};
40 ~MainPipeManager () {};
gstxcamfilter.h 98 XCam::SmartPtr<GstXCam::MainPipeManager> pipe_manager;
gstxcamfilter.cpp 365 XCAM_CONSTRUCTOR (xcamfilter->pipe_manager, SmartPtr<MainPipeManager>);
366 xcamfilter->pipe_manager = new MainPipeManager;
379 XCAM_DESTRUCTOR (xcamfilter->pipe_manager, SmartPtr<MainPipeManager>);
509 SmartPtr<MainPipeManager> pipe_manager = xcamfilter->pipe_manager;
601 SmartPtr<MainPipeManager> pipe_manager = xcamfilter->pipe_manager;
725 SmartPtr<MainPipeManager> pipe_manager = xcamfilter->pipe_manager;
    [all...]
  /external/libxcam/tests/
test-pipe-manager.cpp 51 class MainPipeManager
55 MainPipeManager ()
99 MainPipeManager::post_buffer (const SmartPtr<VideoBuffer> &buf)
112 MainPipeManager::display_buf (const SmartPtr<VideoBuffer> &data)
379 SmartPtr<MainPipeManager> pipe_manager = new MainPipeManager ();

Completed in 336 milliseconds