Lines Matching defs:std
173 /* Check if VBI services are allowed on the (field, line) for the video std */
182 * For a (field, line, std) and inbound potential set of services for that line,
215 * Expand the service_set of *fmt into valid service_lines for the std,
231 * Sanitize the service_lines in *fmt per the video std, and return 1
528 v4l2_std_id std = V4L2_STD_ALL;
547 std = cx->tuner_std;
548 cx->streams[CX18_ENC_STREAM_TYPE_MPG].video_dev.tvnorms = std;
549 cx->streams[CX18_ENC_STREAM_TYPE_YUV].video_dev.tvnorms = std;
550 cx->streams[CX18_ENC_STREAM_TYPE_VBI].video_dev.tvnorms = std;
588 static int cx18_g_std(struct file *file, void *fh, v4l2_std_id *std)
592 *std = cx->std;
596 int cx18_s_std(struct file *file, void *fh, v4l2_std_id std)
601 if ((std & V4L2_STD_ALL) == 0)
604 if (std == cx->std)
615 cx->std = std;
616 cx->is_60hz = (std & V4L2_STD_525_60) ? 1 : 0;
638 (unsigned long long) cx->std);
641 cx18_call_all(cx, video, s_std, cx->std);
689 * for the standard, on a valid line for the std