Searched refs:LensHw (Results 1 – 9 of 9) sorted by relevance
25 uint16_t LensHw::DEFAULT_POOL_SIZE = 20;27 LensHw::LensHw(const char* name) in LensHw() function in RkCam::LensHw34 _afInfoPool = new RkAiqAfInfoPool("LensLocalAfInfoParams", LensHw::DEFAULT_POOL_SIZE); in LensHw()35 _irisInfoPool = new RkAiqIrisParamsPool("LensLocalIrisInfoParams", LensHw::DEFAULT_POOL_SIZE); in LensHw()43 LensHw::~LensHw() in ~LensHw()50 LensHw::getOTPData() in getOTPData()64 LensHw::queryLensSupport() in queryLensSupport()109 LensHw::start_internal() in start_internal()149 LensHw::start(bool prepared) in start()165 LensHw::stop() in stop()[all …]
152 class LensHw : public V4l2SubDevice {154 explicit LensHw(const char* name);155 virtual ~LensHw();196 XCAM_DEAD_COPY (LensHw);247 LensHwHelperThd(LensHw *lenshw, int id) in LensHwHelperThd()284 LensHw *mLensHw;
146 class LensHw; variable154 bool set_iris_handle_dev(SmartPtr<LensHw> &dev);155 bool set_focus_handle_dev(SmartPtr<LensHw> &dev);164 SmartPtr<LensHw> _iris_handle_dev;165 SmartPtr<LensHw> _focus_handle_dev;
1471 SmartPtr<LensHw> lensHw; in init()1530 lensHw = new LensHw(s_info->module_lens_dev_name.c_str()); in init()1537 lensHw = new LensHw(NULL); in init()2457 LensHw* lensHw = mLensDev.get_cast_ptr<LensHw>(); in setLensVcmCfg()2687 LensHw* lensHw = mLensDev.get_cast_ptr<LensHw>(); in prepare()2872 LensHw* lensHw = NULL; in start()2876 lensHw = mLensDev.get_cast_ptr<LensHw>(); in start()3104 LensHw* lensHw = NULL; in stop()3132 lensHw = mLensDev.get_cast_ptr<LensHw>(); in stop()3663 LensHw* mLensSubdev = mLensDev.get_cast_ptr<LensHw>(); in getSensorModeData()[all …]
98 SmartPtr<LensHw> lensHw = _focus_dev.dynamic_cast_ptr<LensHw>(); in get_lowpass_fv()
500 bool RKStatsStream::set_iris_handle_dev(SmartPtr<LensHw> &dev) in set_iris_handle_dev()506 bool RKStatsStream::set_focus_handle_dev(SmartPtr<LensHw> &dev) in set_focus_handle_dev()
503 SmartPtr<LensHw> mLensSubdev = _camHw->mLensDev.dynamic_cast_ptr<LensHw>(); in trigger_isp_readback()
141 "hwi/LensHw.cpp",
623 hwi/LensHw.cpp