Lines Matching refs:field

92 	V4L2_FIELD_TOP           = 2, /* top field only */
93 V4L2_FIELD_BOTTOM = 3, /* bottom field only */
100 V4L2_FIELD_INTERLACED_TB = 8, /* both fields interlaced, top field
101 first and the top field is
103 V4L2_FIELD_INTERLACED_BT = 9, /* both fields interlaced, top field
104 first and the bottom field is
107 #define V4L2_FIELD_HAS_TOP(field) \
108 ((field) == V4L2_FIELD_TOP ||\
109 (field) == V4L2_FIELD_INTERLACED ||\
110 (field) == V4L2_FIELD_INTERLACED_TB ||\
111 (field) == V4L2_FIELD_INTERLACED_BT ||\
112 (field) == V4L2_FIELD_SEQ_TB ||\
113 (field) == V4L2_FIELD_SEQ_BT)
114 #define V4L2_FIELD_HAS_BOTTOM(field) \
115 ((field) == V4L2_FIELD_BOTTOM ||\
116 (field) == V4L2_FIELD_INTERLACED ||\
117 (field) == V4L2_FIELD_INTERLACED_TB ||\
118 (field) == V4L2_FIELD_INTERLACED_BT ||\
119 (field) == V4L2_FIELD_SEQ_TB ||\
120 (field) == V4L2_FIELD_SEQ_BT)
121 #define V4L2_FIELD_HAS_BOTH(field) \
122 ((field) == V4L2_FIELD_INTERLACED ||\
123 (field) == V4L2_FIELD_INTERLACED_TB ||\
124 (field) == V4L2_FIELD_INTERLACED_BT ||\
125 (field) == V4L2_FIELD_SEQ_TB ||\
126 (field) == V4L2_FIELD_SEQ_BT)
240 /* Values for 'capabilities' field */
271 #define V4L2_CAP_DEVICE_CAPS 0x80000000 /* sets device capabilities field */
280 __u32 field; /* enum v4l2_field */
638 * @field: enum v4l2_field; field order of the image in the buffer
666 __u32 field;
684 /* Flags for 'flags' field */
693 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */
734 * reserved fields must be set to zero. The field reserved0 is expected to
736 * content. Therefore this field should not be used for any other extensions.
758 /* Flags for the 'capability' field. Read only */
767 /* Flags for the 'flags' field. */
783 __u32 field; /* enum v4l2_field */
805 #define V4L2_CAP_TIMEPERFRAME 0x1000 /* timeperframe field is supported */
1016 * @il_vfrontporch:Vertical front porch for the even field
1017 * (aka field 2) of interlaced field formats
1018 * @il_vsync: Vertical Sync length for the even field
1019 * (aka field 2) of interlaced field formats
1020 * @il_vbackporch:Vertical back porch for the even field
1021 * (aka field 2) of interlaced field formats
1028 * to the blanking of each field. So the height of the total frame is
1034 * The active height of each field is height / 2.
1089 /* Specific to interlaced formats: if set, then field 1 is really one half-line
1090 longer and field 2 is really one half-line shorter, so each field has
1108 /* Values for the type field */
1184 /* Values for the 'type' field */
1188 /* field 'status' - general */
1193 /* field 'status' - sensor orientation */
1198 /* field 'status' - analog */
1202 /* field 'status' - digital */
1207 /* field 'status' - VCR and set-top box */
1230 /* Values for the 'type' field */
1353 /* Flags for the 'capability' field */
1368 /* Flags for the 'rxsubchans' field */
1376 /* Values for the 'audmode' field */
1449 /* Flags for the 'capability' field */
1453 /* Flags for the 'mode' field */
1601 /* service_lines[0][...] specifies lines 0-23 (1-23 used) of the first field
1602 service_lines[1][...] specifies lines 0-23 (1-23 used) of the second field
1625 /* service_lines[0][...] specifies lines 0-23 (1-23 used) of the first field
1626 service_lines[1][...] specifies lines 0-23 (1-23 used) of the second field
1636 __u32 field; /* 0: first field, 1: second field */
1711 * @field: enum v4l2_field; field order (for interlaced video)
1720 __u32 field;
1790 __u8 field;