Home | History | Annotate | Download | only in linux

Lines Matching refs:field

112 	V4L2_FIELD_TOP           = 2, /* top field only */
113 V4L2_FIELD_BOTTOM = 3, /* bottom field only */
120 V4L2_FIELD_INTERLACED_TB = 8, /* both fields interlaced, top field
121 first and the top field is
123 V4L2_FIELD_INTERLACED_BT = 9, /* both fields interlaced, top field
124 first and the bottom field is
127 #define V4L2_FIELD_HAS_TOP(field) \
128 ((field) == V4L2_FIELD_TOP ||\
129 (field) == V4L2_FIELD_INTERLACED ||\
130 (field) == V4L2_FIELD_INTERLACED_TB ||\
131 (field) == V4L2_FIELD_INTERLACED_BT ||\
132 (field) == V4L2_FIELD_SEQ_TB ||\
133 (field) == V4L2_FIELD_SEQ_BT)
134 #define V4L2_FIELD_HAS_BOTTOM(field) \
135 ((field) == V4L2_FIELD_BOTTOM ||\
136 (field) == V4L2_FIELD_INTERLACED ||\
137 (field) == V4L2_FIELD_INTERLACED_TB ||\
138 (field) == V4L2_FIELD_INTERLACED_BT ||\
139 (field) == V4L2_FIELD_SEQ_TB ||\
140 (field) == V4L2_FIELD_SEQ_BT)
141 #define V4L2_FIELD_HAS_BOTH(field) \
142 ((field) == V4L2_FIELD_INTERLACED ||\
143 (field) == V4L2_FIELD_INTERLACED_TB ||\
144 (field) == V4L2_FIELD_INTERLACED_BT ||\
145 (field) == V4L2_FIELD_SEQ_TB ||\
146 (field) == V4L2_FIELD_SEQ_BT)
244 /* Values for 'capabilities' field */
271 enum v4l2_field field;
506 enum v4l2_field field;
522 /* Flags for 'flags' field */
529 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */
530 #define V4L2_BUF_FLAG_INPUT 0x0200 /* input field is valid */
543 /* Flags for the 'capability' field. Read only */
552 /* Flags for the 'flags' field. */
568 enum v4l2_field field;
590 #define V4L2_CAP_TIMEPERFRAME 0x1000 /* timeperframe field is supported */
732 /* Values for the 'type' field */
736 /* field 'status' - general */
741 /* field 'status' - analog */
745 /* field 'status' - digital */
750 /* field 'status' - VCR and set-top box */
767 /* Values for the 'type' field */
798 /* Values for ctrl_class field */
1166 /* Flags for the 'capability' field */
1174 /* Flags for the 'rxsubchans' field */
1181 /* Values for the 'audmode' field */
1215 /* Flags for the 'capability' field */
1219 /* Flags for the 'mode' field */
1310 /* service_lines[0][...] specifies lines 0-23 (1-23 used) of the first field
1311 service_lines[1][...] specifies lines 0-23 (1-23 used) of the second field
1334 /* service_lines[0][...] specifies lines 0-23 (1-23 used) of the first field
1335 service_lines[1][...] specifies lines 0-23 (1-23 used) of the second field
1345 __u32 field; /* 0: first field, 1: second field */