Lines Matching refs:field
152 .field = V4L2_FIELD_INTERLACED,
160 .field = V4L2_FIELD_TOP,
168 .field = V4L2_FIELD_BOTTOM,
180 .field = V4L2_FIELD_INTERLACED,
188 .field = V4L2_FIELD_TOP,
196 .field = V4L2_FIELD_BOTTOM,
217 if (vip->format.field == V4L2_FIELD_INTERLACED)
574 * field type. width is fixed to 720, no scaling.
580 * -EINVAL, pixel or field format not supported
599 switch (f->fmt.pix.field) {
603 f->fmt.pix.field = V4L2_FIELD_INTERLACED;
605 f->fmt.pix.field = V4L2_FIELD_BOTTOM;
658 switch (vip->format.field) {
678 v4l2_err(&vip->v4l2_dev, "unknown field format\n");