Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 1fa92ce922d645587b2ea4fcb1f5bfc5 > files > 34

camstream-0.25-2mdk.i586.rpm

<html>
<head>
<title>Camstream: CamStream API documentation</title>
<link rel="stylesheet" href="../../tech.css" type="text/css">
</head>
<body>

<!-- Generated by Doxygen 1.2.6 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ccvt.h File Reference</h1>
<p>
<a href="ccvt_h-source.html">Go to the source code of this file.</a><h2>Functions</h2>
<ul>
<li>void <a class="el" href="ccvt_h.html#a0">ccvt_420i_bgr24</a> (int width, int height, void *src, void *dst)
<li>void <a class="el" href="ccvt_h.html#a1">ccvt_420i_rgb24</a> (int width, int height, void *src, void *dst)
<li>void <a class="el" href="ccvt_h.html#a2">ccvt_420i_bgr32</a> (int width, int height, void *src, void *dst)
<li>void <a class="el" href="ccvt_h.html#a3">ccvt_420i_rgb32</a> (int width, int height, void *src, void *dst)
<li>void <a class="el" href="ccvt_h.html#a4">ccvt_yuyv_rgb32</a> (int width, int height, void *src, void *dst)
<li>void <a class="el" href="ccvt_h.html#a5">ccvt_yuyv_bgr32</a> (int width, int height, void *src, void *dst)
<li>void <a class="el" href="ccvt_h.html#a6">ccvt_420p_rgb32</a> (int width, int height, void *srcy, void *srcu, void *srcv, void *dst)
<li>void <a class="el" href="ccvt_h.html#a7">ccvt_420p_bgr32</a> (int width, int height, void *srcy, void *srcu, void *srcv, void *dst)
<li>void <a class="el" href="ccvt_h.html#a8">ccvt_rgb24_420p</a> (int width, int height, void *src, void *dsty, void *dstu, void *dstv)
<li>void <a class="el" href="ccvt_h.html#a9">ccvt_bgr24_420p</a> (int width, int height, void *src, void *dsty, void *dstu, void *dstv)
<li>void <a class="el" href="ccvt_h.html#a10">ccvt_420i_420p</a> (int width, int height, void *src, void *dsty, void *dstu, void *dstv)
<li>void <a class="el" href="ccvt_h.html#a11">ccvt_420i_yuyv</a> (int width, int height, void *src, void *dst)
</ul>
<hr><h2>Function Documentation</h2>
<a name="a10" doxytag="ccvt.h::ccvt_420i_420p"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_420i_420p (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>src</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dsty</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dstu</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dstv</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a0" doxytag="ccvt.h::ccvt_420i_bgr24"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_420i_bgr24 (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>src</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dst</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a2" doxytag="ccvt.h::ccvt_420i_bgr32"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_420i_bgr32 (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>src</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dst</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a1" doxytag="ccvt.h::ccvt_420i_rgb24"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_420i_rgb24 (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>src</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dst</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a3" doxytag="ccvt.h::ccvt_420i_rgb32"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_420i_rgb32 (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>src</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dst</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a11" doxytag="ccvt.h::ccvt_420i_yuyv"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_420i_yuyv (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>src</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dst</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a7" doxytag="ccvt.h::ccvt_420p_bgr32"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_420p_bgr32 (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>srcy</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>srcu</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>srcv</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dst</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a6" doxytag="ccvt.h::ccvt_420p_rgb32"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_420p_rgb32 (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>srcy</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>srcu</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>srcv</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dst</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a9" doxytag="ccvt.h::ccvt_bgr24_420p"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_bgr24_420p (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>src</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dsty</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dstu</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dstv</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a8" doxytag="ccvt.h::ccvt_rgb24_420p"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_rgb24_420p (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>src</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dsty</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dstu</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dstv</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a5" doxytag="ccvt.h::ccvt_yuyv_bgr32"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_yuyv_bgr32 (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>src</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dst</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a4" doxytag="ccvt.h::ccvt_yuyv_rgb32"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void ccvt_yuyv_rgb32 (
          </b></td>
          <td valign="bottom"><b>
int <em>width</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>height</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>src</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
void * <em>dst</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><address><small>Generated at Wed Jun 20 02:51:23 2001 for Camstream by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.6 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2001</small></address>
</body>
</html>