Home
last modified time | relevance | path

Searched refs:lensHw (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DSPStreamProcUnit.cpp98 SmartPtr<LensHw> lensHw = _focus_dev.dynamic_cast_ptr<LensHw>(); in get_lowpass_fv() local
115 lensHw->setLowPassFv(sub_shp4_4, sub_shp8_8, high_light, high_light2, sequence); in get_lowpass_fv()
H A DCamHwIsp20.cpp1471 SmartPtr<LensHw> lensHw; in init() local
1530 lensHw = new LensHw(s_info->module_lens_dev_name.c_str()); in init()
1531 mLensDev = lensHw; in init()
1537 lensHw = new LensHw(NULL); in init()
1538 mLensDev = lensHw; in init()
1630 if(lensHw.ptr()) { in init()
1631 mIspStatsStream->set_focus_handle_dev(lensHw); in init()
2457 LensHw* lensHw = mLensDev.get_cast_ptr<LensHw>(); in setLensVcmCfg() local
2462 if (lensHw) { in setLensVcmCfg()
2463 ret = lensHw->getLensVcmCfg(old_cfg); in setLensVcmCfg()
[all …]