Home
last modified time | relevance | path

Searched refs:camif_crop (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c713 struct v4l2_rect *crop = &camif->camif_crop; in __camif_video_try_format()
1234 mf->width = camif->camif_crop.width; in s3c_camif_subdev_get_fmt()
1235 mf->height = camif->camif_crop.height; in s3c_camif_subdev_get_fmt()
1269 struct v4l2_rect *crop = &camif->camif_crop; in __camif_subdev_try_format()
1285 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_set_fmt()
1351 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_get_selection()
1423 *r = camif->camif_crop; in __camif_try_crop()
1438 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_set_selection()
1646 memset(&camif->camif_crop, 0, sizeof(camif->camif_crop)); in s3c_camif_set_defaults()
1647 camif->camif_crop.width = CAMIF_DEF_WIDTH; in s3c_camif_set_defaults()
[all …]
H A Dcamif-core.c146 struct v4l2_rect *camif_crop = &vp->camif->camif_crop; in s3c_camif_get_scaler_config() local
147 int source_x = camif_crop->width; in s3c_camif_get_scaler_config()
148 int source_y = camif_crop->height; in s3c_camif_get_scaler_config()
H A Dcamif-core.h276 struct v4l2_rect camif_crop; member
H A Dcamif-regs.c131 struct v4l2_rect *crop = &camif->camif_crop; in camif_hw_set_camera_crop()