openjpeg/doxygen/box__manager_8h_source.html

247 lines
52 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: box_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">box_manager.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="box__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 BOX_MANAGER_H_</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor"># define BOX_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 &quot;<a class="code" href="byte__manager_8h.html">byte_manager.h</a>&quot;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; </div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="structbox__param.html"> 37</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structbox__param.html">box_param</a> {</div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="structbox__param.html#ab6a91091b8afeb3d5cea812a3c6b19a3"> 38</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structbox__param.html#ab6a91091b8afeb3d5cea812a3c6b19a3">fd</a>; </div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="structbox__param.html#a6ea7450cb7dad8229f9f80deeecb3653"> 39</a></span>&#160; <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> <a class="code" href="structbox__param.html#a6ea7450cb7dad8229f9f80deeecb3653">offset</a>; </div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="structbox__param.html#aada29a9e2ee24be155b8a3dc3e3d2253"> 40</a></span>&#160; <a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> <a class="code" href="structbox__param.html#aada29a9e2ee24be155b8a3dc3e3d2253">headlen</a>; </div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="structbox__param.html#a3f675a72aeb95c732b88ab45e8446a4e"> 41</a></span>&#160; <a class="code" href="byte__manager_8h.html#a89544bfd8f79b949793e43e323e1ace1">Byte8_t</a> <a class="code" href="structbox__param.html#a3f675a72aeb95c732b88ab45e8446a4e">length</a>; </div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="structbox__param.html#a24767e2a946d939983ba55efa8fdfb7a"> 42</a></span>&#160; <span class="keywordtype">char</span> <a class="code" href="structbox__param.html#a24767e2a946d939983ba55efa8fdfb7a">type</a>[4]; </div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structbox__param.html#a8d5dba02e64d6c60e2805ee5c62c2d41"> 43</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structbox__param.html">box_param</a> *<a class="code" href="structbox__param.html#a8d5dba02e64d6c60e2805ee5c62c2d41">next</a>; </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;} <a class="code" href="box__manager_8h.html#a595fedb372a3046632dab041d6b9577c">box_param_t</a>;</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="structboxlist__param.html"> 48</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structboxlist__param.html">boxlist_param</a> {</div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="structboxlist__param.html#af63af9b68990700ca5e5a464ddb18dc4"> 49</a></span>&#160; <a class="code" href="structbox__param.html">box_param_t</a> *<a class="code" href="structboxlist__param.html#af63af9b68990700ca5e5a464ddb18dc4">first</a>; </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="structboxlist__param.html#a073553f3e26d2029c45b5f1bf692cc84"> 50</a></span>&#160; <a class="code" href="structbox__param.html">box_param_t</a> *<a class="code" href="structboxlist__param.html#a073553f3e26d2029c45b5f1bf692cc84">last</a>; </div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;} <a class="code" href="box__manager_8h.html#a9b2ee705f70b639fbcc19a6d6f73da6a">boxlist_param_t</a>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; </div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<a class="code" href="structboxlist__param.html">boxlist_param_t</a> * <a class="code" href="box__manager_8h.html#aeafd676f2bfc4052f297c1cbfb08e7e5">gene_boxlist</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<a class="code" href="structboxlist__param.html">boxlist_param_t</a> * <a class="code" href="box__manager_8h.html#a0c5e97f8df3073b59d319c237844d3fd">get_boxstructure</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> length);</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; </div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<a class="code" href="structbox__param.html">box_param_t</a> * <a class="code" href="box__manager_8h.html#ab31eb6d1ab6816c613a1938f0cc4b6e1">gene_boxbyOffset</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="l00080"></a><span class="lineno"> 80</span>&#160; </div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<a class="code" href="structbox__param.html">box_param_t</a> * <a class="code" href="box__manager_8h.html#a191b8fecf58253b417a49b1f5ea142ae">gene_boxbyOffinStream</a>(<a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> *stream, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset);</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; </div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<a class="code" href="structbox__param.html">box_param_t</a> * <a class="code" href="box__manager_8h.html#af72156ca09a2c48d26b001b2897bd442">gene_boxbyType</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> length,</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> TBox[]);</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; </div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;<a class="code" href="structbox__param.html">box_param_t</a> * <a class="code" href="box__manager_8h.html#ab67a3239dc3443f80439aa68531fe3dd">gene_boxbyTypeinStream</a>(<a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> *stream, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset,</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <a class="code" href="openjpeg_8h.html#aba7397be054e36dc0284a6589736135e">OPJ_SIZE_T</a> length, <span class="keyword">const</span> <span class="keywordtype">char</span> TBox[]);</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; </div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<a class="code" href="structbox__param.html">box_param_t</a> * <a class="code" href="box__manager_8h.html#a748c2d73b85353a96c1f59feebed6eb2">gene_childboxbyOffset</a>(<a class="code" href="structbox__param.html">box_param_t</a> *superbox, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset);</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; </div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;<a class="code" href="structbox__param.html">box_param_t</a> * <a class="code" href="box__manager_8h.html#a10d0b1c901f1ac161305c2b5b45aca5e">gene_childboxbyType</a>(<a class="code" href="structbox__param.html">box_param_t</a> *superbox, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset,</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> TBox[]);</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; </div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;<a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> <a class="code" href="box__manager_8h.html#aa6d6dd0304ffedcb0c67ef23cf62e38a">get_DBoxoff</a>(<a class="code" href="structbox__param.html">box_param_t</a> *box);</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; </div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; </div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;<a class="code" href="openjpeg_8h.html#aba7397be054e36dc0284a6589736135e">OPJ_SIZE_T</a> <a class="code" href="box__manager_8h.html#a177899ef17695f68a34abaff3795175c">get_DBoxlen</a>(<a class="code" href="structbox__param.html">box_param_t</a> *box);</div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; </div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; </div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;<a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> * <a class="code" href="box__manager_8h.html#a7775b0d45b5e84a6d59ca1477ee0088c">fetch_headbytes</a>(<a class="code" href="structbox__param.html">box_param_t</a> *box);</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; </div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; </div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;<a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> * <a class="code" href="box__manager_8h.html#a0dcfa6897f3fd71d6336671a2a5b7e07">fetch_DBoxbytes</a>(<a class="code" href="structbox__param.html">box_param_t</a> *box, <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="l00171"></a><span class="lineno"> 171</span>&#160; </div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;<a class="code" href="byte__manager_8h.html#ade896f5d51f03e046a004d006b53a8b0">Byte_t</a> <a class="code" href="box__manager_8h.html#ac907241542ef0cd6e13deafffde74363">fetch_DBox1byte</a>(<a class="code" href="structbox__param.html">box_param_t</a> *box, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset);</div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; </div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;<a class="code" href="byte__manager_8h.html#a633aa9ecff048e1b8bfbdac4c4dfdb33">Byte2_t</a> <a class="code" href="box__manager_8h.html#a28a029e965842146cac12fcf05757c66">fetch_DBox2bytebigendian</a>(<a class="code" href="structbox__param.html">box_param_t</a> *box, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset);</div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; </div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;<a class="code" href="byte__manager_8h.html#aad2d957f29839c12c87e4dd945807d36">Byte4_t</a> <a class="code" href="box__manager_8h.html#a1f18b967d9b8fd83fa70a6580ce9ab53">fetch_DBox4bytebigendian</a>(<a class="code" href="structbox__param.html">box_param_t</a> *box, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset);</div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160; </div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;<a class="code" href="byte__manager_8h.html#a89544bfd8f79b949793e43e323e1ace1">Byte8_t</a> <a class="code" href="box__manager_8h.html#a46342c34b100e9174966f70bf36936ef">fetch_DBox8bytebigendian</a>(<a class="code" href="structbox__param.html">box_param_t</a> *box, <a class="code" href="openjpeg_8h.html#a64948c8a524dee101c5a4d7293e6158c">OPJ_OFF_T</a> offset);</div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; </div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; </div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;<a class="code" href="structbox__param.html">box_param_t</a> * <a class="code" href="box__manager_8h.html#ad9d347a84614e1e2bfd4464f22fbd2c5">search_box</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> type[], <a class="code" href="structboxlist__param.html">boxlist_param_t</a> *boxlist);</div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; </div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160;<span class="keywordtype">void</span> <a class="code" href="box__manager_8h.html#a169c879575c0ab58678dced26f96af85">print_box</a>(<a class="code" href="structbox__param.html">box_param_t</a> *box);</div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160; </div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; </div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160;<span class="keywordtype">void</span> <a class="code" href="box__manager_8h.html#a29a36ad1d80050083acd21c1131eea59">print_allbox</a>(<a class="code" href="structboxlist__param.html">boxlist_param_t</a> *boxlist);</div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; </div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160;<span class="keywordtype">void</span> <a class="code" href="box__manager_8h.html#a77ada7ec552ad6aecf1de5ecb1ec27bb">delete_box_in_list</a>(<a class="code" href="structbox__param.html">box_param_t</a> **box, <a class="code" href="structboxlist__param.html">boxlist_param_t</a> *boxlist);</div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; </div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; </div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;<span class="keywordtype">void</span> <a class="code" href="box__manager_8h.html#a497cd76e4977db665ed242609eef351b">delete_box_in_list_by_type</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> type[], <a class="code" href="structboxlist__param.html">boxlist_param_t</a> *boxlist);</div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; </div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; </div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160;<span class="keywordtype">void</span> <a class="code" href="box__manager_8h.html#ad72e15be902a7c0cdfee23468250fff5">delete_boxlist</a>(<a class="code" href="structboxlist__param.html">boxlist_param_t</a> **boxlist);</div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; </div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; </div>
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160;<span class="keywordtype">void</span> <a class="code" href="box__manager_8h.html#af1cdc6e87a93954e92d8e481208895d4">insert_box_into_list</a>(<a class="code" href="structbox__param.html">box_param_t</a> *box, <a class="code" href="structboxlist__param.html">boxlist_param_t</a> *boxlist);</div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; </div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !BOX_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="abox__manager_8c_html_af72156ca09a2c48d26b001b2897bd442"><div class="ttname"><a href="box__manager_8c.html#af72156ca09a2c48d26b001b2897bd442">gene_boxbyType</a></div><div class="ttdeci">box_param_t * gene_boxbyType(int fd, OPJ_OFF_T offset, OPJ_SIZE_T length, const char TBox[])</div><div class="ttdoc">generate(search) box from JP2 file</div><div class="ttdef"><b>Definition:</b> box_manager.c:173</div></div>
<div class="ttc" id="astructbox__param_html_a8d5dba02e64d6c60e2805ee5c62c2d41"><div class="ttname"><a href="structbox__param.html#a8d5dba02e64d6c60e2805ee5c62c2d41">box_param::next</a></div><div class="ttdeci">struct box_param * next</div><div class="ttdoc">pointer to the next box</div><div class="ttdef"><b>Definition:</b> box_manager.h:43</div></div>
<div class="ttc" id="abox__manager_8h_html_ab67a3239dc3443f80439aa68531fe3dd"><div class="ttname"><a href="box__manager_8h.html#ab67a3239dc3443f80439aa68531fe3dd">gene_boxbyTypeinStream</a></div><div class="ttdeci">box_param_t * gene_boxbyTypeinStream(Byte_t *stream, OPJ_OFF_T offset, OPJ_SIZE_T length, const char TBox[])</div><div class="ttdoc">generate(search) box from code stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:243</div></div>
<div class="ttc" id="astructbox__param_html_a6ea7450cb7dad8229f9f80deeecb3653"><div class="ttname"><a href="structbox__param.html#a6ea7450cb7dad8229f9f80deeecb3653">box_param::offset</a></div><div class="ttdeci">OPJ_OFF_T offset</div><div class="ttdoc">byte position of the whole Box (LBox) in the file</div><div class="ttdef"><b>Definition:</b> box_manager.h:39</div></div>
<div class="ttc" id="abox__manager_8c_html_a0dcfa6897f3fd71d6336671a2a5b7e07"><div class="ttname"><a href="box__manager_8c.html#a0dcfa6897f3fd71d6336671a2a5b7e07">fetch_DBoxbytes</a></div><div class="ttdeci">Byte_t * fetch_DBoxbytes(box_param_t *box, OPJ_OFF_T offset, OPJ_SIZE_T size)</div><div class="ttdoc">fetch DBox (Box Contents) bytes of data in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:321</div></div>
<div class="ttc" id="abox__manager_8h_html_aa6d6dd0304ffedcb0c67ef23cf62e38a"><div class="ttname"><a href="box__manager_8h.html#aa6d6dd0304ffedcb0c67ef23cf62e38a">get_DBoxoff</a></div><div class="ttdeci">OPJ_OFF_T get_DBoxoff(box_param_t *box)</div><div class="ttdoc">get DBox offset</div><div class="ttdef"><b>Definition:</b> box_manager.c:306</div></div>
<div class="ttc" id="astructbox__param_html_aada29a9e2ee24be155b8a3dc3e3d2253"><div class="ttname"><a href="structbox__param.html#aada29a9e2ee24be155b8a3dc3e3d2253">box_param::headlen</a></div><div class="ttdeci">Byte_t headlen</div><div class="ttdoc">header length 8 or 16</div><div class="ttdef"><b>Definition:</b> box_manager.h:40</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="abox__manager_8h_html_a0dcfa6897f3fd71d6336671a2a5b7e07"><div class="ttname"><a href="box__manager_8h.html#a0dcfa6897f3fd71d6336671a2a5b7e07">fetch_DBoxbytes</a></div><div class="ttdeci">Byte_t * fetch_DBoxbytes(box_param_t *box, OPJ_OFF_T offset, OPJ_SIZE_T size)</div><div class="ttdoc">fetch DBox (Box Contents) bytes of data in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:321</div></div>
<div class="ttc" id="abox__manager_8h_html_a0c5e97f8df3073b59d319c237844d3fd"><div class="ttname"><a href="box__manager_8h.html#a0c5e97f8df3073b59d319c237844d3fd">get_boxstructure</a></div><div class="ttdeci">boxlist_param_t * get_boxstructure(int fd, OPJ_OFF_T offset, OPJ_SIZE_T length)</div><div class="ttdoc">get box structure of JP2 file</div><div class="ttdef"><b>Definition:</b> box_manager.c:60</div></div>
<div class="ttc" id="abox__manager_8c_html_a28a029e965842146cac12fcf05757c66"><div class="ttname"><a href="box__manager_8c.html#a28a029e965842146cac12fcf05757c66">fetch_DBox2bytebigendian</a></div><div class="ttdeci">Byte2_t fetch_DBox2bytebigendian(box_param_t *box, OPJ_OFF_T offset)</div><div class="ttdoc">fetch DBox (Box Contents) 2-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:331</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="abox__manager_8h_html_a77ada7ec552ad6aecf1de5ecb1ec27bb"><div class="ttname"><a href="box__manager_8h.html#a77ada7ec552ad6aecf1de5ecb1ec27bb">delete_box_in_list</a></div><div class="ttdeci">void delete_box_in_list(box_param_t **box, boxlist_param_t *boxlist)</div><div class="ttdoc">delete a box in list</div><div class="ttdef"><b>Definition:</b> box_manager.c:395</div></div>
<div class="ttc" id="astructbox__param_html"><div class="ttname"><a href="structbox__param.html">box_param</a></div><div class="ttdoc">box parameters</div><div class="ttdef"><b>Definition:</b> box_manager.h:37</div></div>
<div class="ttc" id="abox__manager_8h_html_a46342c34b100e9174966f70bf36936ef"><div class="ttname"><a href="box__manager_8h.html#a46342c34b100e9174966f70bf36936ef">fetch_DBox8bytebigendian</a></div><div class="ttdeci">Byte8_t fetch_DBox8bytebigendian(box_param_t *box, OPJ_OFF_T offset)</div><div class="ttdoc">fetch DBox (Box Contents) 8-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:341</div></div>
<div class="ttc" id="abox__manager_8c_html_ad72e15be902a7c0cdfee23468250fff5"><div class="ttname"><a href="box__manager_8c.html#ad72e15be902a7c0cdfee23468250fff5">delete_boxlist</a></div><div class="ttdeci">void delete_boxlist(boxlist_param_t **boxlist)</div><div class="ttdoc">delete box list</div><div class="ttdef"><b>Definition:</b> box_manager.c:423</div></div>
<div class="ttc" id="abox__manager_8c_html_a29a36ad1d80050083acd21c1131eea59"><div class="ttname"><a href="box__manager_8c.html#a29a36ad1d80050083acd21c1131eea59">print_allbox</a></div><div class="ttdeci">void print_allbox(boxlist_param_t *boxlist)</div><div class="ttdoc">print all box parameters</div><div class="ttdef"><b>Definition:</b> box_manager.c:375</div></div>
<div class="ttc" id="abox__manager_8c_html_a77b5d5af2adb2cfa7ec785b592fc4074"><div class="ttname"><a href="box__manager_8c.html#a77b5d5af2adb2cfa7ec785b592fc4074">FCGI_stderr</a></div><div class="ttdeci">#define FCGI_stderr</div><div class="ttdef"><b>Definition:</b> box_manager.c:44</div></div>
<div class="ttc" id="abox__manager_8c_html_a0c5e97f8df3073b59d319c237844d3fd"><div class="ttname"><a href="box__manager_8c.html#a0c5e97f8df3073b59d319c237844d3fd">get_boxstructure</a></div><div class="ttdeci">boxlist_param_t * get_boxstructure(int fd, OPJ_OFF_T offset, OPJ_SIZE_T length)</div><div class="ttdoc">get box structure of JP2 file</div><div class="ttdef"><b>Definition:</b> box_manager.c:60</div></div>
<div class="ttc" id="abox__manager_8c_html_ab67a3239dc3443f80439aa68531fe3dd"><div class="ttname"><a href="box__manager_8c.html#ab67a3239dc3443f80439aa68531fe3dd">gene_boxbyTypeinStream</a></div><div class="ttdeci">box_param_t * gene_boxbyTypeinStream(Byte_t *stream, OPJ_OFF_T offset, OPJ_SIZE_T length, const char TBox[])</div><div class="ttdoc">generate(search) box from code stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:243</div></div>
<div class="ttc" id="abox__manager_8c_html_ac907241542ef0cd6e13deafffde74363"><div class="ttname"><a href="box__manager_8c.html#ac907241542ef0cd6e13deafffde74363">fetch_DBox1byte</a></div><div class="ttdeci">Byte_t fetch_DBox1byte(box_param_t *box, OPJ_OFF_T offset)</div><div class="ttdoc">fetch DBox (Box Contents) 1-byte Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:326</div></div>
<div class="ttc" id="abox__manager_8h_html_a10d0b1c901f1ac161305c2b5b45aca5e"><div class="ttname"><a href="box__manager_8h.html#a10d0b1c901f1ac161305c2b5b45aca5e">gene_childboxbyType</a></div><div class="ttdeci">box_param_t * gene_childboxbyType(box_param_t *superbox, OPJ_OFF_T offset, const char TBox[])</div><div class="ttdoc">generate(search) box from JP2 file</div><div class="ttdef"><b>Definition:</b> box_manager.c:293</div></div>
<div class="ttc" id="abox__manager_8h_html_a748c2d73b85353a96c1f59feebed6eb2"><div class="ttname"><a href="box__manager_8h.html#a748c2d73b85353a96c1f59feebed6eb2">gene_childboxbyOffset</a></div><div class="ttdeci">box_param_t * gene_childboxbyOffset(box_param_t *superbox, OPJ_OFF_T offset)</div><div class="ttdoc">generate child box from JP2 file at the given offset</div><div class="ttdef"><b>Definition:</b> box_manager.c:288</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="abox__manager_8c_html_a169c879575c0ab58678dced26f96af85"><div class="ttname"><a href="box__manager_8c.html#a169c879575c0ab58678dced26f96af85">print_box</a></div><div class="ttdeci">void print_box(box_param_t *box)</div><div class="ttdoc">print box parameters</div><div class="ttdef"><b>Definition:</b> box_manager.c:365</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="abox__manager_8c_html_aeafd676f2bfc4052f297c1cbfb08e7e5"><div class="ttname"><a href="box__manager_8c.html#aeafd676f2bfc4052f297c1cbfb08e7e5">gene_boxlist</a></div><div class="ttdeci">boxlist_param_t * gene_boxlist(void)</div><div class="ttdoc">generate a box list</div><div class="ttdef"><b>Definition:</b> box_manager.c:48</div></div>
<div class="ttc" id="abox__manager_8h_html_a191b8fecf58253b417a49b1f5ea142ae"><div class="ttname"><a href="box__manager_8h.html#a191b8fecf58253b417a49b1f5ea142ae">gene_boxbyOffinStream</a></div><div class="ttdeci">box_param_t * gene_boxbyOffinStream(Byte_t *stream, OPJ_OFF_T offset)</div><div class="ttdoc">generate box from code stream (JPP or JPT stream) at the given offset</div><div class="ttdef"><b>Definition:</b> box_manager.c:138</div></div>
<div class="ttc" id="abox__manager_8h_html_a595fedb372a3046632dab041d6b9577c"><div class="ttname"><a href="box__manager_8h.html#a595fedb372a3046632dab041d6b9577c">box_param_t</a></div><div class="ttdeci">struct box_param box_param_t</div><div class="ttdoc">box parameters</div></div>
<div class="ttc" id="abox__manager_8c_html_a191b8fecf58253b417a49b1f5ea142ae"><div class="ttname"><a href="box__manager_8c.html#a191b8fecf58253b417a49b1f5ea142ae">gene_boxbyOffinStream</a></div><div class="ttdeci">box_param_t * gene_boxbyOffinStream(Byte_t *stream, OPJ_OFF_T offset)</div><div class="ttdoc">generate box from code stream (JPP or JPT stream) at the given offset</div><div class="ttdef"><b>Definition:</b> box_manager.c:138</div></div>
<div class="ttc" id="abox__manager_8h_html_ad72e15be902a7c0cdfee23468250fff5"><div class="ttname"><a href="box__manager_8h.html#ad72e15be902a7c0cdfee23468250fff5">delete_boxlist</a></div><div class="ttdeci">void delete_boxlist(boxlist_param_t **boxlist)</div><div class="ttdoc">delete box list</div><div class="ttdef"><b>Definition:</b> box_manager.c:423</div></div>
<div class="ttc" id="abox__manager_8h_html_a1f18b967d9b8fd83fa70a6580ce9ab53"><div class="ttname"><a href="box__manager_8h.html#a1f18b967d9b8fd83fa70a6580ce9ab53">fetch_DBox4bytebigendian</a></div><div class="ttdeci">Byte4_t fetch_DBox4bytebigendian(box_param_t *box, OPJ_OFF_T offset)</div><div class="ttdoc">fetch DBox (Box Contents) 4-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:336</div></div>
<div class="ttc" id="abox__manager_8h_html_a177899ef17695f68a34abaff3795175c"><div class="ttname"><a href="box__manager_8h.html#a177899ef17695f68a34abaff3795175c">get_DBoxlen</a></div><div class="ttdeci">OPJ_SIZE_T get_DBoxlen(box_param_t *box)</div><div class="ttdoc">get DBox length</div><div class="ttdef"><b>Definition:</b> box_manager.c:311</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="abox__manager_8h_html_ab31eb6d1ab6816c613a1938f0cc4b6e1"><div class="ttname"><a href="box__manager_8h.html#ab31eb6d1ab6816c613a1938f0cc4b6e1">gene_boxbyOffset</a></div><div class="ttdeci">box_param_t * gene_boxbyOffset(int fd, OPJ_OFF_T offset)</div><div class="ttdoc">generate box from JP2 file at the given offset</div><div class="ttdef"><b>Definition:</b> box_manager.c:86</div></div>
<div class="ttc" id="abox__manager_8h_html_ac907241542ef0cd6e13deafffde74363"><div class="ttname"><a href="box__manager_8h.html#ac907241542ef0cd6e13deafffde74363">fetch_DBox1byte</a></div><div class="ttdeci">Byte_t fetch_DBox1byte(box_param_t *box, OPJ_OFF_T offset)</div><div class="ttdoc">fetch DBox (Box Contents) 1-byte Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:326</div></div>
<div class="ttc" id="abox__manager_8c_html_a177899ef17695f68a34abaff3795175c"><div class="ttname"><a href="box__manager_8c.html#a177899ef17695f68a34abaff3795175c">get_DBoxlen</a></div><div class="ttdeci">OPJ_SIZE_T get_DBoxlen(box_param_t *box)</div><div class="ttdoc">get DBox length</div><div class="ttdef"><b>Definition:</b> box_manager.c:311</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="abox__manager_8h_html_a9b2ee705f70b639fbcc19a6d6f73da6a"><div class="ttname"><a href="box__manager_8h.html#a9b2ee705f70b639fbcc19a6d6f73da6a">boxlist_param_t</a></div><div class="ttdeci">struct boxlist_param boxlist_param_t</div><div class="ttdoc">Box list parameters.</div></div>
<div class="ttc" id="abox__manager_8h_html_af72156ca09a2c48d26b001b2897bd442"><div class="ttname"><a href="box__manager_8h.html#af72156ca09a2c48d26b001b2897bd442">gene_boxbyType</a></div><div class="ttdeci">box_param_t * gene_boxbyType(int fd, OPJ_OFF_T offset, OPJ_SIZE_T length, const char TBox[])</div><div class="ttdoc">generate(search) box from JP2 file</div><div class="ttdef"><b>Definition:</b> box_manager.c:173</div></div>
<div class="ttc" id="astructbox__param_html_a24767e2a946d939983ba55efa8fdfb7a"><div class="ttname"><a href="structbox__param.html#a24767e2a946d939983ba55efa8fdfb7a">box_param::type</a></div><div class="ttdeci">char type[4]</div><div class="ttdoc">type of information in the DBox</div><div class="ttdef"><b>Definition:</b> box_manager.h:42</div></div>
<div class="ttc" id="astructbox__param_html_a3f675a72aeb95c732b88ab45e8446a4e"><div class="ttname"><a href="structbox__param.html#a3f675a72aeb95c732b88ab45e8446a4e">box_param::length</a></div><div class="ttdeci">Byte8_t length</div><div class="ttdoc">length of the whole Box</div><div class="ttdef"><b>Definition:</b> box_manager.h:41</div></div>
<div class="ttc" id="abox__manager_8c_html_a77ada7ec552ad6aecf1de5ecb1ec27bb"><div class="ttname"><a href="box__manager_8c.html#a77ada7ec552ad6aecf1de5ecb1ec27bb">delete_box_in_list</a></div><div class="ttdeci">void delete_box_in_list(box_param_t **box, boxlist_param_t *boxlist)</div><div class="ttdoc">delete a box in list</div><div class="ttdef"><b>Definition:</b> box_manager.c:395</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="abox__manager_8h_html_af1cdc6e87a93954e92d8e481208895d4"><div class="ttname"><a href="box__manager_8h.html#af1cdc6e87a93954e92d8e481208895d4">insert_box_into_list</a></div><div class="ttdeci">void insert_box_into_list(box_param_t *box, boxlist_param_t *boxlist)</div><div class="ttdoc">insert a box into list</div><div class="ttdef"><b>Definition:</b> box_manager.c:440</div></div>
<div class="ttc" id="abox__manager_8h_html_aeafd676f2bfc4052f297c1cbfb08e7e5"><div class="ttname"><a href="box__manager_8h.html#aeafd676f2bfc4052f297c1cbfb08e7e5">gene_boxlist</a></div><div class="ttdeci">boxlist_param_t * gene_boxlist(void)</div><div class="ttdoc">generate a box list</div><div class="ttdef"><b>Definition:</b> box_manager.c:48</div></div>
<div class="ttc" id="abox__manager_8c_html_a7775b0d45b5e84a6d59ca1477ee0088c"><div class="ttname"><a href="box__manager_8c.html#a7775b0d45b5e84a6d59ca1477ee0088c">fetch_headbytes</a></div><div class="ttdeci">Byte_t * fetch_headbytes(box_param_t *box)</div><div class="ttdoc">fetch header bytes in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:316</div></div>
<div class="ttc" id="abox__manager_8c_html_af1cdc6e87a93954e92d8e481208895d4"><div class="ttname"><a href="box__manager_8c.html#af1cdc6e87a93954e92d8e481208895d4">insert_box_into_list</a></div><div class="ttdeci">void insert_box_into_list(box_param_t *box, boxlist_param_t *boxlist)</div><div class="ttdoc">insert a box into list</div><div class="ttdef"><b>Definition:</b> box_manager.c:440</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="abox__manager_8h_html_a497cd76e4977db665ed242609eef351b"><div class="ttname"><a href="box__manager_8h.html#a497cd76e4977db665ed242609eef351b">delete_box_in_list_by_type</a></div><div class="ttdeci">void delete_box_in_list_by_type(const char type[], boxlist_param_t *boxlist)</div><div class="ttdoc">delete a box in list by Type</div><div class="ttdef"><b>Definition:</b> box_manager.c:415</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="abox__manager_8c_html_a497cd76e4977db665ed242609eef351b"><div class="ttname"><a href="box__manager_8c.html#a497cd76e4977db665ed242609eef351b">delete_box_in_list_by_type</a></div><div class="ttdeci">void delete_box_in_list_by_type(const char type[], boxlist_param_t *boxlist)</div><div class="ttdoc">delete a box in list by Type</div><div class="ttdef"><b>Definition:</b> box_manager.c:415</div></div>
<div class="ttc" id="astructboxlist__param_html_a073553f3e26d2029c45b5f1bf692cc84"><div class="ttname"><a href="structboxlist__param.html#a073553f3e26d2029c45b5f1bf692cc84">boxlist_param::last</a></div><div class="ttdeci">box_param_t * last</div><div class="ttdoc">last box pointer of the list</div><div class="ttdef"><b>Definition:</b> box_manager.h:50</div></div>
<div class="ttc" id="abox__manager_8h_html_a169c879575c0ab58678dced26f96af85"><div class="ttname"><a href="box__manager_8h.html#a169c879575c0ab58678dced26f96af85">print_box</a></div><div class="ttdeci">void print_box(box_param_t *box)</div><div class="ttdoc">print box parameters</div><div class="ttdef"><b>Definition:</b> box_manager.c:365</div></div>
<div class="ttc" id="abox__manager_8h_html_a28a029e965842146cac12fcf05757c66"><div class="ttname"><a href="box__manager_8h.html#a28a029e965842146cac12fcf05757c66">fetch_DBox2bytebigendian</a></div><div class="ttdeci">Byte2_t fetch_DBox2bytebigendian(box_param_t *box, OPJ_OFF_T offset)</div><div class="ttdoc">fetch DBox (Box Contents) 2-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:331</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="astructboxlist__param_html"><div class="ttname"><a href="structboxlist__param.html">boxlist_param</a></div><div class="ttdoc">Box list parameters.</div><div class="ttdef"><b>Definition:</b> box_manager.h:48</div></div>
<div class="ttc" id="abox__manager_8c_html_a46342c34b100e9174966f70bf36936ef"><div class="ttname"><a href="box__manager_8c.html#a46342c34b100e9174966f70bf36936ef">fetch_DBox8bytebigendian</a></div><div class="ttdeci">Byte8_t fetch_DBox8bytebigendian(box_param_t *box, OPJ_OFF_T offset)</div><div class="ttdoc">fetch DBox (Box Contents) 8-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:341</div></div>
<div class="ttc" id="aopj__inttypes_8h_html"><div class="ttname"><a href="opj__inttypes_8h.html">opj_inttypes.h</a></div></div>
<div class="ttc" id="abox__manager_8c_html_ad9d347a84614e1e2bfd4464f22fbd2c5"><div class="ttname"><a href="box__manager_8c.html#ad9d347a84614e1e2bfd4464f22fbd2c5">search_box</a></div><div class="ttdeci">box_param_t * search_box(const char type[], boxlist_param_t *boxlist)</div><div class="ttdoc">search a box by box type</div><div class="ttdef"><b>Definition:</b> box_manager.c:346</div></div>
<div class="ttc" id="astructboxlist__param_html_af63af9b68990700ca5e5a464ddb18dc4"><div class="ttname"><a href="structboxlist__param.html#af63af9b68990700ca5e5a464ddb18dc4">boxlist_param::first</a></div><div class="ttdeci">box_param_t * first</div><div class="ttdoc">first box pointer of the list</div><div class="ttdef"><b>Definition:</b> box_manager.h:49</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="abox__manager_8h_html_a29a36ad1d80050083acd21c1131eea59"><div class="ttname"><a href="box__manager_8h.html#a29a36ad1d80050083acd21c1131eea59">print_allbox</a></div><div class="ttdeci">void print_allbox(boxlist_param_t *boxlist)</div><div class="ttdoc">print all box parameters</div><div class="ttdef"><b>Definition:</b> box_manager.c:375</div></div>
<div class="ttc" id="abox__manager_8h_html"><div class="ttname"><a href="box__manager_8h.html">box_manager.h</a></div></div>
<div class="ttc" id="abox__manager_8h_html_ad9d347a84614e1e2bfd4464f22fbd2c5"><div class="ttname"><a href="box__manager_8h.html#ad9d347a84614e1e2bfd4464f22fbd2c5">search_box</a></div><div class="ttdeci">box_param_t * search_box(const char type[], boxlist_param_t *boxlist)</div><div class="ttdoc">search a box by box type</div><div class="ttdef"><b>Definition:</b> box_manager.c:346</div></div>
<div class="ttc" id="astructbox__param_html_ab6a91091b8afeb3d5cea812a3c6b19a3"><div class="ttname"><a href="structbox__param.html#ab6a91091b8afeb3d5cea812a3c6b19a3">box_param::fd</a></div><div class="ttdeci">int fd</div><div class="ttdoc">file descriptor</div><div class="ttdef"><b>Definition:</b> box_manager.h:38</div></div>
<div class="ttc" id="abox__manager_8c_html_aa6d6dd0304ffedcb0c67ef23cf62e38a"><div class="ttname"><a href="box__manager_8c.html#aa6d6dd0304ffedcb0c67ef23cf62e38a">get_DBoxoff</a></div><div class="ttdeci">OPJ_OFF_T get_DBoxoff(box_param_t *box)</div><div class="ttdoc">get DBox offset</div><div class="ttdef"><b>Definition:</b> box_manager.c:306</div></div>
<div class="ttc" id="abox__manager_8h_html_a7775b0d45b5e84a6d59ca1477ee0088c"><div class="ttname"><a href="box__manager_8h.html#a7775b0d45b5e84a6d59ca1477ee0088c">fetch_headbytes</a></div><div class="ttdeci">Byte_t * fetch_headbytes(box_param_t *box)</div><div class="ttdoc">fetch header bytes in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:316</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>
<div class="ttc" id="abox__manager_8c_html_a1f18b967d9b8fd83fa70a6580ce9ab53"><div class="ttname"><a href="box__manager_8c.html#a1f18b967d9b8fd83fa70a6580ce9ab53">fetch_DBox4bytebigendian</a></div><div class="ttdeci">Byte4_t fetch_DBox4bytebigendian(box_param_t *box, OPJ_OFF_T offset)</div><div class="ttdoc">fetch DBox (Box Contents) 4-byte big endian Byte codes in file stream</div><div class="ttdef"><b>Definition:</b> box_manager.c:336</div></div>
<div class="ttc" id="abox__manager_8c_html_a31c99676da88bb0bcdb350710f00fa96"><div class="ttname"><a href="box__manager_8c.html#a31c99676da88bb0bcdb350710f00fa96">logstream</a></div><div class="ttdeci">#define logstream</div><div class="ttdef"><b>Definition:</b> box_manager.c:45</div></div>
<div class="ttc" id="abox__manager_8c_html_a10d0b1c901f1ac161305c2b5b45aca5e"><div class="ttname"><a href="box__manager_8c.html#a10d0b1c901f1ac161305c2b5b45aca5e">gene_childboxbyType</a></div><div class="ttdeci">box_param_t * gene_childboxbyType(box_param_t *superbox, OPJ_OFF_T offset, const char TBox[])</div><div class="ttdoc">generate(search) box from JP2 file</div><div class="ttdef"><b>Definition:</b> box_manager.c:293</div></div>
<div class="ttc" id="abox__manager_8c_html_a748c2d73b85353a96c1f59feebed6eb2"><div class="ttname"><a href="box__manager_8c.html#a748c2d73b85353a96c1f59feebed6eb2">gene_childboxbyOffset</a></div><div class="ttdeci">box_param_t * gene_childboxbyOffset(box_param_t *superbox, OPJ_OFF_T offset)</div><div class="ttdoc">generate child box from JP2 file at the given offset</div><div class="ttdef"><b>Definition:</b> box_manager.c:288</div></div>
<div class="ttc" id="abox__manager_8c_html_ab31eb6d1ab6816c613a1938f0cc4b6e1"><div class="ttname"><a href="box__manager_8c.html#ab31eb6d1ab6816c613a1938f0cc4b6e1">gene_boxbyOffset</a></div><div class="ttdeci">box_param_t * gene_boxbyOffset(int fd, OPJ_OFF_T offset)</div><div class="ttdoc">generate box from JP2 file at the given offset</div><div class="ttdef"><b>Definition:</b> box_manager.c:86</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>