Home
last modified time | relevance | path

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

/drivers/media/pci/saa7134/
Dsaa7134-video.c547 dev->crop_bounds.left = norm->h_start; in set_tvnorm()
549 dev->crop_bounds.width = norm->h_stop - norm->h_start +1; in set_tvnorm()
552 dev->crop_bounds.top = (norm->vbi_v_stop_0+1)*2; in set_tvnorm()
554 dev->crop_bounds.height = ((norm->id & V4L2_STD_525_60) ? 524 : 624) in set_tvnorm()
555 - dev->crop_bounds.top; in set_tvnorm()
1033 fh->width > dev->crop_bounds.width || in buffer_prepare()
1034 fh->height > dev->crop_bounds.height) in buffer_prepare()
1613 maxw = min(dev->crop_current.width*4, dev->crop_bounds.width); in saa7134_try_fmt_vid_cap()
1614 maxh = min(dev->crop_current.height*4, dev->crop_bounds.height); in saa7134_try_fmt_vid_cap()
1934 cap->bounds = dev->crop_bounds; in saa7134_cropcap()
[all …]
Dsaa7134.h619 struct v4l2_rect crop_bounds; member