Home | History | Annotate | Download | only in videoctl

Lines Matching defs:std

451 	struct v4l2_standard std;
456 for (std.index = 0; ; std.index++) {
457 error = ioctl(video_fd, VIDIOC_ENUMSTD, &std);
460 printf("info.standard.%u=%s\n", std.index, std.name);
471 std.index = n;
472 error = ioctl(video_fd, VIDIOC_ENUMSTD, &std);
475 printf("info.standard.%u=%s\n", std.index, std.name);