Lines Matching refs:v4l2_std_id
548 typedef __u64 v4l2_std_id; typedef
549 #define V4L2_STD_PAL_B ((v4l2_std_id) 0x00000001)
550 #define V4L2_STD_PAL_B1 ((v4l2_std_id) 0x00000002)
551 #define V4L2_STD_PAL_G ((v4l2_std_id) 0x00000004)
552 #define V4L2_STD_PAL_H ((v4l2_std_id) 0x00000008)
553 #define V4L2_STD_PAL_I ((v4l2_std_id) 0x00000010)
554 #define V4L2_STD_PAL_D ((v4l2_std_id) 0x00000020)
555 #define V4L2_STD_PAL_D1 ((v4l2_std_id) 0x00000040)
556 #define V4L2_STD_PAL_K ((v4l2_std_id) 0x00000080)
557 #define V4L2_STD_PAL_M ((v4l2_std_id) 0x00000100)
558 #define V4L2_STD_PAL_N ((v4l2_std_id) 0x00000200)
559 #define V4L2_STD_PAL_Nc ((v4l2_std_id) 0x00000400)
560 #define V4L2_STD_PAL_60 ((v4l2_std_id) 0x00000800)
561 #define V4L2_STD_NTSC_M ((v4l2_std_id) 0x00001000)
562 #define V4L2_STD_NTSC_M_JP ((v4l2_std_id) 0x00002000)
563 #define V4L2_STD_NTSC_443 ((v4l2_std_id) 0x00004000)
564 #define V4L2_STD_NTSC_M_KR ((v4l2_std_id) 0x00008000)
565 #define V4L2_STD_SECAM_B ((v4l2_std_id) 0x00010000)
566 #define V4L2_STD_SECAM_D ((v4l2_std_id) 0x00020000)
567 #define V4L2_STD_SECAM_G ((v4l2_std_id) 0x00040000)
568 #define V4L2_STD_SECAM_H ((v4l2_std_id) 0x00080000)
569 #define V4L2_STD_SECAM_K ((v4l2_std_id) 0x00100000)
570 #define V4L2_STD_SECAM_K1 ((v4l2_std_id) 0x00200000)
571 #define V4L2_STD_SECAM_L ((v4l2_std_id) 0x00400000)
572 #define V4L2_STD_SECAM_LC ((v4l2_std_id) 0x00800000)
573 #define V4L2_STD_ATSC_8_VSB ((v4l2_std_id) 0x01000000)
574 #define V4L2_STD_ATSC_16_VSB ((v4l2_std_id) 0x02000000)
597 v4l2_std_id id;
682 v4l2_std_id std;
711 v4l2_std_id std;
1234 #define VIDIOC_G_STD _IOR('V', 23, v4l2_std_id)
1235 #define VIDIOC_S_STD _IOW('V', 24, v4l2_std_id)
1264 #define VIDIOC_QUERYSTD _IOR('V', 63, v4l2_std_id)