Home | History | Annotate | Download | only in isp

Lines Matching defs:IspPollThread

28 class IspPollThread;
30 IspPollThread::IspPollThread ()
32 XCAM_LOG_DEBUG ("IspPollThread constructed");
35 IspPollThread::~IspPollThread ()
39 XCAM_LOG_DEBUG ("~IspPollThread destructed");
43 IspPollThread::set_isp_controller (SmartPtr<IspController> &isp)
51 IspPollThread::start ()
59 IspPollThread::stop ()
68 IspPollThread::init_3a_stats_pool ()
92 IspPollThread::capture_3a_stats (SmartPtr<X3aStats> &stats)
119 IspPollThread::handle_events (struct v4l2_event &event)