Home
last modified time | relevance | path

Searched refs:LensHw (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DLensHw.cpp25 uint16_t LensHw::DEFAULT_POOL_SIZE = 20;
27 LensHw::LensHw(const char* name) in LensHw() function in RkCam::LensHw
34 _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 …]
H A DLensHw.h152 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;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DStream.h146 class LensHw; variable
154 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;
H A DCamHwIsp20.cpp1471 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 …]
H A DSPStreamProcUnit.cpp98 SmartPtr<LensHw> lensHw = _focus_dev.dynamic_cast_ptr<LensHw>(); in get_lowpass_fv()
H A DStream.cpp500 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()
H A DRawStreamProcUnit.cpp503 SmartPtr<LensHw> mLensSubdev = _camHw->mLensDev.dynamic_cast_ptr<LensHw>(); in trigger_isp_readback()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DAndroid.bp141 "hwi/LensHw.cpp",
H A DCMakeLists.txt623 hwi/LensHw.cpp