Lines Matching refs:standard
580 v4l2_video_std_frame_period(vv->standard->id, in vidioc_g_parm()
628 maxw = vv->standard->h_max_out; in vidioc_try_fmt_vid_cap()
629 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_cap()
707 maxw = vv->standard->h_max_out; in vidioc_try_fmt_vid_overlay()
708 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_overlay()
792 *norm = vv->standard->id; in vidioc_g_std()
841 vv->standard = &dev->ext_vv_data->stds[i]; in vidioc_s_std()
843 dev->ext_vv_data->std_callback(dev, vv->standard); in vidioc_s_std()
857 DEB_EE("VIDIOC_S_STD: set to standard to '%s'\n", vv->standard->name); in vidioc_s_std()
1052 vv->video_fmt.width > vv->standard->h_max_out || in buffer_prepare()
1053 vv->video_fmt.height > vv->standard->v_max_out) { in buffer_prepare()
1184 vv->standard = &dev->ext_vv_data->stds[0]; in video_init()