OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v4l2_std_id
(Results
76 - 81
of
81
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
videodev2.h
590
typedef __u64
v4l2_std_id
;
typedef
591
#define V4L2_STD_PAL_B ((
v4l2_std_id
)0x00000001)
592
#define V4L2_STD_PAL_B1 ((
v4l2_std_id
)0x00000002)
594
#define V4L2_STD_PAL_G ((
v4l2_std_id
)0x00000004)
595
#define V4L2_STD_PAL_H ((
v4l2_std_id
)0x00000008)
596
#define V4L2_STD_PAL_I ((
v4l2_std_id
)0x00000010)
597
#define V4L2_STD_PAL_D ((
v4l2_std_id
)0x00000020)
599
#define V4L2_STD_PAL_D1 ((
v4l2_std_id
)0x00000040)
600
#define V4L2_STD_PAL_K ((
v4l2_std_id
)0x00000080)
601
#define V4L2_STD_PAL_M ((
v4l2_std_id
)0x00000100
[
all
...]
/hardware/samsung_slsi/exynos5/include/linux/
videodev2.h
816
typedef __u64
v4l2_std_id
;
typedef
819
#define V4L2_STD_PAL_B ((
v4l2_std_id
)0x00000001)
820
#define V4L2_STD_PAL_B1 ((
v4l2_std_id
)0x00000002)
821
#define V4L2_STD_PAL_G ((
v4l2_std_id
)0x00000004
[
all
...]
/hardware/qcom/msm8960/kernel-headers/linux/
videodev2.h
611
typedef __u64
v4l2_std_id
;
typedef
612
#define V4L2_STD_PAL_B ((
v4l2_std_id
)0x00000001)
614
#define V4L2_STD_PAL_B1 ((
v4l2_std_id
)0x00000002)
615
#define V4L2_STD_PAL_G ((
v4l2_std_id
)0x00000004)
616
#define V4L2_STD_PAL_H ((
v4l2_std_id
)0x00000008)
617
#define V4L2_STD_PAL_I ((
v4l2_std_id
)0x00000010)
619
#define V4L2_STD_PAL_D ((
v4l2_std_id
)0x00000020)
620
#define V4L2_STD_PAL_D1 ((
v4l2_std_id
)0x00000040)
621
#define V4L2_STD_PAL_K ((
v4l2_std_id
)0x00000080)
622
#define V4L2_STD_PAL_M ((
v4l2_std_id
)0x00000100
[
all
...]
/hardware/qcom/msm8960/original-kernel-headers/linux/
videodev2.h
845
typedef __u64
v4l2_std_id
;
typedef
[
all
...]
/hardware/qcom/msm8x74/kernel-headers/linux/
videodev2.h
621
typedef __u64
v4l2_std_id
;
typedef
622
#define V4L2_STD_PAL_B ((
v4l2_std_id
)0x00000001)
624
#define V4L2_STD_PAL_B1 ((
v4l2_std_id
)0x00000002)
625
#define V4L2_STD_PAL_G ((
v4l2_std_id
)0x00000004)
626
#define V4L2_STD_PAL_H ((
v4l2_std_id
)0x00000008)
627
#define V4L2_STD_PAL_I ((
v4l2_std_id
)0x00000010)
629
#define V4L2_STD_PAL_D ((
v4l2_std_id
)0x00000020)
630
#define V4L2_STD_PAL_D1 ((
v4l2_std_id
)0x00000040)
631
#define V4L2_STD_PAL_K ((
v4l2_std_id
)0x00000080)
632
#define V4L2_STD_PAL_M ((
v4l2_std_id
)0x00000100
[
all
...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
videodev2.h
855
typedef __u64
v4l2_std_id
;
typedef
[
all
...]
Completed in 86 milliseconds
1
2
3
4