Home
last modified time | relevance | path

Searched refs:crop_bounds (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
Drkisp1-common.c29 struct v4l2_rect crop_bounds = { in rkisp1_sd_adjust_crop() local
36 rkisp1_sd_adjust_crop_rect(crop, &crop_bounds); in rkisp1_sd_adjust_crop()
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
Dsaa7134-video.c367 dev->crop_bounds.left = norm->h_start; in set_tvnorm()
369 dev->crop_bounds.width = norm->h_stop - norm->h_start +1; in set_tvnorm()
372 dev->crop_bounds.top = (norm->vbi_v_stop_0+1)*2; in set_tvnorm()
374 dev->crop_bounds.height = ((norm->id & V4L2_STD_525_60) ? 524 : 624) in set_tvnorm()
375 - dev->crop_bounds.top; in set_tvnorm()
949 dev->width > dev->crop_bounds.width || in queue_setup()
950 dev->height > dev->crop_bounds.height) in queue_setup()
1307 maxw = min(dev->crop_current.width*4, dev->crop_bounds.width); in saa7134_try_fmt_vid_cap()
1308 maxh = min(dev->crop_current.height*4, dev->crop_bounds.height); in saa7134_try_fmt_vid_cap()
1635 sel->r = dev->crop_bounds; in saa7134_g_selection()
[all …]
Dsaa7134.h646 struct v4l2_rect crop_bounds; member