2022-05-13 20:21:13 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2015-07-10 18:06:19 +02:00
< 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" / >
2022-05-13 20:21:13 +02:00
< meta name = "generator" content = "Doxygen 1.8.17" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2015-07-10 18:06:19 +02:00
< title > OpenJPEG: cidx_manager.c File 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;" >
2016-09-29 22:38:29 +02:00
< td id = "projectalign" style = "padding-left: 0.5em;" >
2015-07-10 18:06:19 +02:00
< div id = "projectname" > OpenJPEG
2022-05-13 20:21:13 +02:00
  < span id = "projectnumber" > 2.5.0< / span >
2015-07-10 18:06:19 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-05-13 20:21:13 +02:00
<!-- 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& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
2015-07-10 18:06:19 +02:00
< div id = "nav-path" class = "navpath" >
< ul >
2020-12-28 22:12:25 +01:00
< 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_54e5bc4f0640fea590afaf04f4d9c88d.html" > openjp2< / a > < / li > < / ul >
2015-07-10 18:06:19 +02:00
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< div class = "title" > cidx_manager.c File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" > < code > #include " < a class = "el" href = "opj__includes_8h_source.html" > opj_includes.h< / a > " < / code > < br / >
< / div > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
2022-05-13 20:21:13 +02:00
< tr class = "memitem:a032aff39cfba9760b736129a1e4edde7" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "cidx__manager_8c.html#a032aff39cfba9760b736129a1e4edde7" > opj_write_cptr< / a > (int coff, int clen, < a class = "el" href = "cio_8h.html#a87df528e86c1032677d7841d1fb1270a" > opj_stream_private_t< / a > *cio, < a class = "el" href = "event_8h.html#a9015b7726990d51ca282c8134b8eccdd" > opj_event_mgr_t< / a > *p_manager)< / td > < / tr >
2015-07-10 18:06:19 +02:00
< tr class = "separator:a032aff39cfba9760b736129a1e4edde7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-13 20:21:13 +02:00
< tr class = "memitem:ac7ecf358e9a5d8bdff7e26b4726aba20" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "cidx__manager_8c.html#ac7ecf358e9a5d8bdff7e26b4726aba20" > opj_write_cidx< / a > (int offset, < a class = "el" href = "cio_8h.html#a87df528e86c1032677d7841d1fb1270a" > opj_stream_private_t< / a > *cio, < a class = "el" href = "openjpeg_8h.html#a0cc11f25139520a969aef74546586c77" > opj_codestream_info_t< / a > cstr_info, int j2klen, < a class = "el" href = "event_8h.html#a9015b7726990d51ca282c8134b8eccdd" > opj_event_mgr_t< / a > *p_manager)< / td > < / tr >
2015-07-10 18:06:19 +02:00
< tr class = "separator:ac7ecf358e9a5d8bdff7e26b4726aba20" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-13 20:21:13 +02:00
< tr class = "memitem:ae302b0ef07e61195c96fb07fad26337b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "cidx__manager_8c.html#ae302b0ef07e61195c96fb07fad26337b" > opj_write_manf< / a > (int second, int v, < a class = "el" href = "jp2_8h.html#aff3c6d57751b5f8c254f2939dd375826" > opj_jp2_box_t< / a > *box, < a class = "el" href = "cio_8h.html#a87df528e86c1032677d7841d1fb1270a" > opj_stream_private_t< / a > *cio, < a class = "el" href = "event_8h.html#a9015b7726990d51ca282c8134b8eccdd" > opj_event_mgr_t< / a > *p_manager)< / td > < / tr >
2015-07-10 18:06:19 +02:00
< tr class = "separator:ae302b0ef07e61195c96fb07fad26337b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-13 20:21:13 +02:00
< tr class = "memitem:a5b7b8e2e0362e45ddf422eead3e7c605" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "cidx__manager_8c.html#a5b7b8e2e0362e45ddf422eead3e7c605" > opj_write_mainmhix< / a > (int coff, < a class = "el" href = "openjpeg_8h.html#a0cc11f25139520a969aef74546586c77" > opj_codestream_info_t< / a > cstr_info, < a class = "el" href = "cio_8h.html#a87df528e86c1032677d7841d1fb1270a" > opj_stream_private_t< / a > *cio, < a class = "el" href = "event_8h.html#a9015b7726990d51ca282c8134b8eccdd" > opj_event_mgr_t< / a > *p_manager)< / td > < / tr >
2015-07-10 18:06:19 +02:00
< tr class = "separator:a5b7b8e2e0362e45ddf422eead3e7c605" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-13 20:21:13 +02:00
< tr class = "memitem:ab67c4291dded54c0ca21a721f3ae25c9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "cidx__manager_8c.html#ab67c4291dded54c0ca21a721f3ae25c9" > opj_check_EPHuse< / a > (int coff, < a class = "el" href = "openjpeg_8h.html#ab79e2e41a75ee69ae551cacb766f74de" > opj_marker_info_t< / a > *markers, int marknum, < a class = "el" href = "cio_8h.html#a87df528e86c1032677d7841d1fb1270a" > opj_stream_private_t< / a > *cio, < a class = "el" href = "event_8h.html#a9015b7726990d51ca282c8134b8eccdd" > opj_event_mgr_t< / a > *p_manager)< / td > < / tr >
2015-07-10 18:06:19 +02:00
< tr class = "separator:ab67c4291dded54c0ca21a721f3ae25c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Function Documentation< / h2 >
2022-05-13 20:21:13 +02:00
< a id = "ab67c4291dded54c0ca21a721f3ae25c9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab67c4291dded54c0ca21a721f3ae25c9" > ◆ < / a > < / span > opj_check_EPHuse()< / h2 >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "openjpeg_8h.html#abb5dad6294f4611f1925388e919b16f4" > OPJ_BOOL< / a > opj_check_EPHuse < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > coff< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "openjpeg_8h.html#ab79e2e41a75ee69ae551cacb766f74de" > opj_marker_info_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > markers< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > marknum< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "cio_8h.html#a87df528e86c1032677d7841d1fb1270a" > opj_stream_private_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > cio< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "event_8h.html#a9015b7726990d51ca282c8134b8eccdd" > opj_event_mgr_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > p_manager< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-05-13 20:21:13 +02:00
< p class = "reference" > References < a class = "el" href = "j2k_8h.html#a73c4d845006e998fd1384668e76926f6" > J2K_MS_COD< / a > , < a class = "el" href = "openjpeg_8h.html#ac672bfd7db39c609e828acb07a321964" > OPJ_FALSE< / a > , < a class = "el" href = "cio_8h.html#aa78aa37fb079f5012da1205cd5929aa7" > opj_read_bytes< / a > , < a class = "el" href = "cio_8c.html#a5ddba22278152cac64cfbdcedca6b31f" > opj_stream_read_data()< / a > , < a class = "el" href = "cio_8c.html#a9061d0624a17af80b74e1a114b0c7f06" > opj_stream_seek()< / a > , < a class = "el" href = "cio_8c.html#a5c59a39f3664f9deb654c269153c600a" > opj_stream_tell()< / a > , and < a class = "el" href = "openjpeg_8h.html#a04830036d767cba56cbf5ae5bdc481d3" > OPJ_TRUE< / a > .< / p >
2015-07-10 18:06:19 +02:00
2022-05-13 20:21:13 +02:00
< p class = "reference" > Referenced by < a class = "el" href = "cidx__manager_8h.html#ac7ecf358e9a5d8bdff7e26b4726aba20" > opj_write_cidx()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2022-05-13 20:21:13 +02:00
< a id = "ac7ecf358e9a5d8bdff7e26b4726aba20" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac7ecf358e9a5d8bdff7e26b4726aba20" > ◆ < / a > < / span > opj_write_cidx()< / h2 >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > int opj_write_cidx < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > offset< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "cio_8h.html#a87df528e86c1032677d7841d1fb1270a" > opj_stream_private_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > cio< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "openjpeg_8h.html#a0cc11f25139520a969aef74546586c77" > opj_codestream_info_t< / a >   < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > cstr_info< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > j2klen< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "event_8h.html#a9015b7726990d51ca282c8134b8eccdd" > opj_event_mgr_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > p_manager< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-05-13 20:21:13 +02:00
< p class = "reference" > References < a class = "el" href = "structopj__codestream__info.html#ab3c8dadbc461fc43f334c1ddd87f0a44" > opj_codestream_info::codestream_size< / a > , < a class = "el" href = "indexbox__manager_8h.html#aa0bc25266878955cf1286811fabf3f36" > JPIP_CIDX< / a > , < a class = "el" href = "indexbox__manager_8h.html#a73874edb5b156e498e4f4efe7334cf90" > JPIP_MHIX< / a > , < a class = "el" href = "indexbox__manager_8h.html#a6a70ff8bebdef5b376831d8e59c79660" > JPIP_PHIX< / a > , < a class = "el" href = "indexbox__manager_8h.html#a8b81116d92cda4cd13d5601224ae4d8b" > JPIP_PPIX< / a > , < a class = "el" href = "indexbox__manager_8h.html#a09d6c82d51a0758a3e06acdbc7fc20d8" > JPIP_THIX< / a > , < a class = "el" href = "indexbox__manager_8h.html#a5bb0059d5f0d95c826cfc5b3b1938a33" > JPIP_TPIX< / a > , < a class = "el" href = "structopj__jp2__box.html#a1e05f17424b492e37d2d8ecbd8669f43" > opj_jp2_box::length< / a > , < a class = "el" href = "structopj__codestream__info.html#ade3187c450b8409da485d258d816d1be" > opj_codestream_info::marker< / a > , < a class = "el" href = "structopj__codestream__info.html#a26d4a41815b198695fe004824e19569c" > opj_codestream_info::marknum< / a > , < a class = "el" href = "opj__malloc_8c.html#a3fe08bb7876e393dd04332d049a4d53e" > opj_calloc()< / a > , < a class = "el" href = "cidx__manager_8c.html#ab67c4291dded54c0ca21a721f3ae25c9" > opj_check_EPHuse()< / a > , < a class = "el" href = "opj__malloc_8c.html#a9d7d909f8dc1a2c23313c48645341e81" > opj_free()< / a > , < a class = "el" href = "cio_8c.html#a9061d0624a17af80b74e1a114b0c7f06" > opj_stream_seek()< / a > , < a class = "el" href = "cio_8c.html#ac82f28130f72561ebd1a18b6bc84edb8" > opj_stream_skip()< / a > , < a class = "el" href = "cio_8c.html#a5c59a39f3664f9deb654c269153c600a" > opj_stream_tell()< / a > , < a class = "el" href = "cio_8c.html#ae94657bc4ae96f252467a685168b94e1" > opj_stream_write_data()< / a > , < a class = "el" href = "cio_8h.html#a4233661f073556f7d30fd9b2afaafefe" > opj_write_bytes< / a > , < a class = "el" href = "cidx__manager_8c.html#a032aff39cfba9760b736129a1e4edde7" > opj_write_cptr()< / a > , < a class = "el" href = "cidx__manager_8c.html#a5b7b8e2e0362e45ddf422eead3e7c605" > opj_write_mainmhix()< / a > , < a class = "el" href = "cidx__manager_8c.html#ae302b0ef07e61195c96fb07fad26337b" > opj_write_manf()< / a > , < a class = "el" href = "indexbox__manager_8h.html#a5c0dbd417439692b345a68a703755143" > opj_write_phix()< / a > , < a class = "el" href = "indexbox__manager_8h.html#ada83077c95f10b8beceaa9f447b5ef80" > opj_write_ppix()< / a > , < a class = "el" href = "indexbox__manager_8h.html#a7a270921f503df83233bf10d9008c61c" > opj_write_thix()< / a > , < a class = "el" href = "indexbox__manager_8h.html#a954403d9d7c19478925fc16781d7a3e7" > opj_write_tpix()< / a > , and < a class = "el" href = "structopj__jp2__box.html#a86ff1e8de1f326fc2cdf029c3a3764ee" > opj_jp2_box::type< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2022-05-13 20:21:13 +02:00
< a id = "a032aff39cfba9760b736129a1e4edde7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a032aff39cfba9760b736129a1e4edde7" > ◆ < / a > < / span > opj_write_cptr()< / h2 >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void opj_write_cptr < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > coff< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > clen< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "cio_8h.html#a87df528e86c1032677d7841d1fb1270a" > opj_stream_private_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > cio< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "event_8h.html#a9015b7726990d51ca282c8134b8eccdd" > opj_event_mgr_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > p_manager< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-05-13 20:21:13 +02:00
< p class = "reference" > References < a class = "el" href = "indexbox__manager_8h.html#a4346a86b7004543359c7fc2503045f08" > JPIP_CPTR< / a > , < a class = "el" href = "cio_8c.html#a9061d0624a17af80b74e1a114b0c7f06" > opj_stream_seek()< / a > , < a class = "el" href = "cio_8c.html#ac82f28130f72561ebd1a18b6bc84edb8" > opj_stream_skip()< / a > , < a class = "el" href = "cio_8c.html#a5c59a39f3664f9deb654c269153c600a" > opj_stream_tell()< / a > , < a class = "el" href = "cio_8c.html#ae94657bc4ae96f252467a685168b94e1" > opj_stream_write_data()< / a > , and < a class = "el" href = "cio_8h.html#a4233661f073556f7d30fd9b2afaafefe" > opj_write_bytes< / a > .< / p >
2015-07-10 18:06:19 +02:00
2022-05-13 20:21:13 +02:00
< p class = "reference" > Referenced by < a class = "el" href = "cidx__manager_8h.html#ac7ecf358e9a5d8bdff7e26b4726aba20" > opj_write_cidx()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2022-05-13 20:21:13 +02:00
< a id = "a5b7b8e2e0362e45ddf422eead3e7c605" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5b7b8e2e0362e45ddf422eead3e7c605" > ◆ < / a > < / span > opj_write_mainmhix()< / h2 >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > int opj_write_mainmhix < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > coff< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "openjpeg_8h.html#a0cc11f25139520a969aef74546586c77" > opj_codestream_info_t< / a >   < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > cstr_info< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "cio_8h.html#a87df528e86c1032677d7841d1fb1270a" > opj_stream_private_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > cio< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "event_8h.html#a9015b7726990d51ca282c8134b8eccdd" > opj_event_mgr_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > p_manager< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-05-13 20:21:13 +02:00
< p class = "reference" > References < a class = "el" href = "indexbox__manager_8h.html#a73874edb5b156e498e4f4efe7334cf90" > JPIP_MHIX< / a > , < a class = "el" href = "structopj__marker__info.html#a49e93e2fc29eededa8b19b0bba31587b" > opj_marker_info::len< / a > , < a class = "el" href = "structopj__codestream__info.html#a33f12a9f2a90b8945a4aee2d1b88113b" > opj_codestream_info::main_head_end< / a > , < a class = "el" href = "structopj__codestream__info.html#ac07a91836119488ebd42134051633e59" > opj_codestream_info::main_head_start< / a > , < a class = "el" href = "structopj__codestream__info.html#ade3187c450b8409da485d258d816d1be" > opj_codestream_info::marker< / a > , < a class = "el" href = "structopj__codestream__info.html#a26d4a41815b198695fe004824e19569c" > opj_codestream_info::marknum< / a > , < a class = "el" href = "cio_8c.html#a9061d0624a17af80b74e1a114b0c7f06" > opj_stream_seek()< / a > , < a class = "el" href = "cio_8c.html#ac82f28130f72561ebd1a18b6bc84edb8" > opj_stream_skip()< / a > , < a class = "el" href = "cio_8c.html#a5c59a39f3664f9deb654c269153c600a" > opj_stream_tell()< / a > , < a class = "el" href = "cio_8c.html#ae94657bc4ae96f252467a685168b94e1" > opj_stream_write_data()< / a > , < a class = "el" href = "cio_8h.html#a4233661f073556f7d30fd9b2afaafefe" > opj_write_bytes< / a > , < a class = "el" href = "structopj__marker__info.html#ab57401f2f112c33a341f6aea5a8f01da" > opj_marker_info::pos< / a > , and < a class = "el" href = "structopj__marker__info.html#ac627b262c0e5f12d63556dc7b7af1b68" > opj_marker_info::type< / a > .< / p >
2015-07-10 18:06:19 +02:00
2022-05-13 20:21:13 +02:00
< p class = "reference" > Referenced by < a class = "el" href = "cidx__manager_8h.html#ac7ecf358e9a5d8bdff7e26b4726aba20" > opj_write_cidx()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
2022-05-13 20:21:13 +02:00
< a id = "ae302b0ef07e61195c96fb07fad26337b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae302b0ef07e61195c96fb07fad26337b" > ◆ < / a > < / span > opj_write_manf()< / h2 >
2015-07-10 18:06:19 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void opj_write_manf < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > second< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > v< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "jp2_8h.html#aff3c6d57751b5f8c254f2939dd375826" > opj_jp2_box_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > box< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "cio_8h.html#a87df528e86c1032677d7841d1fb1270a" > opj_stream_private_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > cio< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-05-13 20:21:13 +02:00
< td class = "paramtype" > < a class = "el" href = "event_8h.html#a9015b7726990d51ca282c8134b8eccdd" > opj_event_mgr_t< / a > *  < / td >
2015-07-10 18:06:19 +02:00
< td class = "paramname" > < em > p_manager< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-05-13 20:21:13 +02:00
< p class = "reference" > References < a class = "el" href = "indexbox__manager_8h.html#ab5d2329743d60f1b35c279008eef4b2b" > JPIP_MANF< / a > , < a class = "el" href = "cio_8c.html#a9061d0624a17af80b74e1a114b0c7f06" > opj_stream_seek()< / a > , < a class = "el" href = "cio_8c.html#ac82f28130f72561ebd1a18b6bc84edb8" > opj_stream_skip()< / a > , < a class = "el" href = "cio_8c.html#a5c59a39f3664f9deb654c269153c600a" > opj_stream_tell()< / a > , < a class = "el" href = "cio_8c.html#ae94657bc4ae96f252467a685168b94e1" > opj_stream_write_data()< / a > , and < a class = "el" href = "cio_8h.html#a4233661f073556f7d30fd9b2afaafefe" > opj_write_bytes< / a > .< / p >
2015-07-10 18:06:19 +02:00
2022-05-13 20:21:13 +02:00
< p class = "reference" > Referenced by < a class = "el" href = "cidx__manager_8h.html#ac7ecf358e9a5d8bdff7e26b4726aba20" > opj_write_cidx()< / a > , < a class = "el" href = "phix__manager_8c.html#a5c0dbd417439692b345a68a703755143" > opj_write_phix()< / a > , < a class = "el" href = "ppix__manager_8c.html#ada83077c95f10b8beceaa9f447b5ef80" > opj_write_ppix()< / a > , and < a class = "el" href = "thix__manager_8c.html#a7a270921f503df83233bf10d9008c61c" > opj_write_thix()< / a > .< / p >
2015-07-10 18:06:19 +02:00
< / div >
< / div >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2022-05-13 20:21:13 +02:00
< / a > 1.8.17
2015-07-10 18:06:19 +02:00
< / small > < / address >
< / body >
< / html >