Searched refs:isp_src_fmt (Results 1 – 3 of 3) sorted by relevance
526 struct v4l2_subdev_format isp_src_fmt; in setup_pipeline_fmt() local528 memset(&isp_src_fmt, 0, sizeof(isp_src_fmt)); in setup_pipeline_fmt()529 isp_src_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in setup_pipeline_fmt()530 isp_src_fmt.pad = 2; in setup_pipeline_fmt()531 ret = _isp_core_dev->getFormat(isp_src_fmt); in setup_pipeline_fmt()537 isp_src_fmt.format.width = aSelection.r.width; in setup_pipeline_fmt()538 isp_src_fmt.format.height = aSelection.r.height; in setup_pipeline_fmt()539 ret = _isp_core_dev->setFormat(isp_src_fmt); in setup_pipeline_fmt()546 isp_src_fmt.format.code, isp_src_fmt.format.width, isp_src_fmt.format.height); in setup_pipeline_fmt()
161 struct v4l2_subdev_format isp_src_fmt; in prepare() local162 isp_src_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in prepare()163 isp_src_fmt.pad = 2; in prepare()164 ret = _isp_core_dev->getFormat(isp_src_fmt); in prepare()169 _src_width = isp_src_fmt.format.width; in prepare()170 _src_height = isp_src_fmt.format.height; in prepare()
1856 struct v4l2_subdev_format isp_src_fmt; in setupPipelineFmtCif() local1858 memset(&isp_src_fmt, 0, sizeof(isp_src_fmt)); in setupPipelineFmtCif()1859 isp_src_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in setupPipelineFmtCif()1860 isp_src_fmt.pad = 2; in setupPipelineFmtCif()1861 ret = mIspCoreDev->getFormat(isp_src_fmt); in setupPipelineFmtCif()1867 isp_src_fmt.format.width = aSelection.r.width; in setupPipelineFmtCif()1868 isp_src_fmt.format.height = aSelection.r.height; in setupPipelineFmtCif()1869 ret = mIspCoreDev->setFormat(isp_src_fmt); in setupPipelineFmtCif()1876 isp_src_fmt.format.code, isp_src_fmt.format.width, isp_src_fmt.format.height); in setupPipelineFmtCif()1971 struct v4l2_subdev_format isp_src_fmt; in setupPipelineFmtIsp() local[all …]