Home
last modified time | relevance | path

Searched refs:v_max_out (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/media/pci/saa7146/
Dhexium_gemini.c132 .v_max_out = 576, .h_max_out = 768,
137 .v_max_out = 480, .h_max_out = 640,
142 .v_max_out = 576, .h_max_out = 768,
Dhexium_orion.c182 .v_max_out = 576, .h_max_out = 768,
187 .v_max_out = 480, .h_max_out = 640,
192 .v_max_out = 576, .h_max_out = 768,
Dmxb.c787 .v_max_out = 576, .h_max_out = 768,
792 .v_max_out = 576, .h_max_out = 768,
797 .v_max_out = 480, .h_max_out = 640,
802 .v_max_out = 576, .h_max_out = 768,
/Linux-v5.4/drivers/media/pci/ttpci/
Dav7110_v4l.c867 .v_max_out = 576, .h_max_out = 768,
872 .v_max_out = 480, .h_max_out = 640,
881 .v_max_out = 576, .h_max_out = 768,
886 .v_max_out = 480, .h_max_out = 640,
895 .v_max_out = 576, .h_max_out = 768,
900 .v_max_out = 480, .h_max_out = 640,
Dbudget-av.c1513 .v_max_out = 576,.h_max_out = 768 },
1518 .v_max_out = 480,.h_max_out = 640, },
/Linux-v5.4/include/media/drv-intf/
Dsaa7146_vv.h53 int v_max_out; member
/Linux-v5.4/drivers/media/common/saa7146/
Dsaa7146_video.c628 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_cap()
707 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_overlay()
1054 vv->video_fmt.height > vv->standard->v_max_out) { in buffer_prepare()
Dsaa7146_fops.c536 vv->ov_fb.fmt.height = vv->standard->v_max_out; in saa7146_vv_init()