Lines Matching refs:standard
598 v4l2_video_std_frame_period(vv->standard->id, in vidioc_g_parm()
646 maxw = vv->standard->h_max_out; in vidioc_try_fmt_vid_cap()
647 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_cap()
725 maxw = vv->standard->h_max_out; in vidioc_try_fmt_vid_overlay()
726 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_overlay()
812 *norm = vv->standard->id; in vidioc_g_std()
861 vv->standard = &dev->ext_vv_data->stds[i]; in vidioc_s_std()
863 dev->ext_vv_data->std_callback(dev, vv->standard); in vidioc_s_std()
877 DEB_EE("VIDIOC_S_STD: set to standard to '%s'\n", vv->standard->name); in vidioc_s_std()
1072 vv->video_fmt.width > vv->standard->h_max_out || in buffer_prepare()
1073 vv->video_fmt.height > vv->standard->v_max_out) { in buffer_prepare()
1206 vv->standard = &dev->ext_vv_data->stds[0]; in video_init()