Lines Matching refs:field
197 "field %c after line %u field change\n",
205 "field %c line %u %u samples still remaining (of %u)\n",
220 "field %c %u lines still remaining (of %u)\n",
278 "field %c line %u %u samples still remaining (of %u)\n",
408 * is this a field change?
409 * if so, terminate copying the current field
468 cxusb_vprintk(dvbdev, URB, "will copy field 1\n");
492 cxusb_vprintk(dvbdev, URB, "will copy field 2\n");
512 cxdev->vbuf->vb2.field = cxdev->field_order;
744 u32 field;
752 field = cxusb_medion_norm2field_order(cxdev->norm);
753 if (field != V4L2_FIELD_NONE)
754 return field;
762 field = cxusb_medion_norm2field_order(norm);
763 if (field != V4L2_FIELD_NONE)
764 return field;
768 "cannot determine field order for the current standard setup and received signal, using TB\n");
1002 f->fmt.pix.field = vb2_start_streaming_called(&cxdev->videoqueue) ?
1018 u32 field;
1024 field = vb2_start_streaming_called(&cxdev->videoqueue) ?
1033 subfmt.format.field = field;
1043 f->fmt.pix.field = field;
1515 subfmt.format.field = V4L2_FIELD_SEQ_TB;