Lines Matching refs:v4l2_std_id

695 typedef __u64 v4l2_std_id;  typedef
696 #define V4L2_STD_PAL_B ((v4l2_std_id) 0x00000001)
697 #define V4L2_STD_PAL_B1 ((v4l2_std_id) 0x00000002)
699 #define V4L2_STD_PAL_G ((v4l2_std_id) 0x00000004)
700 #define V4L2_STD_PAL_H ((v4l2_std_id) 0x00000008)
701 #define V4L2_STD_PAL_I ((v4l2_std_id) 0x00000010)
702 #define V4L2_STD_PAL_D ((v4l2_std_id) 0x00000020)
704 #define V4L2_STD_PAL_D1 ((v4l2_std_id) 0x00000040)
705 #define V4L2_STD_PAL_K ((v4l2_std_id) 0x00000080)
706 #define V4L2_STD_PAL_M ((v4l2_std_id) 0x00000100)
707 #define V4L2_STD_PAL_N ((v4l2_std_id) 0x00000200)
709 #define V4L2_STD_PAL_Nc ((v4l2_std_id) 0x00000400)
710 #define V4L2_STD_PAL_60 ((v4l2_std_id) 0x00000800)
711 #define V4L2_STD_NTSC_M ((v4l2_std_id) 0x00001000)
712 #define V4L2_STD_NTSC_M_JP ((v4l2_std_id) 0x00002000)
714 #define V4L2_STD_NTSC_443 ((v4l2_std_id) 0x00004000)
715 #define V4L2_STD_NTSC_M_KR ((v4l2_std_id) 0x00008000)
716 #define V4L2_STD_SECAM_B ((v4l2_std_id) 0x00010000)
717 #define V4L2_STD_SECAM_D ((v4l2_std_id) 0x00020000)
719 #define V4L2_STD_SECAM_G ((v4l2_std_id) 0x00040000)
720 #define V4L2_STD_SECAM_H ((v4l2_std_id) 0x00080000)
721 #define V4L2_STD_SECAM_K ((v4l2_std_id) 0x00100000)
722 #define V4L2_STD_SECAM_K1 ((v4l2_std_id) 0x00200000)
724 #define V4L2_STD_SECAM_L ((v4l2_std_id) 0x00400000)
725 #define V4L2_STD_SECAM_LC ((v4l2_std_id) 0x00800000)
726 #define V4L2_STD_ATSC_8_VSB ((v4l2_std_id) 0x01000000)
727 #define V4L2_STD_ATSC_16_VSB ((v4l2_std_id) 0x02000000)
756 v4l2_std_id id;
864 v4l2_std_id std;
901 v4l2_std_id std;
1520 #define VIDIOC_G_STD _IOR('V', 23, v4l2_std_id)
1521 #define VIDIOC_S_STD _IOW('V', 24, v4l2_std_id)
1557 #define VIDIOC_QUERYSTD _IOR('V', 63, v4l2_std_id)