Searched refs:_ispp_sd (Results 1 – 2 of 2) sorted by relevance
1451 _ispp_sd = new V4l2SubDevice(s_info->ispp_info->pp_dev_path); in init_pp()1452 _ispp_sd ->open(); in init_pp()1456 mTnrStreamProcUnit->set_devices(this, _ispp_sd); in init_pp()1458 mNrStreamProcUnit->set_devices(this, _ispp_sd); in init_pp()1460 mFecParamStream->set_devices(this, _ispp_sd); in init_pp()1567 mSpStreamUnit->set_devices(this, mIspCoreDev, _ispp_sd, mLensDev); in init()2095 if (!_ispp_sd.ptr()) in setupPipelineFmt()2106 ret = _ispp_sd->setFormat(isp_src_fmt); in setupPipelineFmt()2124 ret = _ispp_sd->set_selection (aSelection); in setupPipelineFmt()2131 ret = _ispp_sd->set_selection (aSelection); in setupPipelineFmt()[all …]
272 SmartPtr<V4l2SubDevice> _ispp_sd; variable