OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:V4L2_FIELD_SEQ_TB
(Results
76 - 80
of
80
) sorted by null
1
2
3
4
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
videodev2.h
110
V4L2_FIELD_SEQ_TB
= 5, /* both fields sequential into one
127
(field) ==
V4L2_FIELD_SEQ_TB
||\
134
(field) ==
V4L2_FIELD_SEQ_TB
||\
140
(field) ==
V4L2_FIELD_SEQ_TB
||\
[
all
...]
/hardware/qcom/msm8960/kernel-headers/linux/
videodev2.h
55
V4L2_FIELD_SEQ_TB
= 5,
62
#define V4L2_FIELD_HAS_TOP(field) ((field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) ==
V4L2_FIELD_SEQ_TB
|| (field) == V4L2_FIELD_SEQ_BT)
64
#define V4L2_FIELD_HAS_BOTTOM(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) ==
V4L2_FIELD_SEQ_TB
|| (field) == V4L2_FIELD_SEQ_BT)
65
#define V4L2_FIELD_HAS_BOTH(field) ((field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) ==
V4L2_FIELD_SEQ_TB
|| (field) == V4L2_FIELD_SEQ_BT)
[
all
...]
/hardware/qcom/msm8960/original-kernel-headers/linux/
videodev2.h
116
V4L2_FIELD_SEQ_TB
= 5, /* both fields sequential into one
133
(field) ==
V4L2_FIELD_SEQ_TB
||\
140
(field) ==
V4L2_FIELD_SEQ_TB
||\
146
(field) ==
V4L2_FIELD_SEQ_TB
||\
[
all
...]
/hardware/qcom/msm8x74/kernel-headers/linux/
videodev2.h
55
V4L2_FIELD_SEQ_TB
= 5,
62
#define V4L2_FIELD_HAS_TOP(field) ((field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) ==
V4L2_FIELD_SEQ_TB
|| (field) == V4L2_FIELD_SEQ_BT)
64
#define V4L2_FIELD_HAS_BOTTOM(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) ==
V4L2_FIELD_SEQ_TB
|| (field) == V4L2_FIELD_SEQ_BT)
65
#define V4L2_FIELD_HAS_BOTH(field) ((field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) ==
V4L2_FIELD_SEQ_TB
|| (field) == V4L2_FIELD_SEQ_BT)
[
all
...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
videodev2.h
116
V4L2_FIELD_SEQ_TB
= 5, /* both fields sequential into one
133
(field) ==
V4L2_FIELD_SEQ_TB
||\
140
(field) ==
V4L2_FIELD_SEQ_TB
||\
146
(field) ==
V4L2_FIELD_SEQ_TB
||\
[
all
...]
Completed in 362 milliseconds
1
2
3
4