Lines Matching refs:v4l2_std_id
629 typedef __u64 v4l2_std_id; typedef
630 #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)
639 #define V4L2_STD_PAL_N ((v4l2_std_id) 0x00000200)
640 #define V4L2_STD_PAL_Nc ((v4l2_std_id) 0x00000400)
641 #define V4L2_STD_PAL_60 ((v4l2_std_id) 0x00000800)
642 #define V4L2_STD_NTSC_M ((v4l2_std_id) 0x00001000)
643 #define V4L2_STD_NTSC_M_JP ((v4l2_std_id) 0x00002000)
644 #define V4L2_STD_NTSC_443 ((v4l2_std_id) 0x00004000)
645 #define V4L2_STD_NTSC_M_KR ((v4l2_std_id) 0x00008000)
646 #define V4L2_STD_SECAM_B ((v4l2_std_id) 0x00010000)
647 #define V4L2_STD_SECAM_D ((v4l2_std_id) 0x00020000)
648 #define V4L2_STD_SECAM_G ((v4l2_std_id) 0x00040000)
649 #define V4L2_STD_SECAM_H ((v4l2_std_id) 0x00080000)
650 #define V4L2_STD_SECAM_K ((v4l2_std_id) 0x00100000)
651 #define V4L2_STD_SECAM_K1 ((v4l2_std_id) 0x00200000)
652 #define V4L2_STD_SECAM_L ((v4l2_std_id) 0x00400000)
653 #define V4L2_STD_SECAM_LC ((v4l2_std_id) 0x00800000)
654 #define V4L2_STD_ATSC_8_VSB ((v4l2_std_id) 0x01000000)
655 #define V4L2_STD_ATSC_16_VSB ((v4l2_std_id) 0x02000000)
678 v4l2_std_id id;
773 v4l2_std_id std;
806 v4l2_std_id std;
1318 #define VIDIOC_G_STD _IOR('V', 23, v4l2_std_id)
1319 #define VIDIOC_S_STD _IOW('V', 24, v4l2_std_id)
1348 #define VIDIOC_QUERYSTD _IOR('V', 63, v4l2_std_id)