Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-video.c368 dev->crop_defrect.left = norm->h_start; in set_tvnorm()
370 dev->crop_defrect.width = norm->h_stop - norm->h_start +1; in set_tvnorm()
373 dev->crop_defrect.top = norm->video_v_start*2; in set_tvnorm()
376 dev->crop_defrect.height = (norm->video_v_stop - norm->video_v_start +1)*2; in set_tvnorm()
378 dev->crop_current = dev->crop_defrect; in set_tvnorm()
1319 sel->r = dev->crop_defrect; in saa7134_g_selection()
H A Dsaa7134.h636 struct v4l2_rect crop_defrect; member