Home | History | Annotate | Download | only in linux

Lines Matching refs:v4l2_std_id

603 typedef __u64 v4l2_std_id;
606 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001)
607 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002)
608 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004)
609 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008)
610 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010)
611 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020)
612 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040)
613 #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080)
615 #define V4L2_STD_PAL_M ((v4l2_std_id)0x00000100)
616 #define V4L2_STD_PAL_N ((v4l2_std_id)0x00000200)
617 #define V4L2_STD_PAL_Nc ((v4l2_std_id)0x00000400)
618 #define V4L2_STD_PAL_60 ((v4l2_std_id)0x00000800)
620 #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000)
621 #define V4L2_STD_NTSC_M_JP ((v4l2_std_id)0x00002000)
622 #define V4L2_STD_NTSC_443 ((v4l2_std_id)0x00004000)
623 #define V4L2_STD_NTSC_M_KR ((v4l2_std_id)0x00008000)
625 #define V4L2_STD_SECAM_B ((v4l2_std_id)0x00010000)
626 #define V4L2_STD_SECAM_D ((v4l2_std_id)0x00020000)
627 #define V4L2_STD_SECAM_G ((v4l2_std_id)0x00040000)
628 #define V4L2_STD_SECAM_H ((v4l2_std_id)0x00080000)
629 #define V4L2_STD_SECAM_K ((v4l2_std_id)0x00100000)
630 #define V4L2_STD_SECAM_K1 ((v4l2_std_id)0x00200000)
631 #define V4L2_STD_SECAM_L ((v4l2_std_id)0x00400000)
632 #define V4L2_STD_SECAM_LC ((v4l2_std_id)0x00800000)
635 #define V4L2_STD_ATSC_8_VSB ((v4l2_std_id)0x01000000)
636 #define V4L2_STD_ATSC_16_VSB ((v4l2_std_id)0x02000000)
695 v4l2_std_id id;
712 v4l2_std_id std;
750 v4l2_std_id std;
1341 #define VIDIOC_G_STD _IOR ('V', 23, v4l2_std_id)
1342 #define VIDIOC_S_STD _IOW ('V', 24, v4l2_std_id)
1369 #define VIDIOC_QUERYSTD _IOR ('V', 63, v4l2_std_id)