Home
last modified time | relevance | path

Searched refs:set_selection (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.h107 XCamReturn set_selection (struct v4l2_selection &select);
194 virtual XCamReturn set_selection (struct v4l2_subdev_selection &aSelection);
H A Dv4l2_device.cpp571 V4l2Device::set_selection (struct v4l2_selection &select) in prepare() function in XCam::V4l2Device
597 V4l2SubDevice::set_selection (struct v4l2_subdev_selection &aSelection) in prepare() function in XCam::V4l2SubDevice
/OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/mediactl/
H A Dv4l2subdev.c485 static int set_selection(struct media_pad *pad, unsigned int target, in set_selection() function
568 ret = set_selection(pad, V4L2_SEL_TGT_CROP, &crop); in v4l2_subdev_parse_setup_format()
572 ret = set_selection(pad, V4L2_SEL_TGT_COMPOSE, &compose); in v4l2_subdev_parse_setup_format()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-subdev.c270 sd->ops->pad->set_selection(sd, cfg, sel); in call_set_selection()
336 .set_selection = call_set_selection,
543 sd, pad, set_selection, subdev_fh->pad, &sel); in subdev_do_ioctl()
621 sd, pad, set_selection, subdev_fh->pad, sel); in subdev_do_ioctl()
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_uif.c182 .set_selection = uif_set_selection,
H A Dvsp1_rwpf.c249 .set_selection = vsp1_rwpf_set_selection,
H A Dvsp1_brx.c273 .set_selection = brx_set_selection,
H A Dvsp1_drm.c156 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, set_selection, NULL, in vsp1_du_pipeline_setup_rpf()
211 ret = v4l2_subdev_call(&pipe->brx->subdev, pad, set_selection, NULL, in vsp1_du_pipeline_setup_rpf()
H A Dvsp1_histo.c408 .set_selection = histo_set_selection,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.cpp504 ret = _isp_core_dev->set_selection (aSelection); in setup_pipeline_fmt()
516 ret = _isp_core_dev->set_selection (aSelection); in setup_pipeline_fmt()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Ddev.c430 v4l2_subdev_call(isp, pad, set_selection, &cfg, &sel);
440 v4l2_subdev_call(isp, pad, set_selection, &cfg, &sel);
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Ddev.c460 v4l2_subdev_call(isp, pad, set_selection, NULL, &sel); in _set_pipeline_default_fmt()
473 v4l2_subdev_call(isp, pad, set_selection, NULL, &sel); in _set_pipeline_default_fmt()
H A Dbridge.c475 .set_selection = bridge_set_selection,
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-subdev.h709 int (*set_selection)(struct v4l2_subdev *sd, member
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c332 .set_selection = vimc_sca_set_selection,
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dmipi-csi2.c504 ret = v4l2_subdev_call(sensor, pad, set_selection, in csi2_set_selection()
653 .set_selection = csi2_set_selection,
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmt9m032.c686 .set_selection = mt9m032_set_pad_selection,
H A Dmt9m001.c717 .set_selection = mt9m001_set_selection,
H A Dmt9t001.c836 .set_selection = mt9t001_set_selection,
H A Dmt9t112.c1012 .set_selection = mt9t112_set_selection,
H A Dov6650.c997 .set_selection = ov6650_set_selection,
H A Drj54n1cb0c.c1248 .set_selection = rj54n1_set_selection,
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/
H A Dvi.c691 if (!v4l2_subdev_has_op(subdev, pad, set_selection)) in tegra_channel_s_selection()
700 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in tegra_channel_s_selection()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp1832 ret = mIspCoreDev->set_selection (aSelection); in setupPipelineFmtCif()
1845 ret = mIspCoreDev->set_selection (aSelection); in setupPipelineFmtCif()
1942 ret = mIspCoreDev->set_selection (aSelection); in setupPipelineFmtIsp()
1960 ret = mIspCoreDev->set_selection (aSelection); in setupPipelineFmtIsp()
2124 ret = _ispp_sd->set_selection (aSelection); in setupPipelineFmt()
2131 ret = _ispp_sd->set_selection (aSelection); in setupPipelineFmt()
2151 ret = mIspSpDev->set_selection (selection); in setupPipelineFmt()
/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/
H A Drkisp1-resizer.c718 .set_selection = rkisp1_rsz_set_selection,

123