Lines Matching refs:v4l2_std_id
680 typedef __u64 v4l2_std_id; typedef
681 #define V4L2_STD_PAL_B ((v4l2_std_id) 0x00000001)
682 #define V4L2_STD_PAL_B1 ((v4l2_std_id) 0x00000002)
683 #define V4L2_STD_PAL_G ((v4l2_std_id) 0x00000004)
684 #define V4L2_STD_PAL_H ((v4l2_std_id) 0x00000008)
685 #define V4L2_STD_PAL_I ((v4l2_std_id) 0x00000010)
686 #define V4L2_STD_PAL_D ((v4l2_std_id) 0x00000020)
687 #define V4L2_STD_PAL_D1 ((v4l2_std_id) 0x00000040)
688 #define V4L2_STD_PAL_K ((v4l2_std_id) 0x00000080)
689 #define V4L2_STD_PAL_M ((v4l2_std_id) 0x00000100)
690 #define V4L2_STD_PAL_N ((v4l2_std_id) 0x00000200)
691 #define V4L2_STD_PAL_Nc ((v4l2_std_id) 0x00000400)
692 #define V4L2_STD_PAL_60 ((v4l2_std_id) 0x00000800)
693 #define V4L2_STD_NTSC_M ((v4l2_std_id) 0x00001000)
694 #define V4L2_STD_NTSC_M_JP ((v4l2_std_id) 0x00002000)
695 #define V4L2_STD_NTSC_443 ((v4l2_std_id) 0x00004000)
696 #define V4L2_STD_NTSC_M_KR ((v4l2_std_id) 0x00008000)
697 #define V4L2_STD_SECAM_B ((v4l2_std_id) 0x00010000)
698 #define V4L2_STD_SECAM_D ((v4l2_std_id) 0x00020000)
699 #define V4L2_STD_SECAM_G ((v4l2_std_id) 0x00040000)
700 #define V4L2_STD_SECAM_H ((v4l2_std_id) 0x00080000)
701 #define V4L2_STD_SECAM_K ((v4l2_std_id) 0x00100000)
702 #define V4L2_STD_SECAM_K1 ((v4l2_std_id) 0x00200000)
703 #define V4L2_STD_SECAM_L ((v4l2_std_id) 0x00400000)
704 #define V4L2_STD_SECAM_LC ((v4l2_std_id) 0x00800000)
705 #define V4L2_STD_ATSC_8_VSB ((v4l2_std_id) 0x01000000)
706 #define V4L2_STD_ATSC_16_VSB ((v4l2_std_id) 0x02000000)
729 v4l2_std_id id;
824 v4l2_std_id std;
857 v4l2_std_id std;
1386 #define VIDIOC_G_STD _IOR('V', 23, v4l2_std_id)
1387 #define VIDIOC_S_STD _IOW('V', 24, v4l2_std_id)
1416 #define VIDIOC_QUERYSTD _IOR('V', 63, v4l2_std_id)