Home
last modified time | relevance | path

Searched refs:mLensDev (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp1531 mLensDev = lensHw; in init()
1532 mLensDev->open(); in init()
1538 mLensDev = lensHw; in init()
1567 mSpStreamUnit->set_devices(this, mIspCoreDev, _ispp_sd, mLensDev); in init()
2457 LensHw* lensHw = mLensDev.get_cast_ptr<LensHw>(); in setLensVcmCfg()
2687 LensHw* lensHw = mLensDev.get_cast_ptr<LensHw>(); in prepare()
2876 lensHw = mLensDev.get_cast_ptr<LensHw>(); in start()
3132 lensHw = mLensDev.get_cast_ptr<LensHw>(); in stop()
3663 LensHw* mLensSubdev = mLensDev.get_cast_ptr<LensHw>(); in getSensorModeData()
3750 LensHw* mLensSubdev = mLensDev.get_cast_ptr<LensHw>(); in setIrisParams()
[all …]
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/hwi/
H A DCamHwBase.h173 SmartPtr<V4l2SubDevice> mLensDev; variable