Files
moslab-code/doc/source/html/goos_8h_source.html
2025-09-12 15:55:45 +02:00

219 lines
34 KiB
HTML

<!-- HTML header for doxygen 1.9.1-->
<!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.15.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>L4Re Operating System Framework: l4/re/c/video/goos.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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="l4re-awesome.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="projectlogo"><img alt="Logo" src="L4Re_rgb_logo_quer_hg_h55.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">L4Re Operating System Framework
</div>
<div id="projectbrief">Interface and Usage Documentation</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.15.0 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search/",'.html');
</script>
<script type="text/javascript">
$(function() { codefold.init(); });
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(function(){initNavTree('goos_8h_source.html','',''); });
</script>
<div id="container">
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">goos.h</div></div>
</div><!--header-->
<div class="contents">
<a href="goos_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">/*</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * (c) 2008-2009 Adam Lackorzynski &lt;adam@os.inf.tu-dresden.de&gt;</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * economic rights: Technische Universität Dresden (Germany)</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> *</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * License: see LICENSE.spdx (in this directory or the directories above)</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> */</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#include &lt;<a class="code" href="compiler_8h.html">l4/sys/compiler.h</a>&gt;</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#include &lt;<a class="code" href="l4_2sys_2types_8h.html">l4/sys/types.h</a>&gt;</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#include &lt;<a class="code" href="dataspace_8h.html">l4/re/c/dataspace.h</a>&gt;</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#include &lt;<a class="code" href="colors_8h.html">l4/re/c/video/colors.h</a>&gt;</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#include &lt;<a class="code" href="view_8h.html">l4/re/c/video/view.h</a>&gt;</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span></div>
<div class="foldopen" id="foldopen00029" data-start="{" data-end="};">
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#ga0df3b9a30dd6be3c6b6d624879809c36"> 29</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="group__api__l4re__c__video.html#ga0df3b9a30dd6be3c6b6d624879809c36">l4re_video_goos_info_flags_t</a></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span>{</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36abeeb2e624b50a8a2a05d5398887069cb"> 31</a></span> <a class="code hl_enumvalue" href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36abeeb2e624b50a8a2a05d5398887069cb">F_l4re_video_goos_auto_refresh</a> = 0x01, </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36a871e9e4d60a75b7964f5ebbe5c75d721"> 32</a></span> <a class="code hl_enumvalue" href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36a871e9e4d60a75b7964f5ebbe5c75d721">F_l4re_video_goos_pointer</a> = 0x02, </div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36aa34f226a490521bf53681727317d5dbf"> 33</a></span> <a class="code hl_enumvalue" href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36aa34f226a490521bf53681727317d5dbf">F_l4re_video_goos_dynamic_views</a> = 0x04, </div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36ab114d4df21c14cf5b42bff4225823648"> 34</a></span> <a class="code hl_enumvalue" href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36ab114d4df21c14cf5b42bff4225823648">F_l4re_video_goos_dynamic_buffers</a> = 0x08, </div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span>};</div>
</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span></div>
<div class="foldopen" id="foldopen00041" data-start="{" data-end="};">
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="structl4re__video__goos__info__t.html"> 41</a></span><span class="keyword">typedef</span> <span class="keyword">struct</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span>{</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="structl4re__video__goos__info__t.html#a3b321e7e5a1da8f1e248b00e48494ee2"> 43</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code hl_variable" href="structl4re__video__goos__info__t.html#a3b321e7e5a1da8f1e248b00e48494ee2">width</a>; </div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="structl4re__video__goos__info__t.html#a25f24a2e2a5be906a4b9db5e2b858295"> 44</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code hl_variable" href="structl4re__video__goos__info__t.html#a25f24a2e2a5be906a4b9db5e2b858295">height</a>; </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="structl4re__video__goos__info__t.html#ac7013cad6073b4ed2908a7cde2b1105f"> 45</a></span> <span class="keywordtype">unsigned</span> <a class="code hl_variable" href="structl4re__video__goos__info__t.html#ac7013cad6073b4ed2908a7cde2b1105f">flags</a>; </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="structl4re__video__goos__info__t.html#ab3fd1bf892a58f4013295f1ef1fa6f77"> 46</a></span> <span class="keywordtype">unsigned</span> <a class="code hl_variable" href="structl4re__video__goos__info__t.html#ab3fd1bf892a58f4013295f1ef1fa6f77">num_static_views</a>; </div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="structl4re__video__goos__info__t.html#afebf2f15a4abb0536682dedff6607efe"> 47</a></span> <span class="keywordtype">unsigned</span> <a class="code hl_variable" href="structl4re__video__goos__info__t.html#afebf2f15a4abb0536682dedff6607efe">num_static_buffers</a>; </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="structl4re__video__goos__info__t.html#a1f2db79c455e96788143b32a58469ec5"> 48</a></span> <a class="code hl_struct" href="structl4re__video__pixel__info__t.html">l4re_video_pixel_info_t</a> <a class="code hl_variable" href="structl4re__video__goos__info__t.html#a1f2db79c455e96788143b32a58469ec5">pixel_info</a>; </div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span>} <a class="code hl_struct" href="structl4re__video__goos__info__t.html">l4re_video_goos_info_t</a>;</div>
</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span></div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26"> 55</a></span><span class="keyword">typedef</span> <a class="code hl_typedef" href="group__l4__cap__api.html#ga1445e923ce73029130d569d6e69a4dd8">l4_cap_idx_t</a> <a class="code hl_typedef" href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26">l4re_video_goos_t</a>;</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><a class="code hl_define" href="group__l4sys__defines.html#ga5f022ce5422df9cc6ed415e2bfc90f59">L4_BEGIN_DECLS</a></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span></div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><a class="code hl_define" href="group__l4sys__defines.html#ga2469cd44710705e9f0a5832e060ec48a">L4_CV</a> <span class="keywordtype">int</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#ga91b1f803c0142a0c22660c0118afe74b"> 71</a></span><a class="code hl_function" href="group__api__l4re__c__video.html#ga91b1f803c0142a0c22660c0118afe74b">l4re_video_goos_info</a>(<a class="code hl_typedef" href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26">l4re_video_goos_t</a> goos,</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <a class="code hl_struct" href="structl4re__video__goos__info__t.html">l4re_video_goos_info_t</a> *ginfo) <a class="code hl_define" href="group__l4sys__defines.html#ga362dfa378e662dd04f710a23fc7ea931">L4_NOTHROW</a>;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span><a class="code hl_define" href="group__l4sys__defines.html#ga2469cd44710705e9f0a5832e060ec48a">L4_CV</a> <span class="keywordtype">int</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#ga80daa4f828757bc0a50cfb364bde1d25"> 84</a></span><a class="code hl_function" href="group__api__l4re__c__video.html#ga80daa4f828757bc0a50cfb364bde1d25">l4re_video_goos_refresh</a>(<a class="code hl_typedef" href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26">l4re_video_goos_t</a> goos, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> w,</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <span class="keywordtype">int</span> h) <a class="code hl_define" href="group__l4sys__defines.html#ga362dfa378e662dd04f710a23fc7ea931">L4_NOTHROW</a>;</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span></div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><a class="code hl_define" href="group__l4sys__defines.html#ga2469cd44710705e9f0a5832e060ec48a">L4_CV</a> <span class="keywordtype">int</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#gaf2fc95ab37fc7f17f431f66ced433563"> 99</a></span><a class="code hl_function" href="group__api__l4re__c__video.html#gaf2fc95ab37fc7f17f431f66ced433563">l4re_video_goos_create_buffer</a>(<a class="code hl_typedef" href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26">l4re_video_goos_t</a> goos, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> size,</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <a class="code hl_typedef" href="group__l4__cap__api.html#ga1445e923ce73029130d569d6e69a4dd8">l4_cap_idx_t</a> buffer) <a class="code hl_define" href="group__l4sys__defines.html#ga362dfa378e662dd04f710a23fc7ea931">L4_NOTHROW</a>;</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span></div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span><a class="code hl_define" href="group__l4sys__defines.html#ga2469cd44710705e9f0a5832e060ec48a">L4_CV</a> <span class="keywordtype">int</span></div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#ga31fbbdcd4c30a36c6d47b33984e87dea"> 110</a></span><a class="code hl_function" href="group__api__l4re__c__video.html#ga31fbbdcd4c30a36c6d47b33984e87dea">l4re_video_goos_delete_buffer</a>(<a class="code hl_typedef" href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26">l4re_video_goos_t</a> goos, <span class="keywordtype">unsigned</span> idx) <a class="code hl_define" href="group__l4sys__defines.html#ga362dfa378e662dd04f710a23fc7ea931">L4_NOTHROW</a>;</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span></div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><a class="code hl_define" href="group__l4sys__defines.html#ga2469cd44710705e9f0a5832e060ec48a">L4_CV</a> <span class="keywordtype">int</span></div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#ga958f66cce94ec77848a1083fd7890947"> 123</a></span><a class="code hl_function" href="group__api__l4re__c__video.html#ga958f66cce94ec77848a1083fd7890947">l4re_video_goos_get_static_buffer</a>(<a class="code hl_typedef" href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26">l4re_video_goos_t</a> goos, <span class="keywordtype">unsigned</span> idx,</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <a class="code hl_typedef" href="group__l4__cap__api.html#ga1445e923ce73029130d569d6e69a4dd8">l4_cap_idx_t</a> buffer) <a class="code hl_define" href="group__l4sys__defines.html#ga362dfa378e662dd04f710a23fc7ea931">L4_NOTHROW</a>;</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span></div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><a class="code hl_define" href="group__l4sys__defines.html#ga2469cd44710705e9f0a5832e060ec48a">L4_CV</a> <span class="keywordtype">int</span></div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#gab1d2b2390bea358007e19fb9a6571f52"> 133</a></span><a class="code hl_function" href="group__api__l4re__c__video.html#gab1d2b2390bea358007e19fb9a6571f52">l4re_video_goos_create_view</a>(<a class="code hl_typedef" href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26">l4re_video_goos_t</a> goos,</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <a class="code hl_struct" href="structl4re__video__view__t.html">l4re_video_view_t</a> *view) <a class="code hl_define" href="group__l4sys__defines.html#ga362dfa378e662dd04f710a23fc7ea931">L4_NOTHROW</a>;</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span></div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span><a class="code hl_define" href="group__l4sys__defines.html#ga2469cd44710705e9f0a5832e060ec48a">L4_CV</a> <span class="keywordtype">int</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#gacc404442cda24ddf6d58ebbc2bed6ba5"> 144</a></span><a class="code hl_function" href="group__api__l4re__c__video.html#gacc404442cda24ddf6d58ebbc2bed6ba5">l4re_video_goos_delete_view</a>(<a class="code hl_typedef" href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26">l4re_video_goos_t</a> goos,</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <a class="code hl_struct" href="structl4re__video__view__t.html">l4re_video_view_t</a> *view) <a class="code hl_define" href="group__l4sys__defines.html#ga362dfa378e662dd04f710a23fc7ea931">L4_NOTHROW</a>;</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span></div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><a class="code hl_define" href="group__l4sys__defines.html#ga2469cd44710705e9f0a5832e060ec48a">L4_CV</a> <span class="keywordtype">int</span></div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="group__api__l4re__c__video.html#gaa75df193837d586ec332cf8f88f910c7"> 160</a></span><a class="code hl_function" href="group__api__l4re__c__video.html#gaa75df193837d586ec332cf8f88f910c7">l4re_video_goos_get_view</a>(<a class="code hl_typedef" href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26">l4re_video_goos_t</a> goos, <span class="keywordtype">unsigned</span> idx,</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <a class="code hl_struct" href="structl4re__video__view__t.html">l4re_video_view_t</a> *view) <a class="code hl_define" href="group__l4sys__defines.html#ga362dfa378e662dd04f710a23fc7ea931">L4_NOTHROW</a>;</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span><a class="code hl_define" href="group__l4sys__defines.html#ga7b3d88f2118cbb7b8057a860dbdd0381">L4_END_DECLS</a></div>
<div class="ttc" id="acolors_8h_html"><div class="ttname"><a href="colors_8h.html">colors.h</a></div></div>
<div class="ttc" id="acompiler_8h_html"><div class="ttname"><a href="compiler_8h.html">compiler.h</a></div><div class="ttdoc">L4 compiler related defines.</div></div>
<div class="ttc" id="adataspace_8h_html"><div class="ttname"><a href="dataspace_8h.html">dataspace.h</a></div><div class="ttdoc">Data space C interface.</div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_ga0df3b9a30dd6be3c6b6d624879809c36"><div class="ttname"><a href="group__api__l4re__c__video.html#ga0df3b9a30dd6be3c6b6d624879809c36">l4re_video_goos_info_flags_t</a></div><div class="ttdeci">l4re_video_goos_info_flags_t</div><div class="ttdoc">Flags of information on the goos.</div><div class="ttdef"><b>Definition</b> <a href="#l00029">goos.h:30</a></div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_ga31fbbdcd4c30a36c6d47b33984e87dea"><div class="ttname"><a href="group__api__l4re__c__video.html#ga31fbbdcd4c30a36c6d47b33984e87dea">l4re_video_goos_delete_buffer</a></div><div class="ttdeci">int l4re_video_goos_delete_buffer(l4re_video_goos_t goos, unsigned idx) L4_NOTHROW</div><div class="ttdoc">Delete a pixel buffer.</div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_ga80daa4f828757bc0a50cfb364bde1d25"><div class="ttname"><a href="group__api__l4re__c__video.html#ga80daa4f828757bc0a50cfb364bde1d25">l4re_video_goos_refresh</a></div><div class="ttdeci">int l4re_video_goos_refresh(l4re_video_goos_t goos, int x, int y, int w, int h) L4_NOTHROW</div><div class="ttdoc">Flush a rectangle of pixels of the goos screen.</div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_ga8a799999dce09cc83c5c05aabd77ab26"><div class="ttname"><a href="group__api__l4re__c__video.html#ga8a799999dce09cc83c5c05aabd77ab26">l4re_video_goos_t</a></div><div class="ttdeci">l4_cap_idx_t l4re_video_goos_t</div><div class="ttdoc">Goos object type.</div><div class="ttdef"><b>Definition</b> <a href="#l00055">goos.h:55</a></div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_ga91b1f803c0142a0c22660c0118afe74b"><div class="ttname"><a href="group__api__l4re__c__video.html#ga91b1f803c0142a0c22660c0118afe74b">l4re_video_goos_info</a></div><div class="ttdeci">L4_BEGIN_DECLS int l4re_video_goos_info(l4re_video_goos_t goos, l4re_video_goos_info_t *ginfo) L4_NOTHROW</div><div class="ttdoc">Get information on a goos.</div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_ga958f66cce94ec77848a1083fd7890947"><div class="ttname"><a href="group__api__l4re__c__video.html#ga958f66cce94ec77848a1083fd7890947">l4re_video_goos_get_static_buffer</a></div><div class="ttdeci">int l4re_video_goos_get_static_buffer(l4re_video_goos_t goos, unsigned idx, l4_cap_idx_t buffer) L4_NOTHROW</div><div class="ttdoc">Get the data-space capability of the static pixel buffer.</div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_gaa75df193837d586ec332cf8f88f910c7"><div class="ttname"><a href="group__api__l4re__c__video.html#gaa75df193837d586ec332cf8f88f910c7">l4re_video_goos_get_view</a></div><div class="ttdeci">int l4re_video_goos_get_view(l4re_video_goos_t goos, unsigned idx, l4re_video_view_t *view) L4_NOTHROW</div><div class="ttdoc">Get a view for the given index.</div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_gab1d2b2390bea358007e19fb9a6571f52"><div class="ttname"><a href="group__api__l4re__c__video.html#gab1d2b2390bea358007e19fb9a6571f52">l4re_video_goos_create_view</a></div><div class="ttdeci">int l4re_video_goos_create_view(l4re_video_goos_t goos, l4re_video_view_t *view) L4_NOTHROW</div><div class="ttdoc">Create a new view (.</div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_gacc404442cda24ddf6d58ebbc2bed6ba5"><div class="ttname"><a href="group__api__l4re__c__video.html#gacc404442cda24ddf6d58ebbc2bed6ba5">l4re_video_goos_delete_view</a></div><div class="ttdeci">int l4re_video_goos_delete_view(l4re_video_goos_t goos, l4re_video_view_t *view) L4_NOTHROW</div><div class="ttdoc">Delete a view.</div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_gaf2fc95ab37fc7f17f431f66ced433563"><div class="ttname"><a href="group__api__l4re__c__video.html#gaf2fc95ab37fc7f17f431f66ced433563">l4re_video_goos_create_buffer</a></div><div class="ttdeci">int l4re_video_goos_create_buffer(l4re_video_goos_t goos, unsigned long size, l4_cap_idx_t buffer) L4_NOTHROW</div><div class="ttdoc">Create a new buffer (memory buffer) for pixel data.</div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_gga0df3b9a30dd6be3c6b6d624879809c36a871e9e4d60a75b7964f5ebbe5c75d721"><div class="ttname"><a href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36a871e9e4d60a75b7964f5ebbe5c75d721">F_l4re_video_goos_pointer</a></div><div class="ttdeci">@ F_l4re_video_goos_pointer</div><div class="ttdoc">We have a mouse pointer.</div><div class="ttdef"><b>Definition</b> <a href="#l00032">goos.h:32</a></div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_gga0df3b9a30dd6be3c6b6d624879809c36aa34f226a490521bf53681727317d5dbf"><div class="ttname"><a href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36aa34f226a490521bf53681727317d5dbf">F_l4re_video_goos_dynamic_views</a></div><div class="ttdeci">@ F_l4re_video_goos_dynamic_views</div><div class="ttdoc">Supports dynamically allocated views.</div><div class="ttdef"><b>Definition</b> <a href="#l00033">goos.h:33</a></div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_gga0df3b9a30dd6be3c6b6d624879809c36ab114d4df21c14cf5b42bff4225823648"><div class="ttname"><a href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36ab114d4df21c14cf5b42bff4225823648">F_l4re_video_goos_dynamic_buffers</a></div><div class="ttdeci">@ F_l4re_video_goos_dynamic_buffers</div><div class="ttdoc">Supports dynamically allocated buffers.</div><div class="ttdef"><b>Definition</b> <a href="#l00034">goos.h:34</a></div></div>
<div class="ttc" id="agroup__api__l4re__c__video_html_gga0df3b9a30dd6be3c6b6d624879809c36abeeb2e624b50a8a2a05d5398887069cb"><div class="ttname"><a href="group__api__l4re__c__video.html#gga0df3b9a30dd6be3c6b6d624879809c36abeeb2e624b50a8a2a05d5398887069cb">F_l4re_video_goos_auto_refresh</a></div><div class="ttdeci">@ F_l4re_video_goos_auto_refresh</div><div class="ttdoc">The graphics display is automatically refreshed.</div><div class="ttdef"><b>Definition</b> <a href="#l00031">goos.h:31</a></div></div>
<div class="ttc" id="agroup__l4__cap__api_html_ga1445e923ce73029130d569d6e69a4dd8"><div class="ttname"><a href="group__l4__cap__api.html#ga1445e923ce73029130d569d6e69a4dd8">l4_cap_idx_t</a></div><div class="ttdeci">unsigned long l4_cap_idx_t</div><div class="ttdoc">Capability selector type.</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2types_8h_source.html#l00336">types.h:336</a></div></div>
<div class="ttc" id="agroup__l4sys__defines_html_ga2469cd44710705e9f0a5832e060ec48a"><div class="ttname"><a href="group__l4sys__defines.html#ga2469cd44710705e9f0a5832e060ec48a">L4_CV</a></div><div class="ttdeci">#define L4_CV</div><div class="ttdoc">Define calling convention.</div><div class="ttdef"><b>Definition</b> <a href="arm_2l4_2sys_2linkage_8h_source.html#l00033">linkage.h:33</a></div></div>
<div class="ttc" id="agroup__l4sys__defines_html_ga362dfa378e662dd04f710a23fc7ea931"><div class="ttname"><a href="group__l4sys__defines.html#ga362dfa378e662dd04f710a23fc7ea931">L4_NOTHROW</a></div><div class="ttdeci">#define L4_NOTHROW</div><div class="ttdoc">Mark a function declaration and definition as never throwing an exception.</div><div class="ttdef"><b>Definition</b> <a href="compiler_8h_source.html#l00161">compiler.h:161</a></div></div>
<div class="ttc" id="agroup__l4sys__defines_html_ga5f022ce5422df9cc6ed415e2bfc90f59"><div class="ttname"><a href="group__l4sys__defines.html#ga5f022ce5422df9cc6ed415e2bfc90f59">L4_BEGIN_DECLS</a></div><div class="ttdeci">#define L4_BEGIN_DECLS</div><div class="ttdoc">Start section with C types and functions.</div><div class="ttdef"><b>Definition</b> <a href="compiler_8h_source.html#l00165">compiler.h:165</a></div></div>
<div class="ttc" id="agroup__l4sys__defines_html_ga7b3d88f2118cbb7b8057a860dbdd0381"><div class="ttname"><a href="group__l4sys__defines.html#ga7b3d88f2118cbb7b8057a860dbdd0381">L4_END_DECLS</a></div><div class="ttdeci">#define L4_END_DECLS</div><div class="ttdoc">End section with C types and functions.</div><div class="ttdef"><b>Definition</b> <a href="compiler_8h_source.html#l00166">compiler.h:166</a></div></div>
<div class="ttc" id="al4_2sys_2types_8h_html"><div class="ttname"><a href="l4_2sys_2types_8h.html">types.h</a></div><div class="ttdoc">Common L4 ABI Data Types.</div></div>
<div class="ttc" id="astructl4re__video__goos__info__t_html"><div class="ttname"><a href="structl4re__video__goos__info__t.html">l4re_video_goos_info_t</a></div><div class="ttdoc">Goos information structure.</div><div class="ttdef"><b>Definition</b> <a href="#l00041">goos.h:42</a></div></div>
<div class="ttc" id="astructl4re__video__goos__info__t_html_a1f2db79c455e96788143b32a58469ec5"><div class="ttname"><a href="structl4re__video__goos__info__t.html#a1f2db79c455e96788143b32a58469ec5">l4re_video_goos_info_t::pixel_info</a></div><div class="ttdeci">l4re_video_pixel_info_t pixel_info</div><div class="ttdoc">Pixel layout of the goos.</div><div class="ttdef"><b>Definition</b> <a href="#l00048">goos.h:48</a></div></div>
<div class="ttc" id="astructl4re__video__goos__info__t_html_a25f24a2e2a5be906a4b9db5e2b858295"><div class="ttname"><a href="structl4re__video__goos__info__t.html#a25f24a2e2a5be906a4b9db5e2b858295">l4re_video_goos_info_t::height</a></div><div class="ttdeci">unsigned long height</div><div class="ttdoc">Height of the goos.</div><div class="ttdef"><b>Definition</b> <a href="#l00044">goos.h:44</a></div></div>
<div class="ttc" id="astructl4re__video__goos__info__t_html_a3b321e7e5a1da8f1e248b00e48494ee2"><div class="ttname"><a href="structl4re__video__goos__info__t.html#a3b321e7e5a1da8f1e248b00e48494ee2">l4re_video_goos_info_t::width</a></div><div class="ttdeci">unsigned long width</div><div class="ttdoc">Width of the goos.</div><div class="ttdef"><b>Definition</b> <a href="#l00043">goos.h:43</a></div></div>
<div class="ttc" id="astructl4re__video__goos__info__t_html_ab3fd1bf892a58f4013295f1ef1fa6f77"><div class="ttname"><a href="structl4re__video__goos__info__t.html#ab3fd1bf892a58f4013295f1ef1fa6f77">l4re_video_goos_info_t::num_static_views</a></div><div class="ttdeci">unsigned num_static_views</div><div class="ttdoc">Number of static views.</div><div class="ttdef"><b>Definition</b> <a href="#l00046">goos.h:46</a></div></div>
<div class="ttc" id="astructl4re__video__goos__info__t_html_ac7013cad6073b4ed2908a7cde2b1105f"><div class="ttname"><a href="structl4re__video__goos__info__t.html#ac7013cad6073b4ed2908a7cde2b1105f">l4re_video_goos_info_t::flags</a></div><div class="ttdeci">unsigned flags</div><div class="ttdoc">Flags of the framebuffer, see l4re_video_goos_info_flags_t.</div><div class="ttdef"><b>Definition</b> <a href="#l00045">goos.h:45</a></div></div>
<div class="ttc" id="astructl4re__video__goos__info__t_html_afebf2f15a4abb0536682dedff6607efe"><div class="ttname"><a href="structl4re__video__goos__info__t.html#afebf2f15a4abb0536682dedff6607efe">l4re_video_goos_info_t::num_static_buffers</a></div><div class="ttdeci">unsigned num_static_buffers</div><div class="ttdoc">Number of static buffers.</div><div class="ttdef"><b>Definition</b> <a href="#l00047">goos.h:47</a></div></div>
<div class="ttc" id="astructl4re__video__pixel__info__t_html"><div class="ttname"><a href="structl4re__video__pixel__info__t.html">l4re_video_pixel_info_t</a></div><div class="ttdoc">Pixel_info structure.</div><div class="ttdef"><b>Definition</b> <a href="colors_8h_source.html#l00030">colors.h:31</a></div></div>
<div class="ttc" id="astructl4re__video__view__t_html"><div class="ttname"><a href="structl4re__video__view__t.html">l4re_video_view_t</a></div><div class="ttdoc">C representation of a goos view.</div><div class="ttdef"><b>Definition</b> <a href="view_8h_source.html#l00068">view.h:69</a></div></div>
<div class="ttc" id="aview_8h_html"><div class="ttname"><a href="view_8h.html">view.h</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
</div><!-- container -->
<!-- HTML footer for doxygen 1.9.1-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><b>l4</b></li><li class="navelem"><b>re</b></li><li class="navelem"><b>c</b></li><li class="navelem"><b>video</b></li><li class="navelem"><a href="goos_8h.html">goos.h</a></li>
<li class="footer">Generated on <span class="timestamp"></span> for L4Re Operating System Framework by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0 </li>
</ul>
</div>
</body>
</html>