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 - 78
of
78
) sorted by null
1
2
3
4
/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 38 milliseconds
1
2
3
4