Searched refs:v4l2_std_id (Results 1 – 2 of 2) sorted by relevance
629 typedef __u64 v4l2_std_id; typedef630 #define V4L2_STD_PAL_B ((v4l2_std_id) 0x00000001)631 #define V4L2_STD_PAL_B1 ((v4l2_std_id) 0x00000002)632 #define V4L2_STD_PAL_G ((v4l2_std_id) 0x00000004)633 #define V4L2_STD_PAL_H ((v4l2_std_id) 0x00000008)634 #define V4L2_STD_PAL_I ((v4l2_std_id) 0x00000010)635 #define V4L2_STD_PAL_D ((v4l2_std_id) 0x00000020)636 #define V4L2_STD_PAL_D1 ((v4l2_std_id) 0x00000040)637 #define V4L2_STD_PAL_K ((v4l2_std_id) 0x00000080)638 #define V4L2_STD_PAL_M ((v4l2_std_id) 0x00000100)[all …]
94 #define VIDIOC_SUBDEV_G_STD _IOR('V', 23, v4l2_std_id)95 #define VIDIOC_SUBDEV_S_STD _IOW('V', 24, v4l2_std_id)99 #define VIDIOC_SUBDEV_QUERYSTD _IOR('V', 63, v4l2_std_id)