Symbol: v4l2_std_id
usr/src/uts/common/sys/videodev2.h
1364
#define VIDIOC_G_STD _IOR('V', 23, v4l2_std_id)
usr/src/uts/common/sys/videodev2.h
1365
#define VIDIOC_S_STD _IOW('V', 24, v4l2_std_id)
usr/src/uts/common/sys/videodev2.h
1392
#define VIDIOC_QUERYSTD _IOR('V', 63, v4l2_std_id)
usr/src/uts/common/sys/videodev2.h
646
#define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001)
usr/src/uts/common/sys/videodev2.h
647
#define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002)
usr/src/uts/common/sys/videodev2.h
648
#define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004)
usr/src/uts/common/sys/videodev2.h
649
#define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008)
usr/src/uts/common/sys/videodev2.h
650
#define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010)
usr/src/uts/common/sys/videodev2.h
651
#define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020)
usr/src/uts/common/sys/videodev2.h
652
#define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040)
usr/src/uts/common/sys/videodev2.h
653
#define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080)
usr/src/uts/common/sys/videodev2.h
655
#define V4L2_STD_PAL_M ((v4l2_std_id)0x00000100)
usr/src/uts/common/sys/videodev2.h
656
#define V4L2_STD_PAL_N ((v4l2_std_id)0x00000200)
usr/src/uts/common/sys/videodev2.h
657
#define V4L2_STD_PAL_Nc ((v4l2_std_id)0x00000400)
usr/src/uts/common/sys/videodev2.h
658
#define V4L2_STD_PAL_60 ((v4l2_std_id)0x00000800)
usr/src/uts/common/sys/videodev2.h
660
#define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000)
usr/src/uts/common/sys/videodev2.h
661
#define V4L2_STD_NTSC_M_JP ((v4l2_std_id)0x00002000)
usr/src/uts/common/sys/videodev2.h
662
#define V4L2_STD_NTSC_443 ((v4l2_std_id)0x00004000)
usr/src/uts/common/sys/videodev2.h
663
#define V4L2_STD_NTSC_M_KR ((v4l2_std_id)0x00008000)
usr/src/uts/common/sys/videodev2.h
665
#define V4L2_STD_SECAM_B ((v4l2_std_id)0x00010000)
usr/src/uts/common/sys/videodev2.h
666
#define V4L2_STD_SECAM_D ((v4l2_std_id)0x00020000)
usr/src/uts/common/sys/videodev2.h
667
#define V4L2_STD_SECAM_G ((v4l2_std_id)0x00040000)
usr/src/uts/common/sys/videodev2.h
668
#define V4L2_STD_SECAM_H ((v4l2_std_id)0x00080000)
usr/src/uts/common/sys/videodev2.h
669
#define V4L2_STD_SECAM_K ((v4l2_std_id)0x00100000)
usr/src/uts/common/sys/videodev2.h
670
#define V4L2_STD_SECAM_K1 ((v4l2_std_id)0x00200000)
usr/src/uts/common/sys/videodev2.h
671
#define V4L2_STD_SECAM_L ((v4l2_std_id)0x00400000)
usr/src/uts/common/sys/videodev2.h
672
#define V4L2_STD_SECAM_LC ((v4l2_std_id)0x00800000)
usr/src/uts/common/sys/videodev2.h
675
#define V4L2_STD_ATSC_8_VSB ((v4l2_std_id)0x01000000)
usr/src/uts/common/sys/videodev2.h
676
#define V4L2_STD_ATSC_16_VSB ((v4l2_std_id)0x02000000)
usr/src/uts/common/sys/videodev2.h
736
v4l2_std_id id;
usr/src/uts/common/sys/videodev2.h
757
v4l2_std_id std;
usr/src/uts/common/sys/videodev2.h
805
v4l2_std_id std;