Searched refs:camif_crop (Results 1 – 4 of 4) sorted by relevance
721 struct v4l2_rect *crop = &camif->camif_crop; in __camif_video_try_format()1242 mf->width = camif->camif_crop.width; in s3c_camif_subdev_get_fmt()1243 mf->height = camif->camif_crop.height; in s3c_camif_subdev_get_fmt()1276 struct v4l2_rect *crop = &camif->camif_crop; in __camif_subdev_try_format()1292 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_set_fmt()1358 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_get_selection()1430 *r = camif->camif_crop; in __camif_try_crop()1445 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_set_selection()1653 memset(&camif->camif_crop, 0, sizeof(camif->camif_crop)); in s3c_camif_set_defaults()1654 camif->camif_crop.width = CAMIF_DEF_WIDTH; in s3c_camif_set_defaults()[all …]
154 struct v4l2_rect *camif_crop = &vp->camif->camif_crop; in s3c_camif_get_scaler_config() local155 int source_x = camif_crop->width; in s3c_camif_get_scaler_config()156 int source_y = camif_crop->height; in s3c_camif_get_scaler_config()
270 struct v4l2_rect camif_crop; member
134 struct v4l2_rect *crop = &camif->camif_crop; in camif_hw_set_camera_crop()