Searched refs:IspPollThread (Results 1 – 2 of 2) sorted by relevance
41 class IspPollThread class45 IspPollThread (PollThread *poll, int type) in IspPollThread() function in XCam::IspPollThread99 SmartPtr<IspPollThread> isp_stats_loop = new IspPollThread(this, ISP_POLL_3A_STATS); in PollThread()103 SmartPtr<IspPollThread> isp_luma_loop = new IspPollThread(this, ISP_POLL_LUMA); in PollThread()107 SmartPtr<IspPollThread> isp_params_loop = new IspPollThread(this, ISP_POLL_PARAMS); in PollThread()111 SmartPtr<IspPollThread> isp_pparams_loop = new IspPollThread(this, ISP_POLL_POST_PARAMS); in PollThread()115 SmartPtr<IspPollThread> ispp_stats_loop = new IspPollThread(this, ISPP_POLL_STATS); in PollThread()
52 class IspPollThread; variable58 friend class IspPollThread; variable