Home
last modified time | relevance | path

Searched refs:isp_sink_fmt (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_file.c44 struct v4l2_mbus_framefmt isp_sink_fmt; in file_work() local
50 isp_sink_fmt = *atomisp_subdev_get_ffmt(&asd->subdev, NULL, in file_work()
58 buf, isp_sink_fmt.width, in file_work()
59 isp_sink_fmt.height); in file_work()
91 struct v4l2_mbus_framefmt *isp_sink_fmt; in file_input_get_fmt() local
95 isp_sink_fmt = atomisp_subdev_get_ffmt(&asd->subdev, NULL, in file_input_get_fmt()
99 fmt->width = isp_sink_fmt->width; in file_input_get_fmt()
100 fmt->height = isp_sink_fmt->height; in file_input_get_fmt()
101 fmt->code = isp_sink_fmt->code; in file_input_get_fmt()
H A Datomisp_fops.c969 struct v4l2_mbus_framefmt isp_sink_fmt = { 0 }; in atomisp_release() local
973 ATOMISP_SUBDEV_PAD_SINK, &isp_sink_fmt); in atomisp_release()
981 struct v4l2_mbus_framefmt isp_sink_fmt = { 0 }; in atomisp_release() local
985 ATOMISP_SUBDEV_PAD_SINK, &isp_sink_fmt); in atomisp_release()
H A Datomisp_cmd.c5672 struct v4l2_mbus_framefmt *isp_sink_fmt; in atomisp_set_fmt() local
5863 isp_sink_fmt = atomisp_subdev_get_ffmt(&asd->subdev, NULL, in atomisp_set_fmt()
5921 isp_sink_fmt->width < (f->fmt.pix.width + padding_w + dvs_env_w) || in atomisp_set_fmt()
5922 isp_sink_fmt->height < (f->fmt.pix.height + padding_h + in atomisp_set_fmt()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.cpp469 struct v4l2_subdev_format isp_sink_fmt; in setup_pipeline_fmt() local
471 memset(&isp_sink_fmt, 0, sizeof(isp_sink_fmt)); in setup_pipeline_fmt()
472 isp_sink_fmt.pad = 0; in setup_pipeline_fmt()
473 isp_sink_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in setup_pipeline_fmt()
474 ret = _isp_core_dev->getFormat(isp_sink_fmt); in setup_pipeline_fmt()
479 isp_sink_fmt.format.width = width; in setup_pipeline_fmt()
480 isp_sink_fmt.format.height = height; in setup_pipeline_fmt()
483 ret = _isp_core_dev->setFormat(isp_sink_fmt); in setup_pipeline_fmt()
490isp_sink_fmt.format.code, isp_sink_fmt.format.width, isp_sink_fmt.format.height); in setup_pipeline_fmt()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp1797 struct v4l2_subdev_format isp_sink_fmt; in setupPipelineFmtCif() local
1799 memset(&isp_sink_fmt, 0, sizeof(isp_sink_fmt)); in setupPipelineFmtCif()
1800 isp_sink_fmt.pad = 0; in setupPipelineFmtCif()
1801 isp_sink_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in setupPipelineFmtCif()
1802 ret = mIspCoreDev->getFormat(isp_sink_fmt); in setupPipelineFmtCif()
1807 isp_sink_fmt.format.width = sns_sd_sel.r.width; in setupPipelineFmtCif()
1808 isp_sink_fmt.format.height = sns_sd_sel.r.height; in setupPipelineFmtCif()
1809 isp_sink_fmt.format.code = sns_sd_fmt.format.code; in setupPipelineFmtCif()
1811 ret = mIspCoreDev->setFormat(isp_sink_fmt); in setupPipelineFmtCif()
1818isp_sink_fmt.format.code, isp_sink_fmt.format.width, isp_sink_fmt.format.height); in setupPipelineFmtCif()
[all …]