diff options
Diffstat (limited to 'Documentation/DocBook/media/v4l/io.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/io.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Documentation/DocBook/media/v4l/io.xml b/Documentation/DocBook/media/v4l/io.xml index b815929b5bba..fd6aca2922b6 100644 --- a/Documentation/DocBook/media/v4l/io.xml +++ b/Documentation/DocBook/media/v4l/io.xml | |||
@@ -543,12 +543,13 @@ and can range from zero to the number of buffers allocated | |||
543 | with the &VIDIOC-REQBUFS; ioctl (&v4l2-requestbuffers; <structfield>count</structfield>) minus one.</entry> | 543 | with the &VIDIOC-REQBUFS; ioctl (&v4l2-requestbuffers; <structfield>count</structfield>) minus one.</entry> |
544 | </row> | 544 | </row> |
545 | <row> | 545 | <row> |
546 | <entry>&v4l2-buf-type;</entry> | 546 | <entry>__u32</entry> |
547 | <entry><structfield>type</structfield></entry> | 547 | <entry><structfield>type</structfield></entry> |
548 | <entry></entry> | 548 | <entry></entry> |
549 | <entry>Type of the buffer, same as &v4l2-format; | 549 | <entry>Type of the buffer, same as &v4l2-format; |
550 | <structfield>type</structfield> or &v4l2-requestbuffers; | 550 | <structfield>type</structfield> or &v4l2-requestbuffers; |
551 | <structfield>type</structfield>, set by the application.</entry> | 551 | <structfield>type</structfield>, set by the application. See <xref |
552 | linkend="v4l2-buf-type" /></entry> | ||
552 | </row> | 553 | </row> |
553 | <row> | 554 | <row> |
554 | <entry>__u32</entry> | 555 | <entry>__u32</entry> |
@@ -568,7 +569,7 @@ refers to an input stream, applications when an output stream.</entry> | |||
568 | linkend="buffer-flags" />.</entry> | 569 | linkend="buffer-flags" />.</entry> |
569 | </row> | 570 | </row> |
570 | <row> | 571 | <row> |
571 | <entry>&v4l2-field;</entry> | 572 | <entry>__u32</entry> |
572 | <entry><structfield>field</structfield></entry> | 573 | <entry><structfield>field</structfield></entry> |
573 | <entry></entry> | 574 | <entry></entry> |
574 | <entry>Indicates the field order of the image in the | 575 | <entry>Indicates the field order of the image in the |
@@ -630,11 +631,12 @@ bandwidth. These devices identify by not enumerating any video | |||
630 | standards, see <xref linkend="standard" />.</para></entry> | 631 | standards, see <xref linkend="standard" />.</para></entry> |
631 | </row> | 632 | </row> |
632 | <row> | 633 | <row> |
633 | <entry>&v4l2-memory;</entry> | 634 | <entry>__u32</entry> |
634 | <entry><structfield>memory</structfield></entry> | 635 | <entry><structfield>memory</structfield></entry> |
635 | <entry></entry> | 636 | <entry></entry> |
636 | <entry>This field must be set by applications and/or drivers | 637 | <entry>This field must be set by applications and/or drivers |
637 | in accordance with the selected I/O method.</entry> | 638 | in accordance with the selected I/O method. See <xref linkend="v4l2-memory" |
639 | /></entry> | ||
638 | </row> | 640 | </row> |
639 | <row> | 641 | <row> |
640 | <entry>union</entry> | 642 | <entry>union</entry> |