Lines Matching defs:field

92 	V4L2_FIELD_TOP		= 2, /* top field only */
93 V4L2_FIELD_BOTTOM = 3, /* bottom field only */
104 #define V4L2_FIELD_HAS_TOP(field) \
105 ((field) == V4L2_FIELD_TOP || \
106 (field) == V4L2_FIELD_INTERLACED || \
107 (field) == V4L2_FIELD_SEQ_TB || \
108 (field) == V4L2_FIELD_SEQ_BT)
109 #define V4L2_FIELD_HAS_BOTTOM(field) \
110 ((field) == V4L2_FIELD_BOTTOM || \
111 (field) == V4L2_FIELD_INTERLACED || \
112 (field) == V4L2_FIELD_SEQ_TB || \
113 (field) == V4L2_FIELD_SEQ_BT)
114 #define V4L2_FIELD_HAS_BOTH(field) \
115 ((field) == V4L2_FIELD_INTERLACED || \
116 (field) == V4L2_FIELD_SEQ_TB || \
117 (field) == V4L2_FIELD_SEQ_BT)
216 /* Values for 'capabilities' field */
256 enum v4l2_field field;
527 enum v4l2_field field;
543 /* Flags for 'flags' field */
550 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */
551 #define V4L2_BUF_FLAG_INPUT 0x0200 /* input field is valid */
567 /* Flags for the 'capability' field. Read only */
572 /* Flags for the 'flags' field. */
586 enum v4l2_field field;
610 #define V4L2_CAP_TIMEPERFRAME 0x1000 /* timeperframe field is supported */
772 /* Values for the 'type' field */
776 /* field 'status' - general */
781 /* field 'status' - analog */
785 /* field 'status' - digital */
790 /* field 'status' - VCR and set-top box */
808 /* Values for the 'type' field */
842 /* Values for ctrl_class field */
1143 /* Flags for the 'capability' field */
1151 /* Flags for the 'rxsubchans' field */
1158 /* Values for the 'audmode' field */
1186 /* Flags for the 'capability' field */
1190 /* Flags for the 'mode' field */
1240 * field
1242 * field
1273 * field
1275 * field
1286 uint32_t field; /* 0: first field, 1: second field */