OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:V4L2_FIELD_SEQ_BT
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/linux/
videodev2.h
38
V4L2_FIELD_SEQ_BT
= 6,
43
#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
)
44
#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
)
45
#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
...]
/device/google/bonito/sdm710/kernel-headers/linux/
videodev2.h
37
V4L2_FIELD_SEQ_BT
= 6,
42
#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
)
43
#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
)
44
#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
...]
/device/google/bonito/sdm710/original-kernel-headers/linux/
videodev2.h
97
V4L2_FIELD_SEQ_BT
= 6, /* same as above + bottom-top order */
113
(field) ==
V4L2_FIELD_SEQ_BT
)
120
(field) ==
V4L2_FIELD_SEQ_BT
)
126
(field) ==
V4L2_FIELD_SEQ_BT
)
[
all
...]
/device/google/crosshatch/sdm845/kernel-headers/linux/
videodev2.h
37
V4L2_FIELD_SEQ_BT
= 6,
42
#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
)
43
#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
)
44
#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
...]
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
videodev2.h
97
V4L2_FIELD_SEQ_BT
= 6, /* same as above + bottom-top order */
113
(field) ==
V4L2_FIELD_SEQ_BT
)
120
(field) ==
V4L2_FIELD_SEQ_BT
)
126
(field) ==
V4L2_FIELD_SEQ_BT
)
[
all
...]
/external/kernel-headers/original/uapi/linux/
videodev2.h
99
V4L2_FIELD_SEQ_BT
= 6, /* same as above + bottom-top order */
115
(field) ==
V4L2_FIELD_SEQ_BT
)
122
(field) ==
V4L2_FIELD_SEQ_BT
)
128
(field) ==
V4L2_FIELD_SEQ_BT
)
[
all
...]
Completed in 1394 milliseconds