Sophie

Sophie

distrib > CentOS > 6 > i386 > by-pkgid > cf93d8a8acdcc6fe2225039da0502495 > files > 2752

kernel-doc-2.6.32-131.17.1.el6.centos.plus.noarch.rpm

<?xml version="1.0" encoding="ANSI_X3.4-1968" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968" /><title>ioctl VIDIOC_G_JPEGCOMP, VIDIOC_S_JPEGCOMP</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="index.html" title="LINUX MEDIA INFRASTRUCTURE API" /><link rel="up" href="apa.html" title="Appendix&#160;A.&#160;Function Reference" /><link rel="prev" href="re43.html" title="ioctl VIDIOC_G_INPUT, VIDIOC_S_INPUT" /><link rel="next" href="re45.html" title="ioctl VIDIOC_G_MODULATOR, VIDIOC_S_MODULATOR" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">ioctl VIDIOC_G_JPEGCOMP, VIDIOC_S_JPEGCOMP</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re43.html">Prev</a>&#160;</td><th width="60%" align="center">Appendix&#160;A.&#160;Function Reference</th><td width="20%" align="right">&#160;<a accesskey="n" href="re45.html">Next</a></td></tr></table><hr /></div><div class="refentry" title="ioctl VIDIOC_G_JPEGCOMP, VIDIOC_S_JPEGCOMP"><a id="vidioc-g-jpegcomp"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>VIDIOC_G_JPEGCOMP, VIDIOC_S_JPEGCOMP</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0" class="funcprototype-table"><tr><td><code class="funcdef">int <b class="fsfunc">ioctl</b>(</code></td><td>int <var class="pdparam">fd</var>, </td></tr><tr><td>&#160;</td><td>int <var class="pdparam">request</var>, </td></tr><tr><td>&#160;</td><td>v4l2_jpegcompression *<var class="pdparam">argp</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer">&#160;</div></div><div class="funcsynopsis"><table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0" class="funcprototype-table"><tr><td><code class="funcdef">int <b class="fsfunc">ioctl</b>(</code></td><td>int <var class="pdparam">fd</var>, </td></tr><tr><td>&#160;</td><td>int <var class="pdparam">request</var>, </td></tr><tr><td>&#160;</td><td>const v4l2_jpegcompression *<var class="pdparam">argp</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer">&#160;</div></div></div><div class="refsect1" title="Arguments"><a id="id2905464"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>fd</code></em></span></dt><dd><p>File descriptor returned by <a class="link" href="re64.html" title="V4L2 open()"><code class="function">open()</code></a>.</p></dd><dt><span class="term"><em class="parameter"><code>request</code></em></span></dt><dd><p>VIDIOC_G_JPEGCOMP, VIDIOC_S_JPEGCOMP</p></dd><dt><span class="term"><em class="parameter"><code>argp</code></em></span></dt><dd><p></p></dd></dl></div></div><div class="refsect1" title="Description"><a id="id2906128"></a><h2>Description</h2><p>[to do]</p><p>Ronald Bultje elaborates:</p><p>APP is some application-specific information. The
application can set it itself, and it'll be stored in the JPEG-encoded
fields (eg; interlacing information for in an AVI or so). COM is the
same, but it's comments, like 'encoded by me' or so.</p><p>jpeg_markers describes whether the huffman tables,
quantization tables and the restart interval information (all
JPEG-specific stuff) should be stored in the JPEG-encoded fields.
These define how the JPEG field is encoded. If you omit them,
applications assume you've used standard encoding. You usually do want
to add them.</p><div class="table"><a id="v4l2-jpegcompression"></a><p class="title"><b>Table&#160;A.48.&#160;struct <span class="structname">v4l2_jpegcompression</span></b></p><div class="table-contents"><table summary="struct v4l2_jpegcompression" width="100%" border="0"><colgroup><col /><col /><col /></colgroup><tbody valign="top"><tr><td valign="top">int</td><td valign="top"><em class="structfield"><code>quality</code></em></td><td valign="top">&#160;</td></tr><tr><td valign="top">int</td><td valign="top"><em class="structfield"><code>APPn</code></em></td><td valign="top">&#160;</td></tr><tr><td valign="top">int</td><td valign="top"><em class="structfield"><code>APP_len</code></em></td><td valign="top">&#160;</td></tr><tr><td valign="top">char</td><td valign="top"><em class="structfield"><code>APP_data</code></em>[60]</td><td valign="top">&#160;</td></tr><tr><td valign="top">int</td><td valign="top"><em class="structfield"><code>COM_len</code></em></td><td valign="top">&#160;</td></tr><tr><td valign="top">char</td><td valign="top"><em class="structfield"><code>COM_data</code></em>[60]</td><td valign="top">&#160;</td></tr><tr><td valign="top">__u32</td><td valign="top"><em class="structfield"><code>jpeg_markers</code></em></td><td valign="top">See <a class="xref" href="re44.html#jpeg-markers" title="Table&#160;A.49.&#160;JPEG Markers Flags">Table&#160;A.49, &#8220;JPEG Markers Flags&#8221;</a>.</td></tr></tbody></table></div></div><br class="table-break" /><div class="table"><a id="jpeg-markers"></a><p class="title"><b>Table&#160;A.49.&#160;JPEG Markers Flags</b></p><div class="table-contents"><table summary="JPEG Markers Flags" width="100%" border="0"><colgroup><col /><col /><col /></colgroup><tbody valign="top"><tr><td valign="top"><code class="constant">V4L2_JPEG_MARKER_DHT</code></td><td valign="top">(1&lt;&lt;3)</td><td valign="top">Define Huffman Tables</td></tr><tr><td valign="top"><code class="constant">V4L2_JPEG_MARKER_DQT</code></td><td valign="top">(1&lt;&lt;4)</td><td valign="top">Define Quantization Tables</td></tr><tr><td valign="top"><code class="constant">V4L2_JPEG_MARKER_DRI</code></td><td valign="top">(1&lt;&lt;5)</td><td valign="top">Define Restart Interval</td></tr><tr><td valign="top"><code class="constant">V4L2_JPEG_MARKER_COM</code></td><td valign="top">(1&lt;&lt;6)</td><td valign="top">Comment segment</td></tr><tr><td valign="top"><code class="constant">V4L2_JPEG_MARKER_APP</code></td><td valign="top">(1&lt;&lt;7)</td><td valign="top">App segment, driver will always use APP0</td></tr></tbody></table></div></div><br class="table-break" /></div><div class="refsect1" title="Return Value"><a id="id2906450"></a><h2>Return Value</h2><p>On success <span class="returnvalue">0</span> is returned, on error <span class="returnvalue">-1</span> and the <code class="varname">errno</code> variable is set appropriately:</p><div class="variablelist"><dl><dt><span class="term"><span class="errorcode">EINVAL</span></span></dt><dd><p>This ioctl is not supported.</p></dd></dl></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re43.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="apa.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="re45.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ioctl VIDIOC_G_INPUT, VIDIOC_S_INPUT&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;ioctl VIDIOC_G_MODULATOR, VIDIOC_S_MODULATOR</td></tr></table></div></body></html>