aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/media/v4l/io.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/DocBook/media/v4l/io.xml')
-rw-r--r--Documentation/DocBook/media/v4l/io.xml27
1 files changed, 9 insertions, 18 deletions
diff --git a/Documentation/DocBook/media/v4l/io.xml b/Documentation/DocBook/media/v4l/io.xml
index 1885cc0755cb..b5d1cbdc558b 100644
--- a/Documentation/DocBook/media/v4l/io.xml
+++ b/Documentation/DocBook/media/v4l/io.xml
@@ -613,8 +613,8 @@ field is independent of the <structfield>timestamp</structfield> and
613 <entry>__u32</entry> 613 <entry>__u32</entry>
614 <entry><structfield>sequence</structfield></entry> 614 <entry><structfield>sequence</structfield></entry>
615 <entry></entry> 615 <entry></entry>
616 <entry>Set by the driver, counting the frames in the 616 <entry>Set by the driver, counting the frames (not fields!) in
617sequence.</entry> 617sequence. This field is set for both input and output devices.</entry>
618 </row> 618 </row>
619 <row> 619 <row>
620 <entry spanname="hspan"><para>In <link 620 <entry spanname="hspan"><para>In <link
@@ -677,26 +677,24 @@ memory, set by the application. See <xref linkend="userp" /> for details.
677 <entry><structfield>length</structfield></entry> 677 <entry><structfield>length</structfield></entry>
678 <entry></entry> 678 <entry></entry>
679 <entry>Size of the buffer (not the payload) in bytes for the 679 <entry>Size of the buffer (not the payload) in bytes for the
680 single-planar API. For the multi-planar API should contain the 680 single-planar API. For the multi-planar API the application sets
681 number of elements in the <structfield>planes</structfield> array. 681 this to the number of elements in the <structfield>planes</structfield>
682 array. The driver will fill in the actual number of valid elements in
683 that array.
682 </entry> 684 </entry>
683 </row> 685 </row>
684 <row> 686 <row>
685 <entry>__u32</entry> 687 <entry>__u32</entry>
686 <entry><structfield>reserved2</structfield></entry> 688 <entry><structfield>reserved2</structfield></entry>
687 <entry></entry> 689 <entry></entry>
688 <entry>A place holder for future extensions and custom 690 <entry>A place holder for future extensions. Applications
689(driver defined) buffer types
690<constant>V4L2_BUF_TYPE_PRIVATE</constant> and higher. Applications
691should set this to 0.</entry> 691should set this to 0.</entry>
692 </row> 692 </row>
693 <row> 693 <row>
694 <entry>__u32</entry> 694 <entry>__u32</entry>
695 <entry><structfield>reserved</structfield></entry> 695 <entry><structfield>reserved</structfield></entry>
696 <entry></entry> 696 <entry></entry>
697 <entry>A place holder for future extensions and custom 697 <entry>A place holder for future extensions. Applications
698(driver defined) buffer types
699<constant>V4L2_BUF_TYPE_PRIVATE</constant> and higher. Applications
700should set this to 0.</entry> 698should set this to 0.</entry>
701 </row> 699 </row>
702 </tbody> 700 </tbody>
@@ -827,14 +825,7 @@ should set this to 0.</entry>
827 <entry><constant>V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY</constant></entry> 825 <entry><constant>V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY</constant></entry>
828 <entry>8</entry> 826 <entry>8</entry>
829 <entry>Buffer for video output overlay (OSD), see <xref 827 <entry>Buffer for video output overlay (OSD), see <xref
830 linkend="osd" />. Status: <link 828 linkend="osd" />.</entry>
831linkend="experimental">Experimental</link>.</entry>
832 </row>
833 <row>
834 <entry><constant>V4L2_BUF_TYPE_PRIVATE</constant></entry>
835 <entry>0x80</entry>
836 <entry>This and higher values are reserved for custom
837(driver defined) buffer types.</entry>
838 </row> 829 </row>
839 </tbody> 830 </tbody>
840 </tgroup> 831 </tgroup>