Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > bf5d4dd88c08049c9bdbf8c483b59e41 > files > 109

libvdpau-docs-0.4.1-4.fc15.i686.rpm

<!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/xhtml;charset=UTF-8"/>
<title>VDPAU: VdpLayer Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">VDPAU</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<h1>VdpLayer Struct Reference<div class="ingroups"><a class="el" href="group___vdp_video_mixer.html">VdpVideoMixer; Video Post-processing           and Compositing object</a></div></h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="VdpLayer" -->
<p>Definition of an additional <a class="el" href="group___vdp_output_surface.html">VdpOutputSurface</a> layer in the composting model.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="vdpau_8h_source.html">vdpau.h</a>&gt;</code></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_vdp_layer.html#aadcf430a754f7f4e2bdce06bfbd024ca">struct_version</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___vdp_output_surface.html#ga39f4859fb6b35dd3172c541f7613bf15">VdpOutputSurface</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_vdp_layer.html#a8167067c1722544478bf0b14829f6145">source_surface</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_vdp_rect.html">VdpRect</a> const *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_vdp_layer.html#ae9cf9f461652948efe67ef16029e72f6">source_rect</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_vdp_rect.html">VdpRect</a> const *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_vdp_layer.html#ae2202bd5b39ddd45bfd27aa6d800496a">destination_rect</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Definition of an additional <a class="el" href="group___vdp_output_surface.html">VdpOutputSurface</a> layer in the composting model. </p>
</div><hr/><h2>Field Documentation</h2>
<a class="anchor" id="ae2202bd5b39ddd45bfd27aa6d800496a"></a><!-- doxytag: member="VdpLayer::destination_rect" ref="ae2202bd5b39ddd45bfd27aa6d800496a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="struct_vdp_rect.html">VdpRect</a> const* <a class="el" href="struct_vdp_layer.html#ae2202bd5b39ddd45bfd27aa6d800496a">VdpLayer::destination_rect</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The sub-rectangle of the destination surface to map this layer into. This rectangle is relative to the entire destination surface. This rectangle will be clipped by <a class="el" href="group___vdp_video_mixer.html#ga62bf3bf8c5f01322a03b07065c5ea3db">VdpVideoMixerRender</a>'s <b>destination_rect</b>. If NULL, the destination rectangle will be sized to match the source rectangle, and will be located at the origin. </p>

</div>
</div>
<a class="anchor" id="ae9cf9f461652948efe67ef16029e72f6"></a><!-- doxytag: member="VdpLayer::source_rect" ref="ae9cf9f461652948efe67ef16029e72f6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="struct_vdp_rect.html">VdpRect</a> const* <a class="el" href="struct_vdp_layer.html#ae9cf9f461652948efe67ef16029e72f6">VdpLayer::source_rect</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The sub-rectangle of the source surface to use. If NULL, the entire source surface will be used. </p>

</div>
</div>
<a class="anchor" id="a8167067c1722544478bf0b14829f6145"></a><!-- doxytag: member="VdpLayer::source_surface" ref="a8167067c1722544478bf0b14829f6145" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="group___vdp_output_surface.html#ga39f4859fb6b35dd3172c541f7613bf15">VdpOutputSurface</a> <a class="el" href="struct_vdp_layer.html#a8167067c1722544478bf0b14829f6145">VdpLayer::source_surface</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The surface to composite from. </p>

</div>
</div>
<a class="anchor" id="aadcf430a754f7f4e2bdce06bfbd024ca"></a><!-- doxytag: member="VdpLayer::struct_version" ref="aadcf430a754f7f4e2bdce06bfbd024ca" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint32_t <a class="el" href="struct_vdp_layer.html#aadcf430a754f7f4e2bdce06bfbd024ca">VdpLayer::struct_version</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>This field must be filled with VDP_LAYER_VERSION </p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>vdpau/<a class="el" href="vdpau_8h_source.html">vdpau.h</a></li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Tue Feb 8 2011 for VDPAU by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>