Searched refs:mIspCoreDev (Results 1 – 2 of 2) sorted by relevance
1513 mIspCoreDev = new V4l2SubDevice(s_info->isp_info->isp_dev_path); in init()1514 mIspCoreDev->open(); in init()1567 mSpStreamUnit->set_devices(this, mIspCoreDev, _ispp_sd, mLensDev); in init()1614 mRawCapUnit->set_devices(mIspCoreDev, this, mRawProcUnit.ptr()); in init()1615 mRawProcUnit->set_devices(mIspCoreDev, this); in init()1802 ret = mIspCoreDev->getFormat(isp_sink_fmt); in setupPipelineFmtCif()1811 ret = mIspCoreDev->setFormat(isp_sink_fmt); in setupPipelineFmtCif()1832 ret = mIspCoreDev->set_selection (aSelection); in setupPipelineFmtCif()1845 ret = mIspCoreDev->set_selection (aSelection); in setupPipelineFmtCif()1861 ret = mIspCoreDev->getFormat(isp_src_fmt); in setupPipelineFmtCif()[all …]
171 SmartPtr<V4l2SubDevice> mIspCoreDev; variable