Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-release > by-pkgid > f250c16c2b84c9364a2f35a71121aaa2 > files > 121

lib64dirac-devel-1.0.2-2mdv2010.0.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Dirac Video Codec</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<h1 align="center" color="#606080">
Dirac - A Video Codec
</h1>
<p align="center">
Created by the <a href="http://www.bbc.co.uk">British Broadcasting Corporation</a>.
</p>
<hr>
<!-- Generated by Doxygen 1.5.9 -->
  <div class="navpath"><a class="el" href="a00234.html">dirac</a>::<a class="el" href="a00070.html">FileStreamInput</a>
  </div>
<div class="contents">
<h1>dirac::FileStreamInput Class Reference</h1><!-- doxytag: class="dirac::FileStreamInput" --><a class="el" href="a00108.html" title="A class for encapsulating all the data relating to a picture.">Picture</a> input class.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="a00211_source.html">pic_io.h</a>&gt;</code>
<p>

<p>
<a href="a00327.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="el" href="a00070.html#08e147d50a63e26be38f53a056375dc6">FileStreamInput</a> (const char *input_name, const <a class="el" href="a00131.html">SourceParams</a> &amp;sparams, bool interlace)
<dl class="el"><dd class="mdescRight">Constructor.  <a href="#08e147d50a63e26be38f53a056375dc6"></a><br></dl><li>virtual <a class="el" href="a00070.html#ce66447add44074fa70b97977b2a3fca">~FileStreamInput</a> ()
<dl class="el"><dd class="mdescRight">Destructor.  <a href="#ce66447add44074fa70b97977b2a3fca"></a><br></dl><li><a class="el" href="a00131.html">SourceParams</a> &amp; <a class="el" href="a00070.html#5537a9b6e94293e5b24a4638ef49c360">GetSourceParams</a> ()
<li><a class="el" href="a00138.html">StreamPicInput</a> * <a class="el" href="a00070.html#57b708870e73fe42cdfc4deb60832f0f">GetStream</a> ()
<dl class="el"><dd class="mdescRight">Return the input stream.  <a href="#57b708870e73fe42cdfc4deb60832f0f"></a><br></dl></ul>
<h2>Private Attributes</h2>
<ul>
<li><a class="el" href="a00138.html">StreamPicInput</a> * <a class="el" href="a00070.html#65c60c99de8f897b6248659f64620bc0">m_inp_str</a>
<li>std::istream * <a class="el" href="a00070.html#f73a955f22607c840fbbfe38c5a23001">m_ip_pic_ptr</a>
<dl class="el"><dd class="mdescRight">Input stream.  <a href="#f73a955f22607c840fbbfe38c5a23001"></a><br></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Class for reading picture data from a file. <hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="08e147d50a63e26be38f53a056375dc6"></a><!-- doxytag: member="dirac::FileStreamInput::FileStreamInput" ref="08e147d50a63e26be38f53a056375dc6" args="(const char *input_name, const SourceParams &amp;sparams, bool interlace)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">dirac::FileStreamInput::FileStreamInput           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>input_name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00131.html">SourceParams</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>sparams</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>interlace</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructor, takes <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>input_name</em>&nbsp;</td><td>the name of the input picture file </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>sparams</em>&nbsp;</td><td>the source parameters </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>interlace</em>&nbsp;</td><td>input is treated as interlaced </td></tr>
  </table>
</dl>

</div>
</div><p>
<a class="anchor" name="ce66447add44074fa70b97977b2a3fca"></a><!-- doxytag: member="dirac::FileStreamInput::~FileStreamInput" ref="ce66447add44074fa70b97977b2a3fca" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual dirac::FileStreamInput::~FileStreamInput           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="5537a9b6e94293e5b24a4638ef49c360"></a><!-- doxytag: member="dirac::FileStreamInput::GetSourceParams" ref="5537a9b6e94293e5b24a4638ef49c360" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00131.html">SourceParams</a>&amp; dirac::FileStreamInput::GetSourceParams           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>References <a class="el" href="a00211_source.html#l00326">dirac::StreamPicInput::GetSourceParams()</a>, and <a class="el" href="a00211_source.html#l00519">m_inp_str</a>.</p>

</div>
</div><p>
<a class="anchor" name="57b708870e73fe42cdfc4deb60832f0f"></a><!-- doxytag: member="dirac::FileStreamInput::GetStream" ref="57b708870e73fe42cdfc4deb60832f0f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00138.html">StreamPicInput</a>* dirac::FileStreamInput::GetStream           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>References <a class="el" href="a00211_source.html#l00519">m_inp_str</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="65c60c99de8f897b6248659f64620bc0"></a><!-- doxytag: member="dirac::FileStreamInput::m_inp_str" ref="65c60c99de8f897b6248659f64620bc0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00138.html">StreamPicInput</a>* <a class="el" href="a00070.html#65c60c99de8f897b6248659f64620bc0">dirac::FileStreamInput::m_inp_str</a><code> [private]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Referenced by <a class="el" href="a00211_source.html#l00512">GetSourceParams()</a>, and <a class="el" href="a00211_source.html#l00516">GetStream()</a>.</p>

</div>
</div><p>
<a class="anchor" name="f73a955f22607c840fbbfe38c5a23001"></a><!-- doxytag: member="dirac::FileStreamInput::m_ip_pic_ptr" ref="f73a955f22607c840fbbfe38c5a23001" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::istream* <a class="el" href="a00070.html#f73a955f22607c840fbbfe38c5a23001">dirac::FileStreamInput::m_ip_pic_ptr</a><code> [private]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00211_source.html">pic_io.h</a></ul>
</div>
<hr>
<p align="center"><small>
&copy; 2004 British Broadcasting Corporation.
Dirac code licensed under the <a href="http://www.mozilla.org/MPL/">Mozilla Public License (MPL) Version 1.1</a>.<br>
HTML documentation generated by Dimitri van Heesch's
excellent <a href="http://www.doxygen.org">Doxygen</a> tool.
</small></p>
</body>
</html>