Lines Matching refs:standard
580 v4l2_video_std_frame_period(vv->standard->id,
628 maxw = vv->standard->h_max_out;
629 maxh = vv->standard->v_max_out;
707 maxw = vv->standard->h_max_out;
708 maxh = vv->standard->v_max_out;
794 *norm = vv->standard->id;
826 DEB_D("cannot change video standard while streaming capture is active\n");
843 vv->standard = &dev->ext_vv_data->stds[i];
845 dev->ext_vv_data->std_callback(dev, vv->standard);
855 DEB_EE("VIDIOC_S_STD: standard not found\n");
859 DEB_EE("VIDIOC_S_STD: set to standard to '%s'\n", vv->standard->name);
1054 vv->video_fmt.width > vv->standard->h_max_out ||
1055 vv->video_fmt.height > vv->standard->v_max_out) {
1186 vv->standard = &dev->ext_vv_data->stds[0];