OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v4l2_std_id
(Results
51 - 53
of
53
) sorted by null
1
2
3
/external/kernel-headers/original/linux/
videodev2.h
835
typedef __u64
v4l2_std_id
;
typedef
[
all
...]
/hardware/qcom/msm8x74/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/msm8x74/original-kernel-headers/linux/
videodev2.h
845
typedef __u64
v4l2_std_id
;
typedef
[
all
...]
Completed in 616 milliseconds
1
2
3