Lines Matching refs:field

94 	V4L2_FIELD_TOP           = 2, /* top field only */
95 V4L2_FIELD_BOTTOM = 3, /* bottom field only */
102 V4L2_FIELD_INTERLACED_TB = 8, /* both fields interlaced, top field
103 first and the top field is
105 V4L2_FIELD_INTERLACED_BT = 9, /* both fields interlaced, top field
106 first and the bottom field is
109 #define V4L2_FIELD_HAS_TOP(field) \
110 ((field) == V4L2_FIELD_TOP ||\
111 (field) == V4L2_FIELD_INTERLACED ||\
112 (field) == V4L2_FIELD_INTERLACED_TB ||\
113 (field) == V4L2_FIELD_INTERLACED_BT ||\
114 (field) == V4L2_FIELD_SEQ_TB ||\
115 (field) == V4L2_FIELD_SEQ_BT)
116 #define V4L2_FIELD_HAS_BOTTOM(field) \
117 ((field) == V4L2_FIELD_BOTTOM ||\
118 (field) == V4L2_FIELD_INTERLACED ||\
119 (field) == V4L2_FIELD_INTERLACED_TB ||\
120 (field) == V4L2_FIELD_INTERLACED_BT ||\
121 (field) == V4L2_FIELD_SEQ_TB ||\
122 (field) == V4L2_FIELD_SEQ_BT)
123 #define V4L2_FIELD_HAS_BOTH(field) \
124 ((field) == V4L2_FIELD_INTERLACED ||\
125 (field) == V4L2_FIELD_INTERLACED_TB ||\
126 (field) == V4L2_FIELD_INTERLACED_BT ||\
127 (field) == V4L2_FIELD_SEQ_TB ||\
128 (field) == V4L2_FIELD_SEQ_BT)
129 #define V4L2_FIELD_HAS_T_OR_B(field) \
130 ((field) == V4L2_FIELD_BOTTOM ||\
131 (field) == V4L2_FIELD_TOP ||\
132 (field) == V4L2_FIELD_ALTERNATE)
249 /* Values for 'capabilities' field */
283 #define V4L2_CAP_DEVICE_CAPS 0x80000000 /* sets device capabilities field */
292 __u32 field; /* enum v4l2_field */
483 /* priv field value to indicates that subsequent fields are valid. */
680 * @field: enum v4l2_field; field order of the image in the buffer
707 __u32 field;
725 /* Flags for 'flags' field */
740 /* timecode field is valid */
786 * reserved fields must be set to zero. The field reserved0 is expected to
788 * content. Therefore this field should not be used for any other extensions.
812 __u32 field; /* enum v4l2_field */
816 __u32 priv; /* reserved field, set to 0 */
819 /* Flags for the 'capability' field. Read only */
828 /* Flags for the 'flags' field. */
844 __u32 field; /* enum v4l2_field */
866 #define V4L2_CAP_TIMEPERFRAME 0x1000 /* timeperframe field is supported */
1077 * @il_vfrontporch:Vertical front porch for the even field
1078 * (aka field 2) of interlaced field formats
1079 * @il_vsync: Vertical Sync length for the even field
1080 * (aka field 2) of interlaced field formats
1081 * @il_vbackporch:Vertical back porch for the even field
1082 * (aka field 2) of interlaced field formats
1089 * to the blanking of each field. So the height of the total frame is
1095 * The active height of each field is height / 2.
1150 /* Specific to interlaced formats: if set, then field 1 is really one half-line
1151 longer and field 2 is really one half-line shorter, so each field has
1179 /* Values for the type field */
1261 /* Values for the 'type' field */
1265 /* field 'status' - general */
1270 /* field 'status' - sensor orientation */
1275 /* field 'status' - analog */
1279 /* field 'status' - digital */
1284 /* field 'status' - VCR and set-top box */
1307 /* Values for the 'type' field */
1460 /* Flags for the 'capability' field */
1476 /* Flags for the 'rxsubchans' field */
1484 /* Values for the 'audmode' field */
1557 /* Flags for the 'capability' field */
1561 /* Flags for the 'mode' field */
1701 /* ITU-R start lines for each field */
1716 /* service_lines[0][...] specifies lines 0-23 (1-23 used) of the first field
1717 service_lines[1][...] specifies lines 0-23 (1-23 used) of the second field
1740 /* service_lines[0][...] specifies lines 0-23 (1-23 used) of the first field
1741 service_lines[1][...] specifies lines 0-23 (1-23 used) of the second field
1751 __u32 field; /* 0: first field, 1: second field */
1826 * @field: enum v4l2_field; field order (for interlaced video)
1836 __u32 field;
1955 __u8 field;
1992 * frame_sequence field is valid.