Searched refs:lensHw (Results 1 – 2 of 2) sorted by relevance
98 SmartPtr<LensHw> lensHw = _focus_dev.dynamic_cast_ptr<LensHw>(); in get_lowpass_fv() local115 lensHw->setLowPassFv(sub_shp4_4, sub_shp8_8, high_light, high_light2, sequence); in get_lowpass_fv()
1471 SmartPtr<LensHw> lensHw; in init() local1530 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() local2462 if (lensHw) { in setLensVcmCfg()2463 ret = lensHw->getLensVcmCfg(old_cfg); in setLensVcmCfg()[all …]