openjpeg/doxygen/byte__manager_8h_source.html

154 lines
25 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OpenJPEG: byte_manager.h Source File</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">OpenJPEG
&#160;<span id="projectnumber">2.5.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_43e0a1f539e00dcfa1a6bc4d4fee4fc2.html">home</a></li><li class="navelem"><a class="el" href="dir_cb9b2b419d92b64f7cee83d8faf7a4ab.html">even</a></li><li class="navelem"><a class="el" href="dir_f75d9a0165d6564a1e04793ef847d41d.html">openjpeg</a></li><li class="navelem"><a class="el" href="dir_5f588d7ea139c1aae751d03c13a16064.html">openjpeg</a></li><li class="navelem"><a class="el" href="dir_378f732e812ef6cbaaae22e96a4fa79f.html">src</a></li><li class="navelem"><a class="el" href="dir_19dcb5713315405a27e1bde75a489a4c.html">lib</a></li><li class="navelem"><a class="el" href="dir_54d80c9412497e935deb5677b5fae801.html">openjpip</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">byte_manager.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="byte__manager_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * $Id$</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * Copyright (c) 2002-2014, Professor Benoit Macq</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Copyright (c) 2010-2011, Kaori Hagihara</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * All rights reserved.</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * modification, are permitted provided that the following conditions</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * are met:</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * 1. Redistributions of source code must retain the above copyright</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * notice, this list of conditions and the following disclaimer.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * 2. Redistributions in binary form must reproduce the above copyright</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * notice, this list of conditions and the following disclaimer in the</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * documentation and/or other materials provided with the distribution.</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS&#39;</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"> * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment"> * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment"> * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment"> * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment"> * POSSIBILITY OF SUCH DAMAGE.</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; </div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#ifndef BYTE_MANAGER_H_</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#define BYTE_MANAGER_H_</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &lt;stddef.h&gt;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="openjpeg_8h.html">openjpeg.h</a>&quot;</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="opj__stdint_8h.html">opj_stdint.h</a>&quot;</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0"> 37</a></span>&#160;<span class="keyword">typedef</span> uint8_t <a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a>;</div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="byte__manager_8h.html#a633aa9ecff048e1b8bfbdac4c4dfdb33"> 38</a></span>&#160;<span class="keyword">typedef</span> uint16_t <a class="code" href="byte__manager_8h.html#a633aa9ecff048e1b8bfbdac4c4dfdb33">Byte2_t</a>;</div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36"> 39</a></span>&#160;<span class="keyword">typedef</span> uint32_t <a class="code" href="byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36">Byte4_t</a>;</div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="byte__manager_8h.html#a89544bfd8f79b949793e43e323e1ace1"> 40</a></span>&#160;<span class="keyword">typedef</span> uint64_t <a class="code" href="byte__manager_8h.html#a89544bfd8f79b949793e43e323e1ace1">Byte8_t</a>;</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> * <a class="code" href="byte__manager_8h.html#a62851758f9c2af1b12995190a1e4e909">fetch_bytes</a>(<span class="keywordtype">int</span> fd, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset, <a class="code" href="openjpeg_8h.html#aba7397be054e36dc0284a6589736135e">OPJ_SIZE_T</a> size);</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; </div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; </div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> <a class="code" href="byte__manager_8h.html#a80c5006e047b8a2a5bbb48bcbc9bbd7c">fetch_1byte</a>(<span class="keywordtype">int</span> fd, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset);</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<a class="code" href="byte__manager_8h.html#a633aa9ecff048e1b8bfbdac4c4dfdb33">Byte2_t</a> <a class="code" href="byte__manager_8h.html#adc0810a234de2f1a8d59218959e07671">fetch_2bytebigendian</a>(<span class="keywordtype">int</span> fd, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset);</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; </div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<a class="code" href="byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36">Byte4_t</a> <a class="code" href="byte__manager_8h.html#a72b441947e1fab5e8dd83fdc985bf29c">fetch_4bytebigendian</a>(<span class="keywordtype">int</span> fd, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset);</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; </div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<a class="code" href="byte__manager_8h.html#a89544bfd8f79b949793e43e323e1ace1">Byte8_t</a> <a class="code" href="byte__manager_8h.html#ae4d6ed0e45814368ab976a1530b8c780">fetch_8bytebigendian</a>(<span class="keywordtype">int</span> fd, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset);</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; </div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; </div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<a class="code" href="byte__manager_8h.html#a633aa9ecff048e1b8bfbdac4c4dfdb33">Byte2_t</a> <a class="code" href="byte__manager_8h.html#a0c20ded21352121723f9df94c7568356">big2</a>(<a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> *buf);</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; </div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<a class="code" href="byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36">Byte4_t</a> <a class="code" href="byte__manager_8h.html#a1f29d888bc2d2a63e5ca8a2b71cfafea">big4</a>(<a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> *buf);</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; </div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;<a class="code" href="byte__manager_8h.html#a89544bfd8f79b949793e43e323e1ace1">Byte8_t</a> <a class="code" href="byte__manager_8h.html#a06c0559c3af79c5facbd4f50f1637782">big8</a>(<a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> *buf);</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; </div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;<span class="keywordtype">void</span> <a class="code" href="byte__manager_8h.html#a48c7dad6f593aa718712b9451317fae3">modify_4Bytecode</a>(<a class="code" href="byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36">Byte4_t</a> code, <a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> *stream);</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; </div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> <a class="code" href="byte__manager_8h.html#a955af5bd7b57f186c3174728fa160ff0">get_filesize</a>(<span class="keywordtype">int</span> fd);</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; </div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !BYTE_MANAGER_H_ */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="abyte__manager_8c_html_a955af5bd7b57f186c3174728fa160ff0"><div class="ttname"><a href="byte__manager_8c.html#a955af5bd7b57f186c3174728fa160ff0">get_filesize</a></div><div class="ttdeci">OPJ_OFF_T get_filesize(int fd)</div><div class="ttdoc">Get file size.</div><div class="ttdef"><b>Definition:</b> byte_manager.c:167</div></div>
<div class="ttc" id="abyte__manager_8h_html_a1f29d888bc2d2a63e5ca8a2b71cfafea"><div class="ttname"><a href="byte__manager_8h.html#a1f29d888bc2d2a63e5ca8a2b71cfafea">big4</a></div><div class="ttdeci">Byte4_t big4(Byte_t *buf)</div><div class="ttdoc">convert 4-byte big endian Byte codes to number</div><div class="ttdef"><b>Definition:</b> byte_manager.c:147</div></div>
<div class="ttc" id="abyte__manager_8c_html_a77b5d5af2adb2cfa7ec785b592fc4074"><div class="ttname"><a href="byte__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074">FCGI_stderr</a></div><div class="ttdeci">#define FCGI_stderr</div><div class="ttdef"><b>Definition:</b> byte_manager.c:47</div></div>
<div class="ttc" id="aopj__stdint_8h_html"><div class="ttname"><a href="opj__stdint_8h.html">opj_stdint.h</a></div></div>
<div class="ttc" id="abyte__manager_8c_html_a1f29d888bc2d2a63e5ca8a2b71cfafea"><div class="ttname"><a href="byte__manager_8c.html#a1f29d888bc2d2a63e5ca8a2b71cfafea">big4</a></div><div class="ttdeci">Byte4_t big4(Byte_t *buf)</div><div class="ttdoc">convert 4-byte big endian Byte codes to number</div><div class="ttdef"><b>Definition:</b> byte_manager.c:147</div></div>
<div class="ttc" id="abyte__manager_8h_html_ade896f5d51f03e046a004d006b53a8b0"><div class="ttname"><a href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a></div><div class="ttdeci">uint8_t Byte_t</div><div class="ttdef"><b>Definition:</b> byte_manager.h:37</div></div>
<div class="ttc" id="abyte__manager_8h_html_a72b441947e1fab5e8dd83fdc985bf29c"><div class="ttname"><a href="byte__manager_8h.html#a72b441947e1fab5e8dd83fdc985bf29c">fetch_4bytebigendian</a></div><div class="ttdeci">Byte4_t fetch_4bytebigendian(int fd, OPJ_OFF_T offset)</div><div class="ttdoc">fetch a 4-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:109</div></div>
<div class="ttc" id="aopenjpeg_8h_html_a64948c8a524dee101c5a4d7293e6158c"><div class="ttname"><a href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a></div><div class="ttdeci">int64_t OPJ_OFF_T</div><div class="ttdef"><b>Definition:</b> openjpeg.h:136</div></div>
<div class="ttc" id="abyte__manager_8h_html_a48c7dad6f593aa718712b9451317fae3"><div class="ttname"><a href="byte__manager_8h.html#a48c7dad6f593aa718712b9451317fae3">modify_4Bytecode</a></div><div class="ttdeci">void modify_4Bytecode(Byte4_t code, Byte_t *stream)</div><div class="ttdoc">modify 4Byte code in a codestream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:159</div></div>
<div class="ttc" id="abyte__manager_8h_html_a0c20ded21352121723f9df94c7568356"><div class="ttname"><a href="byte__manager_8h.html#a0c20ded21352121723f9df94c7568356">big2</a></div><div class="ttdeci">Byte2_t big2(Byte_t *buf)</div><div class="ttdoc">convert 2-byte big endian Byte codes to number</div><div class="ttdef"><b>Definition:</b> byte_manager.c:142</div></div>
<div class="ttc" id="abyte__manager_8h_html_a06c0559c3af79c5facbd4f50f1637782"><div class="ttname"><a href="byte__manager_8h.html#a06c0559c3af79c5facbd4f50f1637782">big8</a></div><div class="ttdeci">Byte8_t big8(Byte_t *buf)</div><div class="ttdoc">convert 8-byte big endian Byte codes to number</div><div class="ttdef"><b>Definition:</b> byte_manager.c:153</div></div>
<div class="ttc" id="abyte__manager_8c_html_a48c7dad6f593aa718712b9451317fae3"><div class="ttname"><a href="byte__manager_8c.html#a48c7dad6f593aa718712b9451317fae3">modify_4Bytecode</a></div><div class="ttdeci">void modify_4Bytecode(Byte4_t code, Byte_t *stream)</div><div class="ttdoc">modify 4Byte code in a codestream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:159</div></div>
<div class="ttc" id="aopenjpeg_8h_html_aba7397be054e36dc0284a6589736135e"><div class="ttname"><a href="openjpeg_8h.html#aba7397be054e36dc0284a6589736135e">OPJ_SIZE_T</a></div><div class="ttdeci">size_t OPJ_SIZE_T</div><div class="ttdef"><b>Definition:</b> openjpeg.h:139</div></div>
<div class="ttc" id="abyte__manager_8h_html_a80c5006e047b8a2a5bbb48bcbc9bbd7c"><div class="ttname"><a href="byte__manager_8h.html#a80c5006e047b8a2a5bbb48bcbc9bbd7c">fetch_1byte</a></div><div class="ttdeci">Byte_t fetch_1byte(int fd, OPJ_OFF_T offset)</div><div class="ttdoc">fetch a 1-byte Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:75</div></div>
<div class="ttc" id="abyte__manager_8c_html_a0c20ded21352121723f9df94c7568356"><div class="ttname"><a href="byte__manager_8c.html#a0c20ded21352121723f9df94c7568356">big2</a></div><div class="ttdeci">Byte2_t big2(Byte_t *buf)</div><div class="ttdoc">convert 2-byte big endian Byte codes to number</div><div class="ttdef"><b>Definition:</b> byte_manager.c:142</div></div>
<div class="ttc" id="abyte__manager_8c_html_a72b441947e1fab5e8dd83fdc985bf29c"><div class="ttname"><a href="byte__manager_8c.html#a72b441947e1fab5e8dd83fdc985bf29c">fetch_4bytebigendian</a></div><div class="ttdeci">Byte4_t fetch_4bytebigendian(int fd, OPJ_OFF_T offset)</div><div class="ttdoc">fetch a 4-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:109</div></div>
<div class="ttc" id="abyte__manager_8c_html_a62851758f9c2af1b12995190a1e4e909"><div class="ttname"><a href="byte__manager_8c.html#a62851758f9c2af1b12995190a1e4e909">fetch_bytes</a></div><div class="ttdeci">Byte_t * fetch_bytes(int fd, OPJ_OFF_T offset, OPJ_SIZE_T size)</div><div class="ttdoc">fetch bytes of data in file stream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:52</div></div>
<div class="ttc" id="abyte__manager_8c_html_adc0810a234de2f1a8d59218959e07671"><div class="ttname"><a href="byte__manager_8c.html#adc0810a234de2f1a8d59218959e07671">fetch_2bytebigendian</a></div><div class="ttdeci">Byte2_t fetch_2bytebigendian(int fd, OPJ_OFF_T offset)</div><div class="ttdoc">fetch a 2-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:93</div></div>
<div class="ttc" id="aopenjpeg_8h_html"><div class="ttname"><a href="openjpeg_8h.html">openjpeg.h</a></div></div>
<div class="ttc" id="abyte__manager_8h_html_a955af5bd7b57f186c3174728fa160ff0"><div class="ttname"><a href="byte__manager_8h.html#a955af5bd7b57f186c3174728fa160ff0">get_filesize</a></div><div class="ttdeci">OPJ_OFF_T get_filesize(int fd)</div><div class="ttdoc">Get file size.</div><div class="ttdef"><b>Definition:</b> byte_manager.c:167</div></div>
<div class="ttc" id="abyte__manager_8h_html_aad2d957f29839c12c87e4dd945807d36"><div class="ttname"><a href="byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36">Byte4_t</a></div><div class="ttdeci">uint32_t Byte4_t</div><div class="ttdef"><b>Definition:</b> byte_manager.h:39</div></div>
<div class="ttc" id="abyte__manager_8h_html_adc0810a234de2f1a8d59218959e07671"><div class="ttname"><a href="byte__manager_8h.html#adc0810a234de2f1a8d59218959e07671">fetch_2bytebigendian</a></div><div class="ttdeci">Byte2_t fetch_2bytebigendian(int fd, OPJ_OFF_T offset)</div><div class="ttdoc">fetch a 2-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:93</div></div>
<div class="ttc" id="abyte__manager_8h_html_ae4d6ed0e45814368ab976a1530b8c780"><div class="ttname"><a href="byte__manager_8h.html#ae4d6ed0e45814368ab976a1530b8c780">fetch_8bytebigendian</a></div><div class="ttdeci">Byte8_t fetch_8bytebigendian(int fd, OPJ_OFF_T offset)</div><div class="ttdoc">fetch a 8-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:125</div></div>
<div class="ttc" id="abyte__manager_8c_html_a80c5006e047b8a2a5bbb48bcbc9bbd7c"><div class="ttname"><a href="byte__manager_8c.html#a80c5006e047b8a2a5bbb48bcbc9bbd7c">fetch_1byte</a></div><div class="ttdeci">Byte_t fetch_1byte(int fd, OPJ_OFF_T offset)</div><div class="ttdoc">fetch a 1-byte Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:75</div></div>
<div class="ttc" id="abyte__manager_8c_html_a06c0559c3af79c5facbd4f50f1637782"><div class="ttname"><a href="byte__manager_8c.html#a06c0559c3af79c5facbd4f50f1637782">big8</a></div><div class="ttdeci">Byte8_t big8(Byte_t *buf)</div><div class="ttdoc">convert 8-byte big endian Byte codes to number</div><div class="ttdef"><b>Definition:</b> byte_manager.c:153</div></div>
<div class="ttc" id="abyte__manager_8h_html"><div class="ttname"><a href="byte__manager_8h.html">byte_manager.h</a></div></div>
<div class="ttc" id="abyte__manager_8h_html_a62851758f9c2af1b12995190a1e4e909"><div class="ttname"><a href="byte__manager_8h.html#a62851758f9c2af1b12995190a1e4e909">fetch_bytes</a></div><div class="ttdeci">Byte_t * fetch_bytes(int fd, OPJ_OFF_T offset, OPJ_SIZE_T size)</div><div class="ttdoc">fetch bytes of data in file stream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:52</div></div>
<div class="ttc" id="abyte__manager_8h_html_a633aa9ecff048e1b8bfbdac4c4dfdb33"><div class="ttname"><a href="byte__manager_8h.html#a633aa9ecff048e1b8bfbdac4c4dfdb33">Byte2_t</a></div><div class="ttdeci">uint16_t Byte2_t</div><div class="ttdef"><b>Definition:</b> byte_manager.h:38</div></div>
<div class="ttc" id="abyte__manager_8c_html_ac322e421aefb8ec9ccc10bef953e3d82"><div class="ttname"><a href="byte__manager_8c.html#ac322e421aefb8ec9ccc10bef953e3d82">FCGI_stdout</a></div><div class="ttdeci">#define FCGI_stdout</div><div class="ttdef"><b>Definition:</b> byte_manager.c:46</div></div>
<div class="ttc" id="abyte__manager_8c_html_ae4d6ed0e45814368ab976a1530b8c780"><div class="ttname"><a href="byte__manager_8c.html#ae4d6ed0e45814368ab976a1530b8c780">fetch_8bytebigendian</a></div><div class="ttdeci">Byte8_t fetch_8bytebigendian(int fd, OPJ_OFF_T offset)</div><div class="ttdoc">fetch a 8-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> byte_manager.c:125</div></div>
<div class="ttc" id="abyte__manager_8h_html_a89544bfd8f79b949793e43e323e1ace1"><div class="ttname"><a href="byte__manager_8h.html#a89544bfd8f79b949793e43e323e1ace1">Byte8_t</a></div><div class="ttdeci">uint64_t Byte8_t</div><div class="ttdef"><b>Definition:</b> byte_manager.h:40</div></div>
<!-- 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.17
</small></address>
</body>
</html>