Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/saa7146/
Dhexium_orion.c193 .v_max_out = 576, .h_max_out = 768,
198 .v_max_out = 480, .h_max_out = 640,
203 .v_max_out = 576, .h_max_out = 768,
Dhexium_gemini.c143 .v_max_out = 576, .h_max_out = 768,
148 .v_max_out = 480, .h_max_out = 640,
153 .v_max_out = 576, .h_max_out = 768,
Dmxb.c798 .v_max_out = 576, .h_max_out = 768,
803 .v_max_out = 576, .h_max_out = 768,
808 .v_max_out = 480, .h_max_out = 640,
813 .v_max_out = 576, .h_max_out = 768,
/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110_v4l.c881 .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,
909 .v_max_out = 576, .h_max_out = 768,
914 .v_max_out = 480, .h_max_out = 640,
Dbudget-av.c1530 .v_max_out = 576,.h_max_out = 768 },
1535 .v_max_out = 480,.h_max_out = 640, },
/linux-4.4.14/include/media/
Dsaa7146_vv.h53 int v_max_out; member
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_video.c647 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_cap()
726 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_overlay()
1073 vv->video_fmt.height > vv->standard->v_max_out) { in buffer_prepare()
Dsaa7146_fops.c535 vv->ov_fb.fmt.height = vv->standard->v_max_out; in saa7146_vv_init()