mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
[media] DocBook media: add missing ycbcr_enc and quantization fields
I forgot to add these fields to the relevant structs. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
f2d27e4519
commit
cc0363120b
@ -138,9 +138,25 @@ applicable values.</para></entry>
|
|||||||
<row>
|
<row>
|
||||||
<entry>__u32</entry>
|
<entry>__u32</entry>
|
||||||
<entry><structfield>flags</structfield></entry>
|
<entry><structfield>flags</structfield></entry>
|
||||||
<entry>Flags set by the application or driver, see <xref
|
<entry>Flags set by the application or driver, see <xref
|
||||||
linkend="format-flags" />.</entry>
|
linkend="format-flags" />.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>&v4l2-ycbcr-encoding;</entry>
|
||||||
|
<entry><structfield>ycbcr_enc</structfield></entry>
|
||||||
|
<entry>This information supplements the
|
||||||
|
<structfield>colorspace</structfield> and must be set by the driver for
|
||||||
|
capture streams and by the application for output streams,
|
||||||
|
see <xref linkend="colorspaces" />.</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>&v4l2-quantization;</entry>
|
||||||
|
<entry><structfield>quantization</structfield></entry>
|
||||||
|
<entry>This information supplements the
|
||||||
|
<structfield>colorspace</structfield> and must be set by the driver for
|
||||||
|
capture streams and by the application for output streams,
|
||||||
|
see <xref linkend="colorspaces" />.</entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
@ -231,10 +247,26 @@ codes can be used.</entry>
|
|||||||
<entry><structfield>flags</structfield></entry>
|
<entry><structfield>flags</structfield></entry>
|
||||||
<entry>Flags set by the application or driver, see <xref
|
<entry>Flags set by the application or driver, see <xref
|
||||||
linkend="format-flags" />.</entry>
|
linkend="format-flags" />.</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>&v4l2-ycbcr-encoding;</entry>
|
||||||
|
<entry><structfield>ycbcr_enc</structfield></entry>
|
||||||
|
<entry>This information supplements the
|
||||||
|
<structfield>colorspace</structfield> and must be set by the driver for
|
||||||
|
capture streams and by the application for output streams,
|
||||||
|
see <xref linkend="colorspaces" />.</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>&v4l2-quantization;</entry>
|
||||||
|
<entry><structfield>quantization</structfield></entry>
|
||||||
|
<entry>This information supplements the
|
||||||
|
<structfield>colorspace</structfield> and must be set by the driver for
|
||||||
|
capture streams and by the application for output streams,
|
||||||
|
see <xref linkend="colorspaces" />.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>__u8</entry>
|
<entry>__u8</entry>
|
||||||
<entry><structfield>reserved[10]</structfield></entry>
|
<entry><structfield>reserved[8]</structfield></entry>
|
||||||
<entry>Reserved for future extensions. Should be zeroed by the
|
<entry>Reserved for future extensions. Should be zeroed by the
|
||||||
application.</entry>
|
application.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
@ -33,9 +33,25 @@
|
|||||||
<entry>Image colorspace, from &v4l2-colorspace;. See
|
<entry>Image colorspace, from &v4l2-colorspace;. See
|
||||||
<xref linkend="colorspaces" /> for details.</entry>
|
<xref linkend="colorspaces" /> for details.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>&v4l2-ycbcr-encoding;</entry>
|
||||||
|
<entry><structfield>ycbcr_enc</structfield></entry>
|
||||||
|
<entry>This information supplements the
|
||||||
|
<structfield>colorspace</structfield> and must be set by the driver for
|
||||||
|
capture streams and by the application for output streams,
|
||||||
|
see <xref linkend="colorspaces" />.</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>&v4l2-quantization;</entry>
|
||||||
|
<entry><structfield>quantization</structfield></entry>
|
||||||
|
<entry>This information supplements the
|
||||||
|
<structfield>colorspace</structfield> and must be set by the driver for
|
||||||
|
capture streams and by the application for output streams,
|
||||||
|
see <xref linkend="colorspaces" />.</entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>__u32</entry>
|
<entry>__u32</entry>
|
||||||
<entry><structfield>reserved</structfield>[7]</entry>
|
<entry><structfield>reserved</structfield>[6]</entry>
|
||||||
<entry>Reserved for future extensions. Applications and drivers must
|
<entry>Reserved for future extensions. Applications and drivers must
|
||||||
set the array to zero.</entry>
|
set the array to zero.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
Loading…
Reference in New Issue
Block a user