Lines Matching refs:crop
735 struct v4l2_rect *crop = &camif->camif_crop; in __camif_video_try_format() local
751 pix->width, pix->height, crop->width, crop->height, in __camif_video_try_format()
757 sc_hrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->width) - 3)); in __camif_video_try_format()
758 sc_vrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->height) - 1)); in __camif_video_try_format()
760 wmin = max_t(u32, pix_lim->min_out_width, crop->width / sc_hrmax); in __camif_video_try_format()
762 hmin = max_t(u32, 8, crop->height / sc_vrmax); in __camif_video_try_format()
1289 struct v4l2_rect *crop = &camif->camif_crop; in __camif_subdev_try_format() local
1290 v4l_bound_align_image(&mf->width, 8, crop->width, in __camif_subdev_try_format()
1292 &mf->height, 8, crop->height, in __camif_subdev_try_format()
1305 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_set_fmt() local
1338 crop->width = mf->width; in s3c_camif_subdev_set_fmt()
1339 crop->height = mf->height; in s3c_camif_subdev_set_fmt()
1340 crop->left = 0; in s3c_camif_subdev_set_fmt()
1341 crop->top = 0; in s3c_camif_subdev_set_fmt()
1348 frame->rect = *crop; in s3c_camif_subdev_set_fmt()
1357 mf->width = crop->width; in s3c_camif_subdev_set_fmt()
1358 mf->height = crop->height; in s3c_camif_subdev_set_fmt()
1371 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_get_selection() local
1387 sel->r = *crop; in s3c_camif_subdev_get_selection()
1398 __func__, crop->left, crop->top, crop->width, in s3c_camif_subdev_get_selection()
1399 crop->height, mf->width, mf->height); in s3c_camif_subdev_get_selection()
1458 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_set_selection() local
1474 *crop = sel->r; in s3c_camif_subdev_set_selection()
1490 __func__, crop->left, crop->top, crop->width, crop->height, in s3c_camif_subdev_set_selection()