HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.1.1k
System: Linux ns565604.ip-54-39-133.net 4.18.0-553.50.1.el8_10.x86_64 #1 SMP Tue Apr 15 08:09:22 EDT 2025 x86_64
User: greer489 (1034)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: //usr/share/doc/libvpx-devel/html/structvpx__codec__frame__buffer.html
<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>WebM Codec SDK: vpx_codec_frame_buffer Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">WebM Codec SDK
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<div class="title">vpx_codec_frame_buffer Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>External frame buffer.  
 <a href="structvpx__codec__frame__buffer.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="vpx__frame__buffer_8h_source.html">vpx_frame_buffer.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:adcfd9dc0e57e1dad453c4496d8bbce30"><td class="memItemLeft" align="right" valign="top">uint8_t *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structvpx__codec__frame__buffer.html#adcfd9dc0e57e1dad453c4496d8bbce30">data</a></td></tr>
<tr class="separator:adcfd9dc0e57e1dad453c4496d8bbce30"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa36d70c1f42be1cd31287b8ecf7b53a5"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structvpx__codec__frame__buffer.html#aa36d70c1f42be1cd31287b8ecf7b53a5">size</a></td></tr>
<tr class="separator:aa36d70c1f42be1cd31287b8ecf7b53a5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7037d613f7b54f9cdad629cf17cb5e18"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structvpx__codec__frame__buffer.html#a7037d613f7b54f9cdad629cf17cb5e18">priv</a></td></tr>
<tr class="separator:a7037d613f7b54f9cdad629cf17cb5e18"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>External frame buffer. </p>
<p>This structure holds allocated frame buffers used by the decoder. </p>
</div><h2 class="groupheader">Field Documentation</h2>
<a id="adcfd9dc0e57e1dad453c4496d8bbce30"></a>
<h2 class="memtitle"><span class="permalink"><a href="#adcfd9dc0e57e1dad453c4496d8bbce30">&#9670;&nbsp;</a></span>data</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint8_t* vpx_codec_frame_buffer::data</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Pointer to the data buffer </p>

</div>
</div>
<a id="aa36d70c1f42be1cd31287b8ecf7b53a5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa36d70c1f42be1cd31287b8ecf7b53a5">&#9670;&nbsp;</a></span>size</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t vpx_codec_frame_buffer::size</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Size of data in bytes </p>

</div>
</div>
<a id="a7037d613f7b54f9cdad629cf17cb5e18"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7037d613f7b54f9cdad629cf17cb5e18">&#9670;&nbsp;</a></span>priv</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void* vpx_codec_frame_buffer::priv</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Frame's private data </p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>vpx/<a class="el" href="vpx__frame__buffer_8h_source.html">vpx_frame_buffer.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>